Documentation ¶
Overview ¶
+groupName=stack.azurerm.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type HciCluster
- func (in *HciCluster) DeepCopy() *HciCluster
- func (in *HciCluster) DeepCopyInto(out *HciCluster)
- func (in *HciCluster) DeepCopyObject() runtime.Object
- func (r *HciCluster) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *HciCluster) ValidateCreate() error
- func (r *HciCluster) ValidateDelete() error
- func (r *HciCluster) ValidateUpdate(old runtime.Object) error
- type HciClusterList
- type HciClusterSpec
- type HciClusterSpecResource
- type HciClusterStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: stack.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type HciCluster ¶
type HciCluster struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec HciClusterSpec `json:"spec,omitempty"` Status HciClusterStatus `json:"status,omitempty"` }
func (*HciCluster) DeepCopy ¶
func (in *HciCluster) DeepCopy() *HciCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HciCluster.
func (*HciCluster) DeepCopyInto ¶
func (in *HciCluster) DeepCopyInto(out *HciCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HciCluster) DeepCopyObject ¶
func (in *HciCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*HciCluster) SetupWebhookWithManager ¶
func (r *HciCluster) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*HciCluster) ValidateCreate ¶
func (r *HciCluster) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*HciCluster) ValidateDelete ¶
func (r *HciCluster) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*HciCluster) ValidateUpdate ¶
func (r *HciCluster) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type HciClusterList ¶
type HciClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of HciCluster CRD objects Items []HciCluster `json:"items,omitempty"` }
HciClusterList is a list of HciClusters
func (*HciClusterList) DeepCopy ¶
func (in *HciClusterList) DeepCopy() *HciClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HciClusterList.
func (*HciClusterList) DeepCopyInto ¶
func (in *HciClusterList) DeepCopyInto(out *HciClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HciClusterList) DeepCopyObject ¶
func (in *HciClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HciClusterSpec ¶
type HciClusterSpec struct { State *HciClusterSpecResource `json:"state,omitempty" tf:"-"` Resource HciClusterSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*HciClusterSpec) DeepCopy ¶
func (in *HciClusterSpec) DeepCopy() *HciClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HciClusterSpec.
func (*HciClusterSpec) DeepCopyInto ¶
func (in *HciClusterSpec) DeepCopyInto(out *HciClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HciClusterSpecResource ¶
type HciClusterSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` ClientID *string `json:"clientID" tf:"client_id"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` // +optional TenantID *string `json:"tenantID,omitempty" tf:"tenant_id"` }
func (*HciClusterSpecResource) DeepCopy ¶
func (in *HciClusterSpecResource) DeepCopy() *HciClusterSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HciClusterSpecResource.
func (*HciClusterSpecResource) DeepCopyInto ¶
func (in *HciClusterSpecResource) DeepCopyInto(out *HciClusterSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HciClusterStatus ¶
type HciClusterStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*HciClusterStatus) DeepCopy ¶
func (in *HciClusterStatus) DeepCopy() *HciClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HciClusterStatus.
func (*HciClusterStatus) DeepCopyInto ¶
func (in *HciClusterStatus) DeepCopyInto(out *HciClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.