Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceName ¶
func (NamespaceName) String ¶
func (nn NamespaceName) String() string
type ObjectMeta ¶
type ObjectMeta struct { Name string `json:"name"` Namespace string `json:"namespace"` RessourceVersion int64 `json:"ressourceVersion"` }
func (ObjectMeta) DeepCopy ¶
func (o ObjectMeta) DeepCopy() ObjectMeta
func (ObjectMeta) GetName ¶
func (o ObjectMeta) GetName() string
func (ObjectMeta) GetNamespace ¶
func (o ObjectMeta) GetNamespace() string
func (ObjectMeta) GetNamespaceName ¶
func (o ObjectMeta) GetNamespaceName() NamespaceName
func (ObjectMeta) GetRessourceVersion ¶
func (o ObjectMeta) GetRessourceVersion() int64
type ObjectRef ¶
type TypeMeta ¶
func (TypeMeta) GetVersionKind ¶
func (t TypeMeta) GetVersionKind() VersionKind
type VersionKind ¶
func (VersionKind) String ¶
func (vk VersionKind) String() string
Click to show internal directories.
Click to hide internal directories.