Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesList ¶
type KubernetesList interface { client.ObjectList GetItems() []KubernetesObject GetContinue() string }
type KubernetesObject ¶
type KubernetesObject interface { client.Object GetObjectMeta() *metav1.ObjectMeta SetObjectMeta(*metav1.ObjectMeta) GetMesh() string SetMesh(string) GetSpec() (model.ResourceSpec, error) SetSpec(model.ResourceSpec) Scope() Scope }
type RawMessage ¶
type RawMessage map[string]interface{}
RawMessage is a carrier for an untyped JSON payload.
Click to show internal directories.
Click to hide internal directories.