Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the meta v1alpha1 API group +kubebuilder:object:generate=true +groupName=meta.libre.sh
Index ¶
Constants ¶
View Source
const ( PriorityClassSystemCritical string = "lsh-system-critical" PriorityClassAppCritical string = "lsh-app-critical" )
View Source
const ( // Generic SecretSchemeKey string = "scheme" SecretHostKey string = "host" SecretPortKey string = "port" SecretPathKey string = "path" SecretTLSKey string = "tls" SecretUsernameKey string = "username" SecretPasswordKey string = "password" // Controversial SecretURLKey string = "url" // Mailbox SecretAddressKey string = "address" SecretLocalPartsKey string = "local-part" SecretDomainKey string = "domain" )
View Source
const ( DependenciesNotReady = "DependenciesNotReady" HookJobNotComleted = "HookJobNotComleted" )
Variables ¶
View Source
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "meta.libre.sh", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct { //+optional Suspend bool `json:"suspend,omitempty"` }
func (*Spec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Spec.
func (*Spec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Status ¶
type Status struct { //+optional //+patchMergeKey=type //+patchStrategy=merge //+listType=map //+listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty"` //+optional //+kubebuilder:validation:Type=string Version string `json:"version,omitempty"` }
func (*Status) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Status.
func (*Status) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.