Documentation ¶
Overview ¶
Package v1api20180901storage contains API Schema definitions for the network v1api20180901storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=network.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 PrivateDnsZone
- func (zone *PrivateDnsZone) AzureName() string
- func (in *PrivateDnsZone) DeepCopy() *PrivateDnsZone
- func (in *PrivateDnsZone) DeepCopyInto(out *PrivateDnsZone)
- func (in *PrivateDnsZone) DeepCopyObject() runtime.Object
- func (zone PrivateDnsZone) GetAPIVersion() string
- func (zone *PrivateDnsZone) GetConditions() conditions.Conditions
- func (zone *PrivateDnsZone) GetResourceScope() genruntime.ResourceScope
- func (zone *PrivateDnsZone) GetSpec() genruntime.ConvertibleSpec
- func (zone *PrivateDnsZone) GetStatus() genruntime.ConvertibleStatus
- func (zone *PrivateDnsZone) GetType() string
- func (zone *PrivateDnsZone) Hub()
- func (zone *PrivateDnsZone) NewEmptyStatus() genruntime.ConvertibleStatus
- func (zone *PrivateDnsZone) OriginalGVK() *schema.GroupVersionKind
- func (zone *PrivateDnsZone) Owner() *genruntime.ResourceReference
- func (zone *PrivateDnsZone) SetConditions(conditions conditions.Conditions)
- func (zone *PrivateDnsZone) SetStatus(status genruntime.ConvertibleStatus) error
- type PrivateDnsZoneList
- type PrivateDnsZone_STATUS
- func (zone *PrivateDnsZone_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (zone *PrivateDnsZone_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *PrivateDnsZone_STATUS) DeepCopy() *PrivateDnsZone_STATUS
- func (in *PrivateDnsZone_STATUS) DeepCopyInto(out *PrivateDnsZone_STATUS)
- type PrivateDnsZone_Spec
- func (zone *PrivateDnsZone_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (zone *PrivateDnsZone_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *PrivateDnsZone_Spec) DeepCopy() *PrivateDnsZone_Spec
- func (in *PrivateDnsZone_Spec) DeepCopyInto(out *PrivateDnsZone_Spec)
Constants ¶
const APIVersion_Value = APIVersion("2018-09-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "network.azure.com", Version: "v1api20180901storage"} // 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 v1api20180901.APIVersion +kubebuilder:validation:Enum={"2018-09-01"}
type PrivateDnsZone ¶
type PrivateDnsZone struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PrivateDnsZone_Spec `json:"spec,omitempty"` Status PrivateDnsZone_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 v1api20180901.PrivateDnsZone Generator information: - Generated from: /privatedns/resource-manager/Microsoft.Network/stable/2018-09-01/privatedns.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}
func (*PrivateDnsZone) AzureName ¶
func (zone *PrivateDnsZone) AzureName() string
AzureName returns the Azure name of the resource
func (*PrivateDnsZone) DeepCopy ¶
func (in *PrivateDnsZone) DeepCopy() *PrivateDnsZone
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZone.
func (*PrivateDnsZone) DeepCopyInto ¶
func (in *PrivateDnsZone) DeepCopyInto(out *PrivateDnsZone)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrivateDnsZone) DeepCopyObject ¶
func (in *PrivateDnsZone) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (PrivateDnsZone) GetAPIVersion ¶
func (zone PrivateDnsZone) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2018-09-01"
func (*PrivateDnsZone) GetConditions ¶
func (zone *PrivateDnsZone) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*PrivateDnsZone) GetResourceScope ¶
func (zone *PrivateDnsZone) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*PrivateDnsZone) GetSpec ¶
func (zone *PrivateDnsZone) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*PrivateDnsZone) GetStatus ¶
func (zone *PrivateDnsZone) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*PrivateDnsZone) GetType ¶
func (zone *PrivateDnsZone) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Network/privateDnsZones"
func (*PrivateDnsZone) Hub ¶
func (zone *PrivateDnsZone) Hub()
Hub marks that this PrivateDnsZone is the hub type for conversion
func (*PrivateDnsZone) NewEmptyStatus ¶
func (zone *PrivateDnsZone) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*PrivateDnsZone) OriginalGVK ¶
func (zone *PrivateDnsZone) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*PrivateDnsZone) Owner ¶
func (zone *PrivateDnsZone) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*PrivateDnsZone) SetConditions ¶
func (zone *PrivateDnsZone) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*PrivateDnsZone) SetStatus ¶
func (zone *PrivateDnsZone) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type PrivateDnsZoneList ¶
type PrivateDnsZoneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PrivateDnsZone `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20180901.PrivateDnsZone Generator information: - Generated from: /privatedns/resource-manager/Microsoft.Network/stable/2018-09-01/privatedns.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}
func (*PrivateDnsZoneList) DeepCopy ¶
func (in *PrivateDnsZoneList) DeepCopy() *PrivateDnsZoneList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZoneList.
func (*PrivateDnsZoneList) DeepCopyInto ¶
func (in *PrivateDnsZoneList) DeepCopyInto(out *PrivateDnsZoneList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrivateDnsZoneList) DeepCopyObject ¶
func (in *PrivateDnsZoneList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PrivateDnsZone_STATUS ¶
type PrivateDnsZone_STATUS struct { Conditions []conditions.Condition `json:"conditions,omitempty"` Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` MaxNumberOfRecordSets *int `json:"maxNumberOfRecordSets,omitempty"` MaxNumberOfVirtualNetworkLinks *int `json:"maxNumberOfVirtualNetworkLinks,omitempty"` MaxNumberOfVirtualNetworkLinksWithRegistration *int `json:"maxNumberOfVirtualNetworkLinksWithRegistration,omitempty"` Name *string `json:"name,omitempty"` NumberOfRecordSets *int `json:"numberOfRecordSets,omitempty"` NumberOfVirtualNetworkLinks *int `json:"numberOfVirtualNetworkLinks,omitempty"` NumberOfVirtualNetworkLinksWithRegistration *int `json:"numberOfVirtualNetworkLinksWithRegistration,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` Tags map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20180901.PrivateDnsZone_STATUS
func (*PrivateDnsZone_STATUS) ConvertStatusFrom ¶
func (zone *PrivateDnsZone_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our PrivateDnsZone_STATUS from the provided source
func (*PrivateDnsZone_STATUS) ConvertStatusTo ¶
func (zone *PrivateDnsZone_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our PrivateDnsZone_STATUS
func (*PrivateDnsZone_STATUS) DeepCopy ¶
func (in *PrivateDnsZone_STATUS) DeepCopy() *PrivateDnsZone_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZone_STATUS.
func (*PrivateDnsZone_STATUS) DeepCopyInto ¶
func (in *PrivateDnsZone_STATUS) DeepCopyInto(out *PrivateDnsZone_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateDnsZone_Spec ¶
type PrivateDnsZone_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"` Etag *string `json:"etag,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"` Tags map[string]string `json:"tags,omitempty"` }
Storage version of v1api20180901.PrivateDnsZone_Spec
func (*PrivateDnsZone_Spec) ConvertSpecFrom ¶
func (zone *PrivateDnsZone_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our PrivateDnsZone_Spec from the provided source
func (*PrivateDnsZone_Spec) ConvertSpecTo ¶
func (zone *PrivateDnsZone_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our PrivateDnsZone_Spec
func (*PrivateDnsZone_Spec) DeepCopy ¶
func (in *PrivateDnsZone_Spec) DeepCopy() *PrivateDnsZone_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZone_Spec.
func (*PrivateDnsZone_Spec) DeepCopyInto ¶
func (in *PrivateDnsZone_Spec) DeepCopyInto(out *PrivateDnsZone_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.