Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the onprem v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=onprem.openshift.io
Package v1alpha1 contains API Schema definitions for the onprem v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=onprem.openshift.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "onprem.openshift.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
Types ¶
type HubCluster ¶
type HubCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec HubClusterSpec `json:"spec,omitempty"` Status HubClusterStatus `json:"status,omitempty"` }
HubCluster is the Schema for the hubclusters API +k8s:openapi-gen=true +kubebuilder:subresource:status
func (*HubCluster) DeepCopy ¶
func (in *HubCluster) DeepCopy() *HubCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HubCluster.
func (*HubCluster) DeepCopyInto ¶
func (in *HubCluster) DeepCopyInto(out *HubCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HubCluster) DeepCopyObject ¶
func (in *HubCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HubClusterList ¶
type HubClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []HubCluster `json:"items"` }
HubClusterList contains a list of HubCluster
func (*HubClusterList) DeepCopy ¶
func (in *HubClusterList) DeepCopy() *HubClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HubClusterList.
func (*HubClusterList) DeepCopyInto ¶
func (in *HubClusterList) DeepCopyInto(out *HubClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HubClusterList) DeepCopyObject ¶
func (in *HubClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HubClusterSpec ¶
type HubClusterSpec struct { }
HubClusterSpec defines the desired state of HubCluster +k8s:openapi-gen=true
func (*HubClusterSpec) DeepCopy ¶
func (in *HubClusterSpec) DeepCopy() *HubClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HubClusterSpec.
func (*HubClusterSpec) DeepCopyInto ¶
func (in *HubClusterSpec) DeepCopyInto(out *HubClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HubClusterStatus ¶
type HubClusterStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file // Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html // The version of the installed release // +optional Version string `json:"version,omitempty"` }
HubClusterStatus defines the observed state of HubCluster +k8s:openapi-gen=true
func (*HubClusterStatus) DeepCopy ¶
func (in *HubClusterStatus) DeepCopy() *HubClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HubClusterStatus.
func (*HubClusterStatus) DeepCopyInto ¶
func (in *HubClusterStatus) DeepCopyInto(out *HubClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.