metav1

package
v0.0.0-...-2998d80 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NamespaceName

type NamespaceName struct {
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
}

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 ObjectRef struct {
	Version   string `json:"version"`
	Kind      string `json:"kind"`
	Namespace string `json:"namespace"`
	Name      string `json:"name"`
}

func (ObjectRef) DeepCopy

func (o ObjectRef) DeepCopy() ObjectRef

type TypeMeta

type TypeMeta struct {
	Version string `json:"version"`
	Kind    string `json:"kind"`
}

func (TypeMeta) DeepCopy

func (t TypeMeta) DeepCopy() TypeMeta

func (TypeMeta) GetVersionKind

func (t TypeMeta) GetVersionKind() VersionKind

type VersionKind

type VersionKind struct {
	Version string `json:"version"`
	Kind    string `json:"kind"`
}

func (VersionKind) String

func (vk VersionKind) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL