Documentation
¶
Overview ¶
Package v1beta20210701storage contains API Schema definitions for the compute v1beta20210701storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=compute.azure.com
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- Constants
- Variables
- type APIVersion
- type DiskEncryptionSetParameters
- type ExtendedLocation
- type ExtendedLocation_Status
- type Image
- func (image *Image) AzureName() string
- func (in *Image) DeepCopy() *Image
- func (in *Image) DeepCopyInto(out *Image)
- func (in *Image) DeepCopyObject() runtime.Object
- func (image Image) GetAPIVersion() string
- func (image *Image) GetConditions() conditions.Conditions
- func (image *Image) GetResourceKind() genruntime.ResourceKind
- func (image *Image) GetSpec() genruntime.ConvertibleSpec
- func (image *Image) GetStatus() genruntime.ConvertibleStatus
- func (image *Image) GetType() string
- func (image *Image) Hub()
- func (image *Image) NewEmptyStatus() genruntime.ConvertibleStatus
- func (image *Image) OriginalGVK() *schema.GroupVersionKind
- func (image *Image) Owner() *genruntime.ResourceReference
- func (image *Image) SetConditions(conditions conditions.Conditions)
- func (image *Image) SetStatus(status genruntime.ConvertibleStatus) error
- type ImageDataDisk
- type ImageDataDisk_Status
- type ImageList
- type ImageOSDisk
- type ImageOSDisk_Status
- type ImageStorageProfile
- type ImageStorageProfile_Status
- type Image_Status
- type Images_Spec
- type SubResource
- type SubResource_Status
Constants ¶
const APIVersionValue = APIVersion("2021-07-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "compute.azure.com", Version: "v1beta20210701storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion string
Storage version of v1beta20210701.APIVersion +kubebuilder:validation:Enum={"2021-07-01"}
type DiskEncryptionSetParameters ¶
type DiskEncryptionSetParameters struct {
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
// Reference: Resource Id
Reference *genruntime.ResourceReference `armReference:"Id" json:"reference,omitempty"`
}
Storage version of v1beta20210701.DiskEncryptionSetParameters Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/definitions/DiskEncryptionSetParameters
func (*DiskEncryptionSetParameters) DeepCopy ¶
func (in *DiskEncryptionSetParameters) DeepCopy() *DiskEncryptionSetParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiskEncryptionSetParameters.
func (*DiskEncryptionSetParameters) DeepCopyInto ¶
func (in *DiskEncryptionSetParameters) DeepCopyInto(out *DiskEncryptionSetParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExtendedLocation ¶
type ExtendedLocation struct {
Name *string `json:"name,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Type *string `json:"type,omitempty"`
}
Storage version of v1beta20210701.ExtendedLocation Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/definitions/ExtendedLocation
func (*ExtendedLocation) DeepCopy ¶
func (in *ExtendedLocation) DeepCopy() *ExtendedLocation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtendedLocation.
func (*ExtendedLocation) DeepCopyInto ¶
func (in *ExtendedLocation) DeepCopyInto(out *ExtendedLocation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExtendedLocation_Status ¶
type ExtendedLocation_Status struct {
Name *string `json:"name,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Type *string `json:"type,omitempty"`
}
Storage version of v1beta20210701.ExtendedLocation_Status
func (*ExtendedLocation_Status) DeepCopy ¶
func (in *ExtendedLocation_Status) DeepCopy() *ExtendedLocation_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtendedLocation_Status.
func (*ExtendedLocation_Status) DeepCopyInto ¶
func (in *ExtendedLocation_Status) DeepCopyInto(out *ExtendedLocation_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Image ¶
type Image struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec Images_Spec `json:"spec,omitempty"`
Status Image_Status `json:"status,omitempty"`
}
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1beta20210701.Image Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/images
func (*Image) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Image.
func (*Image) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Image) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (Image) GetAPIVersion ¶
GetAPIVersion returns the ARM API version of the resource. This is always "2021-07-01"
func (*Image) GetConditions ¶
func (image *Image) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*Image) GetResourceKind ¶
func (image *Image) GetResourceKind() genruntime.ResourceKind
GetResourceKind returns the kind of the resource
func (*Image) GetSpec ¶
func (image *Image) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*Image) GetStatus ¶
func (image *Image) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*Image) GetType ¶
GetType returns the ARM Type of the resource. This is always "Microsoft.Compute/images"
func (*Image) Hub ¶
func (image *Image) Hub()
Hub marks that this Image is the hub type for conversion
func (*Image) NewEmptyStatus ¶
func (image *Image) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*Image) OriginalGVK ¶
func (image *Image) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*Image) Owner ¶
func (image *Image) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner, or nil if there is no owner
func (*Image) SetConditions ¶
func (image *Image) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*Image) SetStatus ¶
func (image *Image) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type ImageDataDisk ¶
type ImageDataDisk struct {
BlobUri *string `json:"blobUri,omitempty"`
Caching *string `json:"caching,omitempty"`
DiskEncryptionSet *DiskEncryptionSetParameters `json:"diskEncryptionSet,omitempty"`
DiskSizeGB *int `json:"diskSizeGB,omitempty"`
Lun *int `json:"lun,omitempty"`
ManagedDisk *SubResource `json:"managedDisk,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Snapshot *SubResource `json:"snapshot,omitempty"`
StorageAccountType *string `json:"storageAccountType,omitempty"`
}
Storage version of v1beta20210701.ImageDataDisk Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/definitions/ImageDataDisk
func (*ImageDataDisk) DeepCopy ¶
func (in *ImageDataDisk) DeepCopy() *ImageDataDisk
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageDataDisk.
func (*ImageDataDisk) DeepCopyInto ¶
func (in *ImageDataDisk) DeepCopyInto(out *ImageDataDisk)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageDataDisk_Status ¶
type ImageDataDisk_Status struct {
BlobUri *string `json:"blobUri,omitempty"`
Caching *string `json:"caching,omitempty"`
DiskEncryptionSet *SubResource_Status `json:"diskEncryptionSet,omitempty"`
DiskSizeGB *int `json:"diskSizeGB,omitempty"`
Lun *int `json:"lun,omitempty"`
ManagedDisk *SubResource_Status `json:"managedDisk,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Snapshot *SubResource_Status `json:"snapshot,omitempty"`
StorageAccountType *string `json:"storageAccountType,omitempty"`
}
Storage version of v1beta20210701.ImageDataDisk_Status
func (*ImageDataDisk_Status) DeepCopy ¶
func (in *ImageDataDisk_Status) DeepCopy() *ImageDataDisk_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageDataDisk_Status.
func (*ImageDataDisk_Status) DeepCopyInto ¶
func (in *ImageDataDisk_Status) DeepCopyInto(out *ImageDataDisk_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageList ¶
type ImageList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []Image `json:"items"`
}
+kubebuilder:object:root=true Storage version of v1beta20210701.Image Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/images
func (*ImageList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageList.
func (*ImageList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ImageList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ImageOSDisk ¶
type ImageOSDisk struct {
BlobUri *string `json:"blobUri,omitempty"`
Caching *string `json:"caching,omitempty"`
DiskEncryptionSet *DiskEncryptionSetParameters `json:"diskEncryptionSet,omitempty"`
DiskSizeGB *int `json:"diskSizeGB,omitempty"`
ManagedDisk *SubResource `json:"managedDisk,omitempty"`
OsState *string `json:"osState,omitempty"`
OsType *string `json:"osType,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Snapshot *SubResource `json:"snapshot,omitempty"`
StorageAccountType *string `json:"storageAccountType,omitempty"`
}
Storage version of v1beta20210701.ImageOSDisk Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/definitions/ImageOSDisk
func (*ImageOSDisk) DeepCopy ¶
func (in *ImageOSDisk) DeepCopy() *ImageOSDisk
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageOSDisk.
func (*ImageOSDisk) DeepCopyInto ¶
func (in *ImageOSDisk) DeepCopyInto(out *ImageOSDisk)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageOSDisk_Status ¶
type ImageOSDisk_Status struct {
BlobUri *string `json:"blobUri,omitempty"`
Caching *string `json:"caching,omitempty"`
DiskEncryptionSet *SubResource_Status `json:"diskEncryptionSet,omitempty"`
DiskSizeGB *int `json:"diskSizeGB,omitempty"`
ManagedDisk *SubResource_Status `json:"managedDisk,omitempty"`
OsState *string `json:"osState,omitempty"`
OsType *string `json:"osType,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Snapshot *SubResource_Status `json:"snapshot,omitempty"`
StorageAccountType *string `json:"storageAccountType,omitempty"`
}
Storage version of v1beta20210701.ImageOSDisk_Status
func (*ImageOSDisk_Status) DeepCopy ¶
func (in *ImageOSDisk_Status) DeepCopy() *ImageOSDisk_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageOSDisk_Status.
func (*ImageOSDisk_Status) DeepCopyInto ¶
func (in *ImageOSDisk_Status) DeepCopyInto(out *ImageOSDisk_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageStorageProfile ¶
type ImageStorageProfile struct {
DataDisks []ImageDataDisk `json:"dataDisks,omitempty"`
OsDisk *ImageOSDisk `json:"osDisk,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
ZoneResilient *bool `json:"zoneResilient,omitempty"`
}
Storage version of v1beta20210701.ImageStorageProfile Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/definitions/ImageStorageProfile
func (*ImageStorageProfile) DeepCopy ¶
func (in *ImageStorageProfile) DeepCopy() *ImageStorageProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageStorageProfile.
func (*ImageStorageProfile) DeepCopyInto ¶
func (in *ImageStorageProfile) DeepCopyInto(out *ImageStorageProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageStorageProfile_Status ¶
type ImageStorageProfile_Status struct {
DataDisks []ImageDataDisk_Status `json:"dataDisks,omitempty"`
OsDisk *ImageOSDisk_Status `json:"osDisk,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
ZoneResilient *bool `json:"zoneResilient,omitempty"`
}
Storage version of v1beta20210701.ImageStorageProfile_Status
func (*ImageStorageProfile_Status) DeepCopy ¶
func (in *ImageStorageProfile_Status) DeepCopy() *ImageStorageProfile_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageStorageProfile_Status.
func (*ImageStorageProfile_Status) DeepCopyInto ¶
func (in *ImageStorageProfile_Status) DeepCopyInto(out *ImageStorageProfile_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Image_Status ¶
type Image_Status struct {
Conditions []conditions.Condition `json:"conditions,omitempty"`
ExtendedLocation *ExtendedLocation_Status `json:"extendedLocation,omitempty"`
HyperVGeneration *string `json:"hyperVGeneration,omitempty"`
Id *string `json:"id,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
ProvisioningState *string `json:"provisioningState,omitempty"`
SourceVirtualMachine *SubResource_Status `json:"sourceVirtualMachine,omitempty"`
StorageProfile *ImageStorageProfile_Status `json:"storageProfile,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
}
Storage version of v1beta20210701.Image_Status
func (*Image_Status) ConvertStatusFrom ¶
func (image *Image_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our Image_Status from the provided source
func (*Image_Status) ConvertStatusTo ¶
func (image *Image_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our Image_Status
func (*Image_Status) DeepCopy ¶
func (in *Image_Status) DeepCopy() *Image_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Image_Status.
func (*Image_Status) DeepCopyInto ¶
func (in *Image_Status) DeepCopyInto(out *Image_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Images_Spec ¶
type Images_Spec struct {
// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
// doesn't have to be.
AzureName string `json:"azureName,omitempty"`
ExtendedLocation *ExtendedLocation `json:"extendedLocation,omitempty"`
HyperVGeneration *string `json:"hyperVGeneration,omitempty"`
Location *string `json:"location,omitempty"`
OriginalVersion string `json:"originalVersion,omitempty"`
// +kubebuilder:validation:Required
// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
// reference to a resources.azure.com/ResourceGroup resource
Owner *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
SourceVirtualMachine *SubResource `json:"sourceVirtualMachine,omitempty"`
StorageProfile *ImageStorageProfile `json:"storageProfile,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
}
Storage version of v1beta20210701.Images_Spec
func (*Images_Spec) ConvertSpecFrom ¶
func (images *Images_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Images_Spec from the provided source
func (*Images_Spec) ConvertSpecTo ¶
func (images *Images_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Images_Spec
func (*Images_Spec) DeepCopy ¶
func (in *Images_Spec) DeepCopy() *Images_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Images_Spec.
func (*Images_Spec) DeepCopyInto ¶
func (in *Images_Spec) DeepCopyInto(out *Images_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubResource ¶
type SubResource struct {
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
// Reference: Resource Id
Reference *genruntime.ResourceReference `armReference:"Id" json:"reference,omitempty"`
}
Storage version of v1beta20210701.SubResource Generated from: https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/definitions/SubResource
func (*SubResource) DeepCopy ¶
func (in *SubResource) DeepCopy() *SubResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubResource.
func (*SubResource) DeepCopyInto ¶
func (in *SubResource) DeepCopyInto(out *SubResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubResource_Status ¶
type SubResource_Status struct {
Id *string `json:"id,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210701.SubResource_Status
func (*SubResource_Status) DeepCopy ¶
func (in *SubResource_Status) DeepCopy() *SubResource_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubResource_Status.
func (*SubResource_Status) DeepCopyInto ¶
func (in *SubResource_Status) DeepCopyInto(out *SubResource_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.