Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=meinstallationtemplatepartitionschemepartition.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type InstallationTemplatePartitionSchemePartition
- func (in *InstallationTemplatePartitionSchemePartition) DeepCopy() *InstallationTemplatePartitionSchemePartition
- func (in *InstallationTemplatePartitionSchemePartition) DeepCopyInto(out *InstallationTemplatePartitionSchemePartition)
- func (in *InstallationTemplatePartitionSchemePartition) DeepCopyObject() runtime.Object
- func (mg *InstallationTemplatePartitionSchemePartition) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *InstallationTemplatePartitionSchemePartition) GetConnectionDetailsMapping() map[string]string
- func (mg *InstallationTemplatePartitionSchemePartition) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *InstallationTemplatePartitionSchemePartition) GetID() string
- func (tr *InstallationTemplatePartitionSchemePartition) GetInitParameters() (map[string]any, error)
- func (mg *InstallationTemplatePartitionSchemePartition) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *InstallationTemplatePartitionSchemePartition) GetObservation() (map[string]any, error)
- func (tr *InstallationTemplatePartitionSchemePartition) GetParameters() (map[string]any, error)
- func (mg *InstallationTemplatePartitionSchemePartition) GetProviderConfigReference() *xpv1.Reference
- func (mg *InstallationTemplatePartitionSchemePartition) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *InstallationTemplatePartitionSchemePartition) GetTerraformResourceType() string
- func (tr *InstallationTemplatePartitionSchemePartition) GetTerraformSchemaVersion() int
- func (mg *InstallationTemplatePartitionSchemePartition) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *InstallationTemplatePartitionSchemePartition) LateInitialize(attrs []byte) (bool, error)
- func (mg *InstallationTemplatePartitionSchemePartition) SetConditions(c ...xpv1.Condition)
- func (mg *InstallationTemplatePartitionSchemePartition) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *InstallationTemplatePartitionSchemePartition) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *InstallationTemplatePartitionSchemePartition) SetObservation(obs map[string]any) error
- func (tr *InstallationTemplatePartitionSchemePartition) SetParameters(params map[string]any) error
- func (mg *InstallationTemplatePartitionSchemePartition) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *InstallationTemplatePartitionSchemePartition) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *InstallationTemplatePartitionSchemePartition) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type InstallationTemplatePartitionSchemePartitionInitParameters
- type InstallationTemplatePartitionSchemePartitionList
- func (in *InstallationTemplatePartitionSchemePartitionList) DeepCopy() *InstallationTemplatePartitionSchemePartitionList
- func (in *InstallationTemplatePartitionSchemePartitionList) DeepCopyInto(out *InstallationTemplatePartitionSchemePartitionList)
- func (in *InstallationTemplatePartitionSchemePartitionList) DeepCopyObject() runtime.Object
- func (l *InstallationTemplatePartitionSchemePartitionList) GetItems() []resource.Managed
- type InstallationTemplatePartitionSchemePartitionObservation
- type InstallationTemplatePartitionSchemePartitionParameters
- type InstallationTemplatePartitionSchemePartitionSpec
- type InstallationTemplatePartitionSchemePartitionStatus
Constants ¶
const ( CRDGroup = "meinstallationtemplatepartitionschemepartition.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 ( InstallationTemplatePartitionSchemePartition_Kind = "InstallationTemplatePartitionSchemePartition" InstallationTemplatePartitionSchemePartition_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: InstallationTemplatePartitionSchemePartition_Kind}.String() InstallationTemplatePartitionSchemePartition_KindAPIVersion = InstallationTemplatePartitionSchemePartition_Kind + "." + CRDGroupVersion.String() InstallationTemplatePartitionSchemePartition_GroupVersionKind = CRDGroupVersion.WithKind(InstallationTemplatePartitionSchemePartition_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type InstallationTemplatePartitionSchemePartition ¶
type InstallationTemplatePartitionSchemePartition 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.filesystem) || (has(self.initProvider) && has(self.initProvider.filesystem))",message="spec.forProvider.filesystem is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.mountpoint) || (has(self.initProvider) && has(self.initProvider.mountpoint))",message="spec.forProvider.mountpoint is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.order) || (has(self.initProvider) && has(self.initProvider.order))",message="spec.forProvider.order 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.size) || (has(self.initProvider) && has(self.initProvider.size))",message="spec.forProvider.size 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" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.type) || (has(self.initProvider) && has(self.initProvider.type))",message="spec.forProvider.type is a required parameter" Spec InstallationTemplatePartitionSchemePartitionSpec `json:"spec"` Status InstallationTemplatePartitionSchemePartitionStatus `json:"status,omitempty"` }
InstallationTemplatePartitionSchemePartition is the Schema for the InstallationTemplatePartitionSchemePartitions 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 (*InstallationTemplatePartitionSchemePartition) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemePartition) DeepCopy() *InstallationTemplatePartitionSchemePartition
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemePartition) DeepCopyInto(out *InstallationTemplatePartitionSchemePartition)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstallationTemplatePartitionSchemePartition) DeepCopyObject ¶
func (in *InstallationTemplatePartitionSchemePartition) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*InstallationTemplatePartitionSchemePartition) GetCondition ¶
func (mg *InstallationTemplatePartitionSchemePartition) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) GetConnectionDetailsMapping ¶
func (tr *InstallationTemplatePartitionSchemePartition) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) GetDeletionPolicy ¶
func (mg *InstallationTemplatePartitionSchemePartition) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) GetID ¶
func (tr *InstallationTemplatePartitionSchemePartition) GetID() string
GetID returns ID of underlying Terraform resource of this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) GetInitParameters ¶
func (tr *InstallationTemplatePartitionSchemePartition) GetInitParameters() (map[string]any, error)
GetInitParameters of this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) GetManagementPolicies ¶
func (mg *InstallationTemplatePartitionSchemePartition) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) GetObservation ¶
func (tr *InstallationTemplatePartitionSchemePartition) GetObservation() (map[string]any, error)
GetObservation of this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) GetParameters ¶
func (tr *InstallationTemplatePartitionSchemePartition) GetParameters() (map[string]any, error)
GetParameters of this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) GetProviderConfigReference ¶
func (mg *InstallationTemplatePartitionSchemePartition) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) GetPublishConnectionDetailsTo ¶
func (mg *InstallationTemplatePartitionSchemePartition) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) GetTerraformResourceType ¶
func (mg *InstallationTemplatePartitionSchemePartition) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) GetTerraformSchemaVersion ¶
func (tr *InstallationTemplatePartitionSchemePartition) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*InstallationTemplatePartitionSchemePartition) GetWriteConnectionSecretToReference ¶
func (mg *InstallationTemplatePartitionSchemePartition) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) LateInitialize ¶
func (tr *InstallationTemplatePartitionSchemePartition) LateInitialize(attrs []byte) (bool, error)
LateInitialize this InstallationTemplatePartitionSchemePartition using its observed tfState. returns True if there are any spec changes for the resource.
func (*InstallationTemplatePartitionSchemePartition) SetConditions ¶
func (mg *InstallationTemplatePartitionSchemePartition) SetConditions(c ...xpv1.Condition)
SetConditions of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) SetDeletionPolicy ¶
func (mg *InstallationTemplatePartitionSchemePartition) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) SetManagementPolicies ¶
func (mg *InstallationTemplatePartitionSchemePartition) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) SetObservation ¶
func (tr *InstallationTemplatePartitionSchemePartition) SetObservation(obs map[string]any) error
SetObservation for this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) SetParameters ¶
func (tr *InstallationTemplatePartitionSchemePartition) SetParameters(params map[string]any) error
SetParameters for this InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartition) SetProviderConfigReference ¶
func (mg *InstallationTemplatePartitionSchemePartition) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) SetPublishConnectionDetailsTo ¶
func (mg *InstallationTemplatePartitionSchemePartition) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartition) SetWriteConnectionSecretToReference ¶
func (mg *InstallationTemplatePartitionSchemePartition) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this InstallationTemplatePartitionSchemePartition.
type InstallationTemplatePartitionSchemePartitionInitParameters ¶
type InstallationTemplatePartitionSchemePartitionInitParameters struct { // Partition filesystem Filesystem *string `json:"filesystem,omitempty" tf:"filesystem,omitempty"` // partition mount point Mountpoint *string `json:"mountpoint,omitempty" tf:"mountpoint,omitempty"` // step or order. specifies the creation order of the partition on the disk Order *float64 `json:"order,omitempty" tf:"order,omitempty"` // raid partition type Raid *string `json:"raid,omitempty" tf:"raid,omitempty"` // name of this partitioning scheme SchemeName *string `json:"schemeName,omitempty" tf:"scheme_name,omitempty"` // size of partition in MB, 0 => rest of the space Size *float64 `json:"size,omitempty" tf:"size,omitempty"` // Template name TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` // partition type Type *string `json:"type,omitempty" tf:"type,omitempty"` // The volume name needed for proxmox distribution VolumeName *string `json:"volumeName,omitempty" tf:"volume_name,omitempty"` }
func (*InstallationTemplatePartitionSchemePartitionInitParameters) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemePartitionInitParameters) DeepCopy() *InstallationTemplatePartitionSchemePartitionInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemePartitionInitParameters.
func (*InstallationTemplatePartitionSchemePartitionInitParameters) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemePartitionInitParameters) DeepCopyInto(out *InstallationTemplatePartitionSchemePartitionInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemePartitionList ¶
type InstallationTemplatePartitionSchemePartitionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []InstallationTemplatePartitionSchemePartition `json:"items"` }
InstallationTemplatePartitionSchemePartitionList contains a list of InstallationTemplatePartitionSchemePartitions
func (*InstallationTemplatePartitionSchemePartitionList) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemePartitionList) DeepCopy() *InstallationTemplatePartitionSchemePartitionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemePartitionList.
func (*InstallationTemplatePartitionSchemePartitionList) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemePartitionList) DeepCopyInto(out *InstallationTemplatePartitionSchemePartitionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstallationTemplatePartitionSchemePartitionList) DeepCopyObject ¶
func (in *InstallationTemplatePartitionSchemePartitionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*InstallationTemplatePartitionSchemePartitionList) GetItems ¶
func (l *InstallationTemplatePartitionSchemePartitionList) GetItems() []resource.Managed
GetItems of this InstallationTemplatePartitionSchemePartitionList.
type InstallationTemplatePartitionSchemePartitionObservation ¶
type InstallationTemplatePartitionSchemePartitionObservation struct { // Partition filesystem Filesystem *string `json:"filesystem,omitempty" tf:"filesystem,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // partition mount point Mountpoint *string `json:"mountpoint,omitempty" tf:"mountpoint,omitempty"` // step or order. specifies the creation order of the partition on the disk Order *float64 `json:"order,omitempty" tf:"order,omitempty"` // raid partition type Raid *string `json:"raid,omitempty" tf:"raid,omitempty"` // name of this partitioning scheme SchemeName *string `json:"schemeName,omitempty" tf:"scheme_name,omitempty"` // size of partition in MB, 0 => rest of the space Size *float64 `json:"size,omitempty" tf:"size,omitempty"` // Template name TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` // partition type Type *string `json:"type,omitempty" tf:"type,omitempty"` // The volume name needed for proxmox distribution VolumeName *string `json:"volumeName,omitempty" tf:"volume_name,omitempty"` }
func (*InstallationTemplatePartitionSchemePartitionObservation) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemePartitionObservation) DeepCopy() *InstallationTemplatePartitionSchemePartitionObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemePartitionObservation.
func (*InstallationTemplatePartitionSchemePartitionObservation) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemePartitionObservation) DeepCopyInto(out *InstallationTemplatePartitionSchemePartitionObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemePartitionParameters ¶
type InstallationTemplatePartitionSchemePartitionParameters struct { // Partition filesystem // +kubebuilder:validation:Optional Filesystem *string `json:"filesystem,omitempty" tf:"filesystem,omitempty"` // partition mount point // +kubebuilder:validation:Optional Mountpoint *string `json:"mountpoint,omitempty" tf:"mountpoint,omitempty"` // step or order. specifies the creation order of the partition on the disk // +kubebuilder:validation:Optional Order *float64 `json:"order,omitempty" tf:"order,omitempty"` // raid partition type // +kubebuilder:validation:Optional Raid *string `json:"raid,omitempty" tf:"raid,omitempty"` // name of this partitioning scheme // +kubebuilder:validation:Optional SchemeName *string `json:"schemeName,omitempty" tf:"scheme_name,omitempty"` // size of partition in MB, 0 => rest of the space // +kubebuilder:validation:Optional Size *float64 `json:"size,omitempty" tf:"size,omitempty"` // Template name // +kubebuilder:validation:Optional TemplateName *string `json:"templateName,omitempty" tf:"template_name,omitempty"` // partition type // +kubebuilder:validation:Optional Type *string `json:"type,omitempty" tf:"type,omitempty"` // The volume name needed for proxmox distribution // +kubebuilder:validation:Optional VolumeName *string `json:"volumeName,omitempty" tf:"volume_name,omitempty"` }
func (*InstallationTemplatePartitionSchemePartitionParameters) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemePartitionParameters) DeepCopy() *InstallationTemplatePartitionSchemePartitionParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemePartitionParameters.
func (*InstallationTemplatePartitionSchemePartitionParameters) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemePartitionParameters) DeepCopyInto(out *InstallationTemplatePartitionSchemePartitionParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemePartitionSpec ¶
type InstallationTemplatePartitionSchemePartitionSpec struct { v1.ResourceSpec `json:",inline"` ForProvider InstallationTemplatePartitionSchemePartitionParameters `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 InstallationTemplatePartitionSchemePartitionInitParameters `json:"initProvider,omitempty"` }
InstallationTemplatePartitionSchemePartitionSpec defines the desired state of InstallationTemplatePartitionSchemePartition
func (*InstallationTemplatePartitionSchemePartitionSpec) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemePartitionSpec) DeepCopy() *InstallationTemplatePartitionSchemePartitionSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemePartitionSpec.
func (*InstallationTemplatePartitionSchemePartitionSpec) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemePartitionSpec) DeepCopyInto(out *InstallationTemplatePartitionSchemePartitionSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InstallationTemplatePartitionSchemePartitionStatus ¶
type InstallationTemplatePartitionSchemePartitionStatus struct { v1.ResourceStatus `json:",inline"` AtProvider InstallationTemplatePartitionSchemePartitionObservation `json:"atProvider,omitempty"` }
InstallationTemplatePartitionSchemePartitionStatus defines the observed state of InstallationTemplatePartitionSchemePartition.
func (*InstallationTemplatePartitionSchemePartitionStatus) DeepCopy ¶
func (in *InstallationTemplatePartitionSchemePartitionStatus) DeepCopy() *InstallationTemplatePartitionSchemePartitionStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstallationTemplatePartitionSchemePartitionStatus.
func (*InstallationTemplatePartitionSchemePartitionStatus) DeepCopyInto ¶
func (in *InstallationTemplatePartitionSchemePartitionStatus) DeepCopyInto(out *InstallationTemplatePartitionSchemePartitionStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.