Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the azure v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=azure.service.infrabox.net
Package v1alpha1 contains API Schema definitions for the azure v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=azure.service.infrabox.net
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "azure.service.infrabox.net", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
This section is empty.
Types ¶
type AKSCluster ¶
type AKSCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AKSClusterSpec `json:"spec,omitempty"` Status AKSClusterStatus `json:"status,omitempty"` }
AKSCluster is the Schema for the aksclusters API +k8s:openapi-gen=true
func (*AKSCluster) DeepCopy ¶
func (in *AKSCluster) DeepCopy() *AKSCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AKSCluster.
func (*AKSCluster) DeepCopyInto ¶
func (in *AKSCluster) DeepCopyInto(out *AKSCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AKSCluster) DeepCopyObject ¶
func (in *AKSCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AKSClusterList ¶
type AKSClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AKSCluster `json:"items"` }
AKSClusterList contains a list of AKSCluster
func (*AKSClusterList) DeepCopy ¶
func (in *AKSClusterList) DeepCopy() *AKSClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AKSClusterList.
func (*AKSClusterList) DeepCopyInto ¶
func (in *AKSClusterList) DeepCopyInto(out *AKSClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AKSClusterList) DeepCopyObject ¶
func (in *AKSClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AKSClusterSpec ¶
type AKSClusterSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file DiskSize int32 `json:"diskSize,omitempty"` MachineType string `json:"machineType,omitempty"` NumNodes int32 `json:"numNodes,omitempty"` ClusterVersion string `json:"clusterVersion,omitempty"` Zone string `json:"zone"` }
AKSClusterSpec defines the desired state of AKSCluster
func (*AKSClusterSpec) DeepCopy ¶
func (in *AKSClusterSpec) DeepCopy() *AKSClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AKSClusterSpec.
func (*AKSClusterSpec) DeepCopyInto ¶
func (in *AKSClusterSpec) DeepCopyInto(out *AKSClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AKSClusterStatus ¶
type AKSClusterStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file Status string `json:"status,omitempty"` Message string `json:"message,omitempty"` ClusterName string `json:"clusterName,omitempty"` }
AKSClusterStatus defines the observed state of AKSCluster
func (*AKSClusterStatus) DeepCopy ¶
func (in *AKSClusterStatus) DeepCopy() *AKSClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AKSClusterStatus.
func (*AKSClusterStatus) DeepCopyInto ¶
func (in *AKSClusterStatus) DeepCopyInto(out *AKSClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.