Documentation
¶
Index ¶
Constants ¶
View Source
const ( ObjectGroup = "core" ObjectVersion = "v1" ObjectKindNamespace = "Namespace" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
hz.ObjectMeta `json:"metadata,omitempty" cue:""`
Spec *NamespaceSpec `json:"spec,omitempty"`
Status *NamespaceStatus `json:"status,omitempty"`
}
func (Namespace) ObjectGroup ¶
func (Namespace) ObjectKind ¶
func (Namespace) ObjectVersion ¶
type NamespaceSpec ¶
type NamespaceSpec struct{}
type NamespaceStatus ¶
type NamespaceStatus struct{}
type Secret ¶
type Secret struct {
hz.ObjectMeta ` json:"metadata" cue:""`
Data SecretData `json:"data" cue:",optional"`
}
func (Secret) ObjectGroup ¶
func (Secret) ObjectKind ¶
func (Secret) ObjectVersion ¶
type SecretData ¶
Click to show internal directories.
Click to hide internal directories.