Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the caks v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=caks.globo.com
Package v1alpha1 contains API Schema definitions for the caks v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=caks.globo.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "caks.globo.com", 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 ControlPlane ¶
type ControlPlane struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ControlPlaneSpec `json:"spec,omitempty"` Status ControlPlaneStatus `json:"status,omitempty"` }
ControlPlane is the Schema for the controlplanes API +kubebuilder:subresource:status +kubebuilder:resource:path=controlplanes,scope=Namespaced
func (*ControlPlane) DeepCopy ¶
func (in *ControlPlane) DeepCopy() *ControlPlane
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlane.
func (*ControlPlane) DeepCopyInto ¶
func (in *ControlPlane) DeepCopyInto(out *ControlPlane)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ControlPlane) DeepCopyObject ¶
func (in *ControlPlane) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ControlPlaneList ¶
type ControlPlaneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ControlPlane `json:"items"` }
ControlPlaneList contains a list of ControlPlane
func (*ControlPlaneList) DeepCopy ¶
func (in *ControlPlaneList) DeepCopy() *ControlPlaneList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneList.
func (*ControlPlaneList) DeepCopyInto ¶
func (in *ControlPlaneList) DeepCopyInto(out *ControlPlaneList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ControlPlaneList) DeepCopyObject ¶
func (in *ControlPlaneList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ControlPlaneMaster ¶
type ControlPlaneMaster struct { Count int `json:"count,omitempty"` ControlPlaneMasterSettings `json:"settings,omitempty"` corev1.ResourceRequirements `json:"resources,omitempty"` }
func (*ControlPlaneMaster) DeepCopy ¶
func (in *ControlPlaneMaster) DeepCopy() *ControlPlaneMaster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneMaster.
func (*ControlPlaneMaster) DeepCopyInto ¶
func (in *ControlPlaneMaster) DeepCopyInto(out *ControlPlaneMaster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ControlPlaneMasterSettings ¶
type ControlPlaneMasterSettings struct { MasterSecretName string `json:"certsSecret,omitempty"` AdmissionPlugins []string `json:"admissionPlugins,omitempty"` ServiceClusterIPRange string `json:"serviceClusterIpRange,omitempty"` ClusterCIDR string `json:"clusterCidr,omitempty"` EncryptionSecretName string `json:"encryptionSecret,omitempty"` }
func (*ControlPlaneMasterSettings) DeepCopy ¶
func (in *ControlPlaneMasterSettings) DeepCopy() *ControlPlaneMasterSettings
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneMasterSettings.
func (*ControlPlaneMasterSettings) DeepCopyInto ¶
func (in *ControlPlaneMasterSettings) DeepCopyInto(out *ControlPlaneMasterSettings)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ControlPlaneSpec ¶
type ControlPlaneSpec struct {
ControlPlaneMaster `json:"master,omitempty"`
}
ControlPlaneSpec defines the desired state of ControlPlane
func (*ControlPlaneSpec) DeepCopy ¶
func (in *ControlPlaneSpec) DeepCopy() *ControlPlaneSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneSpec.
func (*ControlPlaneSpec) DeepCopyInto ¶
func (in *ControlPlaneSpec) DeepCopyInto(out *ControlPlaneSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ControlPlaneStatus ¶
type ControlPlaneStatus struct { }
ControlPlaneStatus defines the observed state of ControlPlane
func (*ControlPlaneStatus) DeepCopy ¶
func (in *ControlPlaneStatus) DeepCopy() *ControlPlaneStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneStatus.
func (*ControlPlaneStatus) DeepCopyInto ¶
func (in *ControlPlaneStatus) DeepCopyInto(out *ControlPlaneStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.