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
}
ClowdObject is used to be able to treat ClowdEnv and ClowdApp as the same type
type LabeledClowdObject ¶
type LabeledClowdObject interface {
MakeOwnerReference() metav1.OwnerReference
GetLabels() map[string]string
}
ClowdObject is used to be able to treat ClowdEnv and ClowdApp as the same type
Click to show internal directories.
Click to hide internal directories.