Documentation ¶
Overview ¶
+groupName=private.mongodbatlas.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 IpMode
- func (in *IpMode) DeepCopy() *IpMode
- func (in *IpMode) DeepCopyInto(out *IpMode)
- func (in *IpMode) DeepCopyObject() runtime.Object
- func (r *IpMode) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *IpMode) ValidateCreate() error
- func (r *IpMode) ValidateDelete() error
- func (r *IpMode) ValidateUpdate(old runtime.Object) error
- type IpModeList
- type IpModeSpec
- type IpModeSpecResource
- type IpModeStatus
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: private.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 IpMode ¶
type IpMode struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IpModeSpec `json:"spec,omitempty"` Status IpModeStatus `json:"status,omitempty"` }
func (*IpMode) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpMode.
func (*IpMode) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IpMode) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IpMode) SetupWebhookWithManager ¶
func (*IpMode) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*IpMode) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type IpModeList ¶
type IpModeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of IpMode CRD objects Items []IpMode `json:"items,omitempty"` }
IpModeList is a list of IpModes
func (*IpModeList) DeepCopy ¶
func (in *IpModeList) DeepCopy() *IpModeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpModeList.
func (*IpModeList) DeepCopyInto ¶
func (in *IpModeList) DeepCopyInto(out *IpModeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IpModeList) DeepCopyObject ¶
func (in *IpModeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IpModeSpec ¶
type IpModeSpec struct { State *IpModeSpecResource `json:"state,omitempty" tf:"-"` Resource IpModeSpecResource `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 (*IpModeSpec) DeepCopy ¶
func (in *IpModeSpec) DeepCopy() *IpModeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpModeSpec.
func (*IpModeSpec) DeepCopyInto ¶
func (in *IpModeSpec) DeepCopyInto(out *IpModeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IpModeSpecResource ¶
type IpModeSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` Enabled *bool `json:"enabled" tf:"enabled"` ProjectID *string `json:"projectID" tf:"project_id"` }
func (*IpModeSpecResource) DeepCopy ¶
func (in *IpModeSpecResource) DeepCopy() *IpModeSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpModeSpecResource.
func (*IpModeSpecResource) DeepCopyInto ¶
func (in *IpModeSpecResource) DeepCopyInto(out *IpModeSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IpModeStatus ¶
type IpModeStatus 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 (*IpModeStatus) DeepCopy ¶
func (in *IpModeStatus) DeepCopy() *IpModeStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpModeStatus.
func (*IpModeStatus) DeepCopyInto ¶
func (in *IpModeStatus) DeepCopyInto(out *IpModeStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.