Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=availability.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Set
- func (in *Set) DeepCopy() *Set
- func (in *Set) DeepCopyInto(out *Set)
- func (in *Set) DeepCopyObject() runtime.Object
- func (mg *Set) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Set) GetConnectionDetailsMapping() map[string]string
- func (mg *Set) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Set) GetObservation() (map[string]interface{}, error)
- func (tr *Set) GetParameters() (map[string]interface{}, error)
- func (mg *Set) GetProviderConfigReference() *xpv1.Reference
- func (mg *Set) GetProviderReference() *xpv1.Reference
- func (mg *Set) GetTerraformResourceType() string
- func (tr *Set) GetTerraformSchemaVersion() int
- func (mg *Set) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Set) LateInitialize(attrs []byte) (bool, error)
- func (mg *Set) SetConditions(c ...xpv1.Condition)
- func (mg *Set) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Set) SetObservation(obs map[string]interface{}) error
- func (tr *Set) SetParameters(params map[string]interface{}) error
- func (mg *Set) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Set) SetProviderReference(r *xpv1.Reference)
- func (mg *Set) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type SetList
- type SetObservation
- type SetParameters
- type SetSpec
- type SetStatus
Constants ¶
const ( CRDGroup = "availability.azure.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 ( Set_Kind = "Set" Set_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Set_Kind}.String() Set_KindAPIVersion = Set_Kind + "." + CRDGroupVersion.String() Set_GroupVersionKind = CRDGroupVersion.WithKind(Set_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SetSpec `json:"spec"` Status SetStatus `json:"status,omitempty"` }
Set is the Schema for the Sets 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,azurejet}
func (*Set) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Set.
func (*Set) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Set) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Set) GetCondition ¶
func (mg *Set) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Set.
func (*Set) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Set
func (*Set) GetDeletionPolicy ¶
func (mg *Set) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Set.
func (*Set) GetObservation ¶
GetObservation of this Set
func (*Set) GetParameters ¶
GetParameters of this Set
func (*Set) GetProviderConfigReference ¶
GetProviderConfigReference of this Set.
func (*Set) GetProviderReference ¶
GetProviderReference of this Set. Deprecated: Use GetProviderConfigReference.
func (*Set) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Set
func (*Set) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Set) GetWriteConnectionSecretToReference ¶
func (mg *Set) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Set.
func (*Set) LateInitialize ¶
LateInitialize this Set using its observed tfState. returns True if there are any spec changes for the resource.
func (*Set) SetConditions ¶
SetConditions of this Set.
func (*Set) SetDeletionPolicy ¶
func (mg *Set) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Set.
func (*Set) SetObservation ¶
SetObservation for this Set
func (*Set) SetParameters ¶
SetParameters for this Set
func (*Set) SetProviderConfigReference ¶
SetProviderConfigReference of this Set.
func (*Set) SetProviderReference ¶
SetProviderReference of this Set. Deprecated: Use SetProviderConfigReference.
func (*Set) SetWriteConnectionSecretToReference ¶
func (mg *Set) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Set.
type SetList ¶
type SetList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Set `json:"items"` }
SetList contains a list of Sets
func (*SetList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SetList.
func (*SetList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SetList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SetObservation ¶
type SetObservation struct { }
func (*SetObservation) DeepCopy ¶
func (in *SetObservation) DeepCopy() *SetObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SetObservation.
func (*SetObservation) DeepCopyInto ¶
func (in *SetObservation) DeepCopyInto(out *SetObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SetParameters ¶
type SetParameters struct { // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // +kubebuilder:validation:Optional Managed *bool `json:"managed,omitempty" tf:"managed,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional PlatformFaultDomainCount *int64 `json:"platformFaultDomainCount,omitempty" tf:"platform_fault_domain_count,omitempty"` // +kubebuilder:validation:Optional PlatformUpdateDomainCount *int64 `json:"platformUpdateDomainCount,omitempty" tf:"platform_update_domain_count,omitempty"` // +kubebuilder:validation:Optional ProximityPlacementGroupID *string `json:"proximityPlacementGroupId,omitempty" tf:"proximity_placement_group_id,omitempty"` // +kubebuilder:validation:Required ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name,omitempty"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*SetParameters) DeepCopy ¶
func (in *SetParameters) DeepCopy() *SetParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SetParameters.
func (*SetParameters) DeepCopyInto ¶
func (in *SetParameters) DeepCopyInto(out *SetParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SetSpec ¶
type SetSpec struct { v1.ResourceSpec `json:",inline"` ForProvider SetParameters `json:"forProvider"` }
SetSpec defines the desired state of Set
func (*SetSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SetSpec.
func (*SetSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SetStatus ¶
type SetStatus struct { v1.ResourceStatus `json:",inline"` AtProvider SetObservation `json:"atProvider,omitempty"` }
SetStatus defines the observed state of Set.
func (*SetStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SetStatus.
func (*SetStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.