Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClowdObject ¶
type ClowdObject interface { MakeOwnerReference() metav1.OwnerReference GetLabels() map[string]string GetClowdNamespace() string GetClowdName() string GetUID() types.UID GetClowdSAName() string GetPrimaryLabel() string GroupVersionKind() schema.GroupVersionKind GetNamespacesInEnv(context.Context, client.Client) ([]string, error) client.Object }
ClowdObject defines functions shared by ClowdEnv, ClowdApp, and ClowdJobInvocation
type LabeledClowdObject ¶
type LabeledClowdObject interface { MakeOwnerReference() metav1.OwnerReference GetLabels() map[string]string }
LabeledClowdObject is used to be able to treat ClowdEnv and ClowdApp as the same type
Click to show internal directories.
Click to hide internal directories.