Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=private.mongodbatlas.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type IPMode
- func (in *IPMode) DeepCopy() *IPMode
- func (in *IPMode) DeepCopyInto(out *IPMode)
- func (in *IPMode) DeepCopyObject() runtime.Object
- func (mg *IPMode) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *IPMode) GetConnectionDetailsMapping() map[string]string
- func (mg *IPMode) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *IPMode) GetID() string
- func (tr *IPMode) GetObservation() (map[string]interface{}, error)
- func (tr *IPMode) GetParameters() (map[string]interface{}, error)
- func (mg *IPMode) GetProviderConfigReference() *xpv1.Reference
- func (mg *IPMode) GetProviderReference() *xpv1.Reference
- func (mg *IPMode) GetTerraformResourceType() string
- func (tr *IPMode) GetTerraformSchemaVersion() int
- func (mg *IPMode) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *IPMode) LateInitialize(attrs []byte) (bool, error)
- func (mg *IPMode) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *IPMode) SetConditions(c ...xpv1.Condition)
- func (mg *IPMode) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *IPMode) SetObservation(obs map[string]interface{}) error
- func (tr *IPMode) SetParameters(params map[string]interface{}) error
- func (mg *IPMode) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *IPMode) SetProviderReference(r *xpv1.Reference)
- func (mg *IPMode) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type IPModeList
- type IPModeObservation
- type IPModeParameters
- type IPModeSpec
- type IPModeStatus
Constants ¶
const ( CRDGroup = "private.mongodbatlas.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( IPMode_Kind = "IPMode" IPMode_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: IPMode_Kind}.String() IPMode_KindAPIVersion = IPMode_Kind + "." + CRDGroupVersion.String() IPMode_GroupVersionKind = CRDGroupVersion.WithKind(IPMode_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type IPMode ¶
type IPMode struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IPModeSpec `json:"spec"` Status IPModeStatus `json:"status,omitempty"` }
IPMode is the Schema for the IPModes API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,mongodbatlasjet}
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) GetCondition ¶
func (mg *IPMode) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this IPMode.
func (*IPMode) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this IPMode
func (*IPMode) GetDeletionPolicy ¶
func (mg *IPMode) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this IPMode.
func (*IPMode) GetObservation ¶
GetObservation of this IPMode
func (*IPMode) GetParameters ¶
GetParameters of this IPMode
func (*IPMode) GetProviderConfigReference ¶
GetProviderConfigReference of this IPMode.
func (*IPMode) GetProviderReference ¶
GetProviderReference of this IPMode. Deprecated: Use GetProviderConfigReference.
func (*IPMode) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this IPMode
func (*IPMode) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*IPMode) GetWriteConnectionSecretToReference ¶
func (mg *IPMode) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this IPMode.
func (*IPMode) LateInitialize ¶
LateInitialize this IPMode using its observed tfState. returns True if there are any spec changes for the resource.
func (*IPMode) ResolveReferences ¶
ResolveReferences of this IPMode.
func (*IPMode) SetConditions ¶
SetConditions of this IPMode.
func (*IPMode) SetDeletionPolicy ¶
func (mg *IPMode) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this IPMode.
func (*IPMode) SetObservation ¶
SetObservation for this IPMode
func (*IPMode) SetParameters ¶
SetParameters for this IPMode
func (*IPMode) SetProviderConfigReference ¶
SetProviderConfigReference of this IPMode.
func (*IPMode) SetProviderReference ¶
SetProviderReference of this IPMode. Deprecated: Use SetProviderConfigReference.
func (*IPMode) SetWriteConnectionSecretToReference ¶
func (mg *IPMode) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this IPMode.
type IPModeList ¶
type IPModeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []IPMode `json:"items"` }
IPModeList contains 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.
func (*IPModeList) GetItems ¶
func (l *IPModeList) GetItems() []resource.Managed
GetItems of this IPModeList.
type IPModeObservation ¶
type IPModeObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*IPModeObservation) DeepCopy ¶
func (in *IPModeObservation) DeepCopy() *IPModeObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPModeObservation.
func (*IPModeObservation) DeepCopyInto ¶
func (in *IPModeObservation) DeepCopyInto(out *IPModeObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPModeParameters ¶
type IPModeParameters struct { // +kubebuilder:validation:Required Enabled *bool `json:"enabled" tf:"enabled,omitempty"` // +crossplane:generate:reference:type=github.com/Teja446/mongodbatlasprov/apis/mongodbatlas/v1alpha1.Project // +crossplane:generate:reference:extractor=github.com/Teja446/mongodbatlasprov/config/common.ExtractResourceID() // +kubebuilder:validation:Optional ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"` // +kubebuilder:validation:Optional ProjectIDRef *v1.Reference `json:"projectIdRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional ProjectIDSelector *v1.Selector `json:"projectIdSelector,omitempty" tf:"-"` }
func (*IPModeParameters) DeepCopy ¶
func (in *IPModeParameters) DeepCopy() *IPModeParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPModeParameters.
func (*IPModeParameters) DeepCopyInto ¶
func (in *IPModeParameters) DeepCopyInto(out *IPModeParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPModeSpec ¶
type IPModeSpec struct { v1.ResourceSpec `json:",inline"` ForProvider IPModeParameters `json:"forProvider"` }
IPModeSpec defines the desired state of IPMode
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 IPModeStatus ¶
type IPModeStatus struct { v1.ResourceStatus `json:",inline"` AtProvider IPModeObservation `json:"atProvider,omitempty"` }
IPModeStatus defines the observed state of IPMode.
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.