Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=meinstallationtemplatepartitionschemehardwareraid.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type InstallationTemplatePartitionSchemeHardwareRaid
- func (in *InstallationTemplatePartitionSchemeHardwareRaid) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaid
- func (in *InstallationTemplatePartitionSchemeHardwareRaid) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaid)
- func (in *InstallationTemplatePartitionSchemeHardwareRaid) DeepCopyObject() runtime.Object
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetConnectionDetailsMapping() map[string]string
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetID() string
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetInitParameters() (map[string]any, error)
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetObservation() (map[string]any, error)
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetParameters() (map[string]any, error)
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetProviderConfigReference() *xpv1.Reference
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetTerraformResourceType() string
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetTerraformSchemaVersion() int
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) LateInitialize(attrs []byte) (bool, error)
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetConditions(c ...xpv1.Condition)
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) SetObservation(obs map[string]any) error
- func (tr *InstallationTemplatePartitionSchemeHardwareRaid) SetParameters(params map[string]any) error
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type InstallationTemplatePartitionSchemeHardwareRaidInitParameters
- func (in *InstallationTemplatePartitionSchemeHardwareRaidInitParameters) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidInitParameters
- func (in *InstallationTemplatePartitionSchemeHardwareRaidInitParameters) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidInitParameters)
- type InstallationTemplatePartitionSchemeHardwareRaidList
- func (in *InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidList
- func (in *InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidList)
- func (in *InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopyObject() runtime.Object
- func (l *InstallationTemplatePartitionSchemeHardwareRaidList) GetItems() []resource.Managed
- type InstallationTemplatePartitionSchemeHardwareRaidObservation
- type InstallationTemplatePartitionSchemeHardwareRaidParameters
- type InstallationTemplatePartitionSchemeHardwareRaidSpec
- type InstallationTemplatePartitionSchemeHardwareRaidStatus
Constants ¶
const ( CRDGroup = "meinstallationtemplatepartitionschemehardwareraid.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 ( InstallationTemplatePartitionSchemeHardwareRaid_Kind = "InstallationTemplatePartitionSchemeHardwareRaid" InstallationTemplatePartitionSchemeHardwareRaid_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: InstallationTemplatePartitionSchemeHardwareRaid_Kind}.String() InstallationTemplatePartitionSchemeHardwareRaid_KindAPIVersion = InstallationTemplatePartitionSchemeHardwareRaid_Kind + "." + CRDGroupVersion.String() InstallationTemplatePartitionSchemeHardwareRaid_GroupVersionKind = CRDGroupVersion.WithKind(InstallationTemplatePartitionSchemeHardwareRaid_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type InstallationTemplatePartitionSchemeHardwareRaid ¶
type InstallationTemplatePartitionSchemeHardwareRaid 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.disks) || (has(self.initProvider) && has(self.initProvider.disks))",message="spec.forProvider.disks is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.mode) || (has(self.initProvider) && has(self.initProvider.mode))",message="spec.forProvider.mode is a required parameter" // +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.schemeName) || (has(self.initProvider) && has(self.initProvider.schemeName))",message="spec.forProvider.schemeName is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.step) || (has(self.initProvider) && has(self.initProvider.step))",message="spec.forProvider.step 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 InstallationTemplatePartitionSchemeHardwareRaidSpec `json:"spec"` Status InstallationTemplatePartitionSchemeHardwareRaidStatus `json:"status,omitempty"` }
InstallationTemplatePartitionSchemeHardwareRaid is the Schema for the InstallationTemplatePartitionSchemeHardwareRaids 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 (*InstallationTemplatePartitionSchemeHardwareRaid) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaid) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaid
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaid) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaid)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstallationTemplatePartitionSchemeHardwareRaid) DeepCopyObject ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaid) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetCondition ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetConnectionDetailsMapping ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetDeletionPolicy ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetID ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetID() string
GetID returns ID of underlying Terraform resource of this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetInitParameters ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetInitParameters() (map[string]any, error)
GetInitParameters of this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetManagementPolicies ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetObservation ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetObservation() (map[string]any, error)
GetObservation of this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetParameters ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetParameters() (map[string]any, error)
GetParameters of this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetProviderConfigReference ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetPublishConnectionDetailsTo ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetTerraformResourceType ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetTerraformSchemaVersion ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*InstallationTemplatePartitionSchemeHardwareRaid) GetWriteConnectionSecretToReference ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) LateInitialize ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) LateInitialize(attrs []byte) (bool, error)
LateInitialize this InstallationTemplatePartitionSchemeHardwareRaid using its observed tfState. returns True if there are any spec changes for the resource.
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetConditions ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetConditions(c ...xpv1.Condition)
SetConditions of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetDeletionPolicy ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetManagementPolicies ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetObservation ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) SetObservation(obs map[string]any) error
SetObservation for this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetParameters ¶
func (tr *InstallationTemplatePartitionSchemeHardwareRaid) SetParameters(params map[string]any) error
SetParameters for this InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetProviderConfigReference ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetPublishConnectionDetailsTo ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaid) SetWriteConnectionSecretToReference ¶
func (mg *InstallationTemplatePartitionSchemeHardwareRaid) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this InstallationTemplatePartitionSchemeHardwareRaid.
type InstallationTemplatePartitionSchemeHardwareRaidInitParameters ¶
type InstallationTemplatePartitionSchemeHardwareRaidInitParameters struct { // Disk List. Syntax is cX:dY for disks and [cX:dY,cX:dY] for groups. With X and Y resp. the controller id and the disk id Disks []*string `json:"disks,omitempty" tf:"disks,omitempty"` // RAID mode (raid0, raid1, raid10, raid5, raid50, raid6, raid60) Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // Hardware RAID name Name *string `json:"name,omitempty" tf:"name,omitempty"` // name of this partitioning scheme SchemeName *string `json:"schemeName,omitempty" tf:"scheme_name,omitempty"` // Specifies the creation order of the hardware RAID Step *float64 `json:"step,omitempty" tf:"step,omitempty"` // Template name TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` }
func (*InstallationTemplatePartitionSchemeHardwareRaidInitParameters) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidInitParameters) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeHardwareRaidInitParameters.
func (*InstallationTemplatePartitionSchemeHardwareRaidInitParameters) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidInitParameters) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeHardwareRaidList ¶
type InstallationTemplatePartitionSchemeHardwareRaidList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []InstallationTemplatePartitionSchemeHardwareRaid `json:"items"` }
InstallationTemplatePartitionSchemeHardwareRaidList contains a list of InstallationTemplatePartitionSchemeHardwareRaids
func (*InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeHardwareRaidList.
func (*InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopyObject ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*InstallationTemplatePartitionSchemeHardwareRaidList) GetItems ¶
func (l *InstallationTemplatePartitionSchemeHardwareRaidList) GetItems() []resource.Managed
GetItems of this InstallationTemplatePartitionSchemeHardwareRaidList.
type InstallationTemplatePartitionSchemeHardwareRaidObservation ¶
type InstallationTemplatePartitionSchemeHardwareRaidObservation struct { // Disk List. Syntax is cX:dY for disks and [cX:dY,cX:dY] for groups. With X and Y resp. the controller id and the disk id Disks []*string `json:"disks,omitempty" tf:"disks,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // RAID mode (raid0, raid1, raid10, raid5, raid50, raid6, raid60) Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // Hardware RAID name Name *string `json:"name,omitempty" tf:"name,omitempty"` // name of this partitioning scheme SchemeName *string `json:"schemeName,omitempty" tf:"scheme_name,omitempty"` // Specifies the creation order of the hardware RAID Step *float64 `json:"step,omitempty" tf:"step,omitempty"` // Template name TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` }
func (*InstallationTemplatePartitionSchemeHardwareRaidObservation) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidObservation) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeHardwareRaidObservation.
func (*InstallationTemplatePartitionSchemeHardwareRaidObservation) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidObservation) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeHardwareRaidParameters ¶
type InstallationTemplatePartitionSchemeHardwareRaidParameters struct { // Disk List. Syntax is cX:dY for disks and [cX:dY,cX:dY] for groups. With X and Y resp. the controller id and the disk id // +kubebuilder:validation:Optional Disks []*string `json:"disks,omitempty" tf:"disks,omitempty"` // RAID mode (raid0, raid1, raid10, raid5, raid50, raid6, raid60) // +kubebuilder:validation:Optional Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // Hardware RAID name // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` // name of this partitioning scheme // +kubebuilder:validation:Optional SchemeName *string `json:"schemeName,omitempty" tf:"scheme_name,omitempty"` // Specifies the creation order of the hardware RAID // +kubebuilder:validation:Optional Step *float64 `json:"step,omitempty" tf:"step,omitempty"` // Template name // +kubebuilder:validation:Optional TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` }
func (*InstallationTemplatePartitionSchemeHardwareRaidParameters) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidParameters) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeHardwareRaidParameters.
func (*InstallationTemplatePartitionSchemeHardwareRaidParameters) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidParameters) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeHardwareRaidSpec ¶
type InstallationTemplatePartitionSchemeHardwareRaidSpec struct { v1.ResourceSpec `json:",inline"` ForProvider InstallationTemplatePartitionSchemeHardwareRaidParameters `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 InstallationTemplatePartitionSchemeHardwareRaidInitParameters `json:"initProvider,omitempty"` }
InstallationTemplatePartitionSchemeHardwareRaidSpec defines the desired state of InstallationTemplatePartitionSchemeHardwareRaid
func (*InstallationTemplatePartitionSchemeHardwareRaidSpec) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidSpec) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeHardwareRaidSpec.
func (*InstallationTemplatePartitionSchemeHardwareRaidSpec) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidSpec) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemeHardwareRaidStatus ¶
type InstallationTemplatePartitionSchemeHardwareRaidStatus struct { v1.ResourceStatus `json:",inline"` AtProvider InstallationTemplatePartitionSchemeHardwareRaidObservation `json:"atProvider,omitempty"` }
InstallationTemplatePartitionSchemeHardwareRaidStatus defines the observed state of InstallationTemplatePartitionSchemeHardwareRaid.
func (*InstallationTemplatePartitionSchemeHardwareRaidStatus) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidStatus) DeepCopy() *InstallationTemplatePartitionSchemeHardwareRaidStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemeHardwareRaidStatus.
func (*InstallationTemplatePartitionSchemeHardwareRaidStatus) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemeHardwareRaidStatus) DeepCopyInto(out *InstallationTemplatePartitionSchemeHardwareRaidStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.