Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=meinstallationtemplatepartitionscheme.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type InstallationTemplatePartitionScheme
- func (in *InstallationTemplatePartitionScheme) DeepCopy() *InstallationTemplatePartitionScheme
- func (in *InstallationTemplatePartitionScheme) DeepCopyInto(out *InstallationTemplatePartitionScheme)
- func (in *InstallationTemplatePartitionScheme) DeepCopyObject() runtime.Object
- func (mg *InstallationTemplatePartitionScheme) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *InstallationTemplatePartitionScheme) GetConnectionDetailsMapping() map[string]string
- func (mg *InstallationTemplatePartitionScheme) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *InstallationTemplatePartitionScheme) GetID() string
- func (tr *InstallationTemplatePartitionScheme) GetInitParameters() (map[string]any, error)
- func (mg *InstallationTemplatePartitionScheme) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *InstallationTemplatePartitionScheme) GetObservation() (map[string]any, error)
- func (tr *InstallationTemplatePartitionScheme) GetParameters() (map[string]any, error)
- func (mg *InstallationTemplatePartitionScheme) GetProviderConfigReference() *xpv1.Reference
- func (mg *InstallationTemplatePartitionScheme) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *InstallationTemplatePartitionScheme) GetTerraformResourceType() string
- func (tr *InstallationTemplatePartitionScheme) GetTerraformSchemaVersion() int
- func (mg *InstallationTemplatePartitionScheme) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *InstallationTemplatePartitionScheme) LateInitialize(attrs []byte) (bool, error)
- func (mg *InstallationTemplatePartitionScheme) SetConditions(c ...xpv1.Condition)
- func (mg *InstallationTemplatePartitionScheme) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *InstallationTemplatePartitionScheme) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *InstallationTemplatePartitionScheme) SetObservation(obs map[string]any) error
- func (tr *InstallationTemplatePartitionScheme) SetParameters(params map[string]any) error
- func (mg *InstallationTemplatePartitionScheme) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *InstallationTemplatePartitionScheme) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *InstallationTemplatePartitionScheme) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type InstallationTemplatePartitionSchemeInitParameters
- type InstallationTemplatePartitionSchemeList
- func (in *InstallationTemplatePartitionSchemeList) DeepCopy() *InstallationTemplatePartitionSchemeList
- func (in *InstallationTemplatePartitionSchemeList) DeepCopyInto(out *InstallationTemplatePartitionSchemeList)
- func (in *InstallationTemplatePartitionSchemeList) DeepCopyObject() runtime.Object
- func (l *InstallationTemplatePartitionSchemeList) GetItems() []resource.Managed
- type InstallationTemplatePartitionSchemeObservation
- type InstallationTemplatePartitionSchemeParameters
- type InstallationTemplatePartitionSchemeSpec
- type InstallationTemplatePartitionSchemeStatus
Constants ¶
const ( CRDGroup = "meinstallationtemplatepartitionscheme.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 ( InstallationTemplatePartitionScheme_Kind = "InstallationTemplatePartitionScheme" InstallationTemplatePartitionScheme_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: InstallationTemplatePartitionScheme_Kind}.String() InstallationTemplatePartitionScheme_KindAPIVersion = InstallationTemplatePartitionScheme_Kind + "." + CRDGroupVersion.String() InstallationTemplatePartitionScheme_GroupVersionKind = CRDGroupVersion.WithKind(InstallationTemplatePartitionScheme_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type InstallationTemplatePartitionScheme ¶
type InstallationTemplatePartitionScheme struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.priority) || (has(self.initProvider) && has(self.initProvider.priority))",message="spec.forProvider.priority is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.templateName) || (has(self.initProvider) && has(self.initProvider.templateName))",message="spec.forProvider.templateName is a required parameter" Spec InstallationTemplatePartitionSchemeSpec `json:"spec"` Status InstallationTemplatePartitionSchemeStatus `json:"status,omitempty"` }
InstallationTemplatePartitionScheme is the Schema for the InstallationTemplatePartitionSchemes API. <no value> +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,ovh}
func (*InstallationTemplatePartitionScheme) DeepCopy ¶
func (in *InstallationTemplatePartitionScheme) DeepCopy() *InstallationTemplatePartitionScheme
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) DeepCopyInto ¶
func (in *InstallationTemplatePartitionScheme) DeepCopyInto(out *InstallationTemplatePartitionScheme)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstallationTemplatePartitionScheme) DeepCopyObject ¶
func (in *InstallationTemplatePartitionScheme) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*InstallationTemplatePartitionScheme) GetCondition ¶
func (mg *InstallationTemplatePartitionScheme) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) GetConnectionDetailsMapping ¶
func (tr *InstallationTemplatePartitionScheme) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) GetDeletionPolicy ¶
func (mg *InstallationTemplatePartitionScheme) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) GetID ¶
func (tr *InstallationTemplatePartitionScheme) GetID() string
GetID returns ID of underlying Terraform resource of this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) GetInitParameters ¶
func (tr *InstallationTemplatePartitionScheme) GetInitParameters() (map[string]any, error)
GetInitParameters of this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) GetManagementPolicies ¶
func (mg *InstallationTemplatePartitionScheme) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) GetObservation ¶
func (tr *InstallationTemplatePartitionScheme) GetObservation() (map[string]any, error)
GetObservation of this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) GetParameters ¶
func (tr *InstallationTemplatePartitionScheme) GetParameters() (map[string]any, error)
GetParameters of this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) GetProviderConfigReference ¶
func (mg *InstallationTemplatePartitionScheme) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) GetPublishConnectionDetailsTo ¶
func (mg *InstallationTemplatePartitionScheme) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) GetTerraformResourceType ¶
func (mg *InstallationTemplatePartitionScheme) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) GetTerraformSchemaVersion ¶
func (tr *InstallationTemplatePartitionScheme) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*InstallationTemplatePartitionScheme) GetWriteConnectionSecretToReference ¶
func (mg *InstallationTemplatePartitionScheme) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) LateInitialize ¶
func (tr *InstallationTemplatePartitionScheme) LateInitialize(attrs []byte) (bool, error)
LateInitialize this InstallationTemplatePartitionScheme using its observed tfState. returns True if there are any spec changes for the resource.
func (*InstallationTemplatePartitionScheme) SetConditions ¶
func (mg *InstallationTemplatePartitionScheme) SetConditions(c ...xpv1.Condition)
SetConditions of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) SetDeletionPolicy ¶
func (mg *InstallationTemplatePartitionScheme) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) SetManagementPolicies ¶
func (mg *InstallationTemplatePartitionScheme) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) SetObservation ¶
func (tr *InstallationTemplatePartitionScheme) SetObservation(obs map[string]any) error
SetObservation for this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) SetParameters ¶
func (tr *InstallationTemplatePartitionScheme) SetParameters(params map[string]any) error
SetParameters for this InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionScheme) SetProviderConfigReference ¶
func (mg *InstallationTemplatePartitionScheme) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) SetPublishConnectionDetailsTo ¶
func (mg *InstallationTemplatePartitionScheme) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionScheme) SetWriteConnectionSecretToReference ¶
func (mg *InstallationTemplatePartitionScheme) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this InstallationTemplatePartitionScheme.
type InstallationTemplatePartitionSchemeInitParameters ¶
type InstallationTemplatePartitionSchemeInitParameters struct { // name of this partitioning scheme Name *string `json:"name,omitempty" tf:"name,omitempty"` // on a reinstall, if a partitioning scheme is not specified, the one with the higher priority will be used by default, among all the compatible partitioning schemes (given the underlying hardware specifications) Priority *float64 `json:"priority,omitempty" tf:"priority,omitempty"` // This template name TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` }
func (*InstallationTemplatePartitionSchemeInitParameters) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeInitParameters) DeepCopy() *InstallationTemplatePartitionSchemeInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeInitParameters.
func (*InstallationTemplatePartitionSchemeInitParameters) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeInitParameters) DeepCopyInto(out *InstallationTemplatePartitionSchemeInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeList ¶
type InstallationTemplatePartitionSchemeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []InstallationTemplatePartitionScheme `json:"items"` }
InstallationTemplatePartitionSchemeList contains a list of InstallationTemplatePartitionSchemes
func (*InstallationTemplatePartitionSchemeList) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeList) DeepCopy() *InstallationTemplatePartitionSchemeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeList.
func (*InstallationTemplatePartitionSchemeList) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeList) DeepCopyInto(out *InstallationTemplatePartitionSchemeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstallationTemplatePartitionSchemeList) DeepCopyObject ¶
func (in *InstallationTemplatePartitionSchemeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*InstallationTemplatePartitionSchemeList) GetItems ¶
func (l *InstallationTemplatePartitionSchemeList) GetItems() []resource.Managed
GetItems of this InstallationTemplatePartitionSchemeList.
type InstallationTemplatePartitionSchemeObservation ¶
type InstallationTemplatePartitionSchemeObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` // name of this partitioning scheme Name *string `json:"name,omitempty" tf:"name,omitempty"` // on a reinstall, if a partitioning scheme is not specified, the one with the higher priority will be used by default, among all the compatible partitioning schemes (given the underlying hardware specifications) Priority *float64 `json:"priority,omitempty" tf:"priority,omitempty"` // This template name TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` }
func (*InstallationTemplatePartitionSchemeObservation) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeObservation) DeepCopy() *InstallationTemplatePartitionSchemeObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeObservation.
func (*InstallationTemplatePartitionSchemeObservation) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeObservation) DeepCopyInto(out *InstallationTemplatePartitionSchemeObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeParameters ¶
type InstallationTemplatePartitionSchemeParameters struct { // name of this partitioning scheme // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` // on a reinstall, if a partitioning scheme is not specified, the one with the higher priority will be used by default, among all the compatible partitioning schemes (given the underlying hardware specifications) // +kubebuilder:validation:Optional Priority *float64 `json:"priority,omitempty" tf:"priority,omitempty"` // This template name // +kubebuilder:validation:Optional TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` }
func (*InstallationTemplatePartitionSchemeParameters) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeParameters) DeepCopy() *InstallationTemplatePartitionSchemeParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeParameters.
func (*InstallationTemplatePartitionSchemeParameters) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeParameters) DeepCopyInto(out *InstallationTemplatePartitionSchemeParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeSpec ¶
type InstallationTemplatePartitionSchemeSpec struct { v1.ResourceSpec `json:",inline"` ForProvider InstallationTemplatePartitionSchemeParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider InstallationTemplatePartitionSchemeInitParameters `json:"initProvider,omitempty"` }
InstallationTemplatePartitionSchemeSpec defines the desired state of InstallationTemplatePartitionScheme
func (*InstallationTemplatePartitionSchemeSpec) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeSpec) DeepCopy() *InstallationTemplatePartitionSchemeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeSpec.
func (*InstallationTemplatePartitionSchemeSpec) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeSpec) DeepCopyInto(out *InstallationTemplatePartitionSchemeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeStatus ¶
type InstallationTemplatePartitionSchemeStatus struct { v1.ResourceStatus `json:",inline"` AtProvider InstallationTemplatePartitionSchemeObservation `json:"atProvider,omitempty"` }
InstallationTemplatePartitionSchemeStatus defines the observed state of InstallationTemplatePartitionScheme.
func (*InstallationTemplatePartitionSchemeStatus) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeStatus) DeepCopy() *InstallationTemplatePartitionSchemeStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeStatus.
func (*InstallationTemplatePartitionSchemeStatus) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeStatus) DeepCopyInto(out *InstallationTemplatePartitionSchemeStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.