Documentation ¶
Overview ¶
+groupName=operator.openshift.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GroupName = "operator.openshift.io" GroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"} // Install is a function which adds this version to a scheme Install = schemeBuilder.AddToScheme // SchemeGroupVersion generated code relies on this name // Deprecated SchemeGroupVersion = GroupVersion // AddToScheme exists solely to keep the old generators creating valid code // DEPRECATED AddToScheme = schemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource generated code relies on this being here, but it logically belongs to the group DEPRECATED
Types ¶
type MyOtherOperatorResource ¶
type MyOtherOperatorResource struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` // +kubebuilder:validation:Required // +required Spec MyOtherOperatorResourceSpec `json:"spec"` }
MyOtherOperatorResource is an example operator configuration type
Click to show internal directories.
Click to hide internal directories.