Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the kni v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=kni.openshift.com
Package v1alpha1 contains API Schema definitions for the kni v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=kni.openshift.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "kni.openshift.com", 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 KNICluster ¶
type KNICluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec KNIClusterSpec `json:"spec,omitempty"` Status KNIClusterStatus `json:"status,omitempty"` }
KNICluster is the Schema for the kniclusters API +k8s:openapi-gen=true +kubebuilder:subresource:status
func (*KNICluster) DeepCopy ¶
func (in *KNICluster) DeepCopy() *KNICluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KNICluster.
func (*KNICluster) DeepCopyInto ¶
func (in *KNICluster) DeepCopyInto(out *KNICluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KNICluster) DeepCopyObject ¶
func (in *KNICluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KNIClusterList ¶
type KNIClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []KNICluster `json:"items"` }
KNIClusterList contains a list of KNICluster
func (*KNIClusterList) DeepCopy ¶
func (in *KNIClusterList) DeepCopy() *KNIClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KNIClusterList.
func (*KNIClusterList) DeepCopyInto ¶
func (in *KNIClusterList) DeepCopyInto(out *KNIClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KNIClusterList) DeepCopyObject ¶
func (in *KNIClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KNIClusterSpec ¶
type KNIClusterSpec struct { }
KNIClusterSpec defines the desired state of KNICluster +k8s:openapi-gen=true
func (*KNIClusterSpec) DeepCopy ¶
func (in *KNIClusterSpec) DeepCopy() *KNIClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KNIClusterSpec.
func (*KNIClusterSpec) DeepCopyInto ¶
func (in *KNIClusterSpec) DeepCopyInto(out *KNIClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KNIClusterStatus ¶
type KNIClusterStatus struct { // Conditions is a list of conditions related to operator reconciliation Conditions []conditionsv1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"` // RelatedObjects is a list of objects that are "interesting" or related to this operator. RelatedObjects []corev1.ObjectReference `json:"relatedObjects,omitempty"` }
KNIClusterStatus defines the observed state of KNICluster +k8s:openapi-gen=true
func (*KNIClusterStatus) DeepCopy ¶
func (in *KNIClusterStatus) DeepCopy() *KNIClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KNIClusterStatus.
func (*KNIClusterStatus) DeepCopyInto ¶
func (in *KNIClusterStatus) DeepCopyInto(out *KNIClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.