Documentation ¶
Overview ¶
Package v1beta20180901 contains API Schema definitions for the network v1beta20180901 API group +groupName=network.azure.com
Package v1beta20180901 contains API Schema definitions for the network v1beta20180901 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.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
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) AssignPropertiesFromPrivateDnsZone(source *v20180901s.PrivateDnsZone) error
- func (zone *PrivateDnsZone) AssignPropertiesToPrivateDnsZone(destination *v20180901s.PrivateDnsZone) error
- func (zone *PrivateDnsZone) AzureName() string
- func (zone *PrivateDnsZone) ConvertFrom(hub conversion.Hub) error
- func (zone *PrivateDnsZone) ConvertTo(hub conversion.Hub) error
- func (in *PrivateDnsZone) DeepCopy() *PrivateDnsZone
- func (in *PrivateDnsZone) DeepCopyInto(out *PrivateDnsZone)
- func (in *PrivateDnsZone) DeepCopyObject() runtime.Object
- func (zone *PrivateDnsZone) Default()
- 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) 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
- func (zone *PrivateDnsZone) ValidateCreate() error
- func (zone *PrivateDnsZone) ValidateDelete() error
- func (zone *PrivateDnsZone) ValidateUpdate(old runtime.Object) error
- type PrivateDnsZoneList
- type PrivateDnsZones_Spec
- func (zones *PrivateDnsZones_Spec) AssignPropertiesFromPrivateDnsZonesSpec(source *v20180901s.PrivateDnsZones_Spec) error
- func (zones *PrivateDnsZones_Spec) AssignPropertiesToPrivateDnsZonesSpec(destination *v20180901s.PrivateDnsZones_Spec) error
- func (zones *PrivateDnsZones_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (zones *PrivateDnsZones_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (zones *PrivateDnsZones_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)
- func (in *PrivateDnsZones_Spec) DeepCopy() *PrivateDnsZones_Spec
- func (in *PrivateDnsZones_Spec) DeepCopyInto(out *PrivateDnsZones_Spec)
- func (zones *PrivateDnsZones_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus
- func (zones *PrivateDnsZones_Spec) OriginalVersion() string
- func (zones *PrivateDnsZones_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
- func (zones *PrivateDnsZones_Spec) SetAzureName(azureName string)
- type PrivateDnsZones_SpecARM
- func (in *PrivateDnsZones_SpecARM) DeepCopy() *PrivateDnsZones_SpecARM
- func (in *PrivateDnsZones_SpecARM) DeepCopyInto(out *PrivateDnsZones_SpecARM)
- func (zones PrivateDnsZones_SpecARM) GetAPIVersion() string
- func (zones *PrivateDnsZones_SpecARM) GetName() string
- func (zones *PrivateDnsZones_SpecARM) GetType() string
- type PrivateZonePropertiesStatusProvisioningState
- type PrivateZoneProperties_StatusARM
- type PrivateZone_Status
- func (zone *PrivateZone_Status) AssignPropertiesFromPrivateZoneStatus(source *v20180901s.PrivateZone_Status) error
- func (zone *PrivateZone_Status) AssignPropertiesToPrivateZoneStatus(destination *v20180901s.PrivateZone_Status) error
- func (zone *PrivateZone_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (zone *PrivateZone_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *PrivateZone_Status) DeepCopy() *PrivateZone_Status
- func (in *PrivateZone_Status) DeepCopyInto(out *PrivateZone_Status)
- func (zone *PrivateZone_Status) NewEmptyARMValue() genruntime.ARMResourceStatus
- func (zone *PrivateZone_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
- type PrivateZone_StatusARM
Constants ¶
const ( PrivateZonePropertiesStatusProvisioningStateCanceled = PrivateZonePropertiesStatusProvisioningState("Canceled") PrivateZonePropertiesStatusProvisioningStateCreating = PrivateZonePropertiesStatusProvisioningState("Creating") PrivateZonePropertiesStatusProvisioningStateDeleting = PrivateZonePropertiesStatusProvisioningState("Deleting") PrivateZonePropertiesStatusProvisioningStateFailed = PrivateZonePropertiesStatusProvisioningState("Failed") PrivateZonePropertiesStatusProvisioningStateSucceeded = PrivateZonePropertiesStatusProvisioningState("Succeeded") PrivateZonePropertiesStatusProvisioningStateUpdating = PrivateZonePropertiesStatusProvisioningState("Updating") )
const APIVersionValue = APIVersion("2018-09-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "network.azure.com", Version: "v1beta20180901"} // 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 PrivateDnsZone ¶
type PrivateDnsZone struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PrivateDnsZones_Spec `json:"spec,omitempty"` Status PrivateZone_Status `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +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" Generated from: https://schema.management.azure.com/schemas/2018-09-01/Microsoft.Network.json#/resourceDefinitions/privateDnsZones
func (*PrivateDnsZone) AssignPropertiesFromPrivateDnsZone ¶
func (zone *PrivateDnsZone) AssignPropertiesFromPrivateDnsZone(source *v20180901s.PrivateDnsZone) error
AssignPropertiesFromPrivateDnsZone populates our PrivateDnsZone from the provided source PrivateDnsZone
func (*PrivateDnsZone) AssignPropertiesToPrivateDnsZone ¶
func (zone *PrivateDnsZone) AssignPropertiesToPrivateDnsZone(destination *v20180901s.PrivateDnsZone) error
AssignPropertiesToPrivateDnsZone populates the provided destination PrivateDnsZone from our PrivateDnsZone
func (*PrivateDnsZone) AzureName ¶
func (zone *PrivateDnsZone) AzureName() string
AzureName returns the Azure name of the resource
func (*PrivateDnsZone) ConvertFrom ¶
func (zone *PrivateDnsZone) ConvertFrom(hub conversion.Hub) error
ConvertFrom populates our PrivateDnsZone from the provided hub PrivateDnsZone
func (*PrivateDnsZone) ConvertTo ¶
func (zone *PrivateDnsZone) ConvertTo(hub conversion.Hub) error
ConvertTo populates the provided hub PrivateDnsZone from our PrivateDnsZone
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) Default ¶
func (zone *PrivateDnsZone) Default()
Default applies defaults to the PrivateDnsZone resource
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) 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, or nil if there is no 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
func (*PrivateDnsZone) ValidateCreate ¶
func (zone *PrivateDnsZone) ValidateCreate() error
ValidateCreate validates the creation of the resource
func (*PrivateDnsZone) ValidateDelete ¶
func (zone *PrivateDnsZone) ValidateDelete() error
ValidateDelete validates the deletion of the resource
func (*PrivateDnsZone) ValidateUpdate ¶
func (zone *PrivateDnsZone) ValidateUpdate(old runtime.Object) error
ValidateUpdate validates an update of the resource
type PrivateDnsZoneList ¶
type PrivateDnsZoneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PrivateDnsZone `json:"items"` }
+kubebuilder:object:root=true Generated from: https://schema.management.azure.com/schemas/2018-09-01/Microsoft.Network.json#/resourceDefinitions/privateDnsZones
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 PrivateDnsZones_Spec ¶
type PrivateDnsZones_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: The ETag of the Private DNS zone. Etag *string `json:"etag,omitempty"` // Location: Location to deploy resource to Location *string `json:"location,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"` // Tags: Name-value pairs to add to the resource Tags map[string]string `json:"tags,omitempty"` }
func (*PrivateDnsZones_Spec) AssignPropertiesFromPrivateDnsZonesSpec ¶
func (zones *PrivateDnsZones_Spec) AssignPropertiesFromPrivateDnsZonesSpec(source *v20180901s.PrivateDnsZones_Spec) error
AssignPropertiesFromPrivateDnsZonesSpec populates our PrivateDnsZones_Spec from the provided source PrivateDnsZones_Spec
func (*PrivateDnsZones_Spec) AssignPropertiesToPrivateDnsZonesSpec ¶
func (zones *PrivateDnsZones_Spec) AssignPropertiesToPrivateDnsZonesSpec(destination *v20180901s.PrivateDnsZones_Spec) error
AssignPropertiesToPrivateDnsZonesSpec populates the provided destination PrivateDnsZones_Spec from our PrivateDnsZones_Spec
func (*PrivateDnsZones_Spec) ConvertSpecFrom ¶
func (zones *PrivateDnsZones_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our PrivateDnsZones_Spec from the provided source
func (*PrivateDnsZones_Spec) ConvertSpecTo ¶
func (zones *PrivateDnsZones_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our PrivateDnsZones_Spec
func (*PrivateDnsZones_Spec) ConvertToARM ¶
func (zones *PrivateDnsZones_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)
ConvertToARM converts from a Kubernetes CRD object to an ARM object
func (*PrivateDnsZones_Spec) DeepCopy ¶
func (in *PrivateDnsZones_Spec) DeepCopy() *PrivateDnsZones_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZones_Spec.
func (*PrivateDnsZones_Spec) DeepCopyInto ¶
func (in *PrivateDnsZones_Spec) DeepCopyInto(out *PrivateDnsZones_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrivateDnsZones_Spec) NewEmptyARMValue ¶
func (zones *PrivateDnsZones_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus
NewEmptyARMValue returns an empty ARM value suitable for deserializing into
func (*PrivateDnsZones_Spec) OriginalVersion ¶
func (zones *PrivateDnsZones_Spec) OriginalVersion() string
OriginalVersion returns the original API version used to create the resource.
func (*PrivateDnsZones_Spec) PopulateFromARM ¶
func (zones *PrivateDnsZones_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object
func (*PrivateDnsZones_Spec) SetAzureName ¶
func (zones *PrivateDnsZones_Spec) SetAzureName(azureName string)
SetAzureName sets the Azure name of the resource
type PrivateDnsZones_SpecARM ¶
type PrivateDnsZones_SpecARM struct { // Etag: The ETag of the Private DNS zone. Etag *string `json:"etag,omitempty"` // Location: Location to deploy resource to Location *string `json:"location,omitempty"` // Name: Name of the resource Name string `json:"name,omitempty"` // Tags: Name-value pairs to add to the resource Tags map[string]string `json:"tags,omitempty"` }
func (*PrivateDnsZones_SpecARM) DeepCopy ¶
func (in *PrivateDnsZones_SpecARM) DeepCopy() *PrivateDnsZones_SpecARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZones_SpecARM.
func (*PrivateDnsZones_SpecARM) DeepCopyInto ¶
func (in *PrivateDnsZones_SpecARM) DeepCopyInto(out *PrivateDnsZones_SpecARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (PrivateDnsZones_SpecARM) GetAPIVersion ¶
func (zones PrivateDnsZones_SpecARM) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2018-09-01"
func (*PrivateDnsZones_SpecARM) GetName ¶
func (zones *PrivateDnsZones_SpecARM) GetName() string
GetName returns the Name of the resource
func (*PrivateDnsZones_SpecARM) GetType ¶
func (zones *PrivateDnsZones_SpecARM) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Network/privateDnsZones"
type PrivateZonePropertiesStatusProvisioningState ¶
type PrivateZonePropertiesStatusProvisioningState string
type PrivateZoneProperties_StatusARM ¶
type PrivateZoneProperties_StatusARM struct { // MaxNumberOfRecordSets: The maximum number of record sets that can be created in this Private DNS zone. This is a // read-only property and any attempt to set this value will be ignored. MaxNumberOfRecordSets *int `json:"maxNumberOfRecordSets,omitempty"` // MaxNumberOfVirtualNetworkLinks: The maximum number of virtual networks that can be linked to this Private DNS zone. This // is a read-only property and any attempt to set this value will be ignored. MaxNumberOfVirtualNetworkLinks *int `json:"maxNumberOfVirtualNetworkLinks,omitempty"` // MaxNumberOfVirtualNetworkLinksWithRegistration: The maximum number of virtual networks that can be linked to this // Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be // ignored. MaxNumberOfVirtualNetworkLinksWithRegistration *int `json:"maxNumberOfVirtualNetworkLinksWithRegistration,omitempty"` // NumberOfRecordSets: The current number of record sets in this Private DNS zone. This is a read-only property and any // attempt to set this value will be ignored. NumberOfRecordSets *int `json:"numberOfRecordSets,omitempty"` // NumberOfVirtualNetworkLinks: The current number of virtual networks that are linked to this Private DNS zone. This is a // read-only property and any attempt to set this value will be ignored. NumberOfVirtualNetworkLinks *int `json:"numberOfVirtualNetworkLinks,omitempty"` // NumberOfVirtualNetworkLinksWithRegistration: The current number of virtual networks that are linked to this Private DNS // zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. NumberOfVirtualNetworkLinksWithRegistration *int `json:"numberOfVirtualNetworkLinksWithRegistration,omitempty"` // ProvisioningState: The provisioning state of the resource. This is a read-only property and any attempt to set this // value will be ignored. ProvisioningState *PrivateZonePropertiesStatusProvisioningState `json:"provisioningState,omitempty"` }
func (*PrivateZoneProperties_StatusARM) DeepCopy ¶
func (in *PrivateZoneProperties_StatusARM) DeepCopy() *PrivateZoneProperties_StatusARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateZoneProperties_StatusARM.
func (*PrivateZoneProperties_StatusARM) DeepCopyInto ¶
func (in *PrivateZoneProperties_StatusARM) DeepCopyInto(out *PrivateZoneProperties_StatusARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateZone_Status ¶
type PrivateZone_Status struct { // Conditions: The observed state of the resource Conditions []conditions.Condition `json:"conditions,omitempty"` // Etag: The ETag of the zone. Etag *string `json:"etag,omitempty"` // MaxNumberOfRecordSets: The maximum number of record sets that can be created in this Private DNS zone. This is a // read-only property and any attempt to set this value will be ignored. MaxNumberOfRecordSets *int `json:"maxNumberOfRecordSets,omitempty"` // MaxNumberOfVirtualNetworkLinks: The maximum number of virtual networks that can be linked to this Private DNS zone. This // is a read-only property and any attempt to set this value will be ignored. MaxNumberOfVirtualNetworkLinks *int `json:"maxNumberOfVirtualNetworkLinks,omitempty"` // MaxNumberOfVirtualNetworkLinksWithRegistration: The maximum number of virtual networks that can be linked to this // Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be // ignored. MaxNumberOfVirtualNetworkLinksWithRegistration *int `json:"maxNumberOfVirtualNetworkLinksWithRegistration,omitempty"` // NumberOfRecordSets: The current number of record sets in this Private DNS zone. This is a read-only property and any // attempt to set this value will be ignored. NumberOfRecordSets *int `json:"numberOfRecordSets,omitempty"` // NumberOfVirtualNetworkLinks: The current number of virtual networks that are linked to this Private DNS zone. This is a // read-only property and any attempt to set this value will be ignored. NumberOfVirtualNetworkLinks *int `json:"numberOfVirtualNetworkLinks,omitempty"` // NumberOfVirtualNetworkLinksWithRegistration: The current number of virtual networks that are linked to this Private DNS // zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. NumberOfVirtualNetworkLinksWithRegistration *int `json:"numberOfVirtualNetworkLinksWithRegistration,omitempty"` // ProvisioningState: The provisioning state of the resource. This is a read-only property and any attempt to set this // value will be ignored. ProvisioningState *PrivateZonePropertiesStatusProvisioningState `json:"provisioningState,omitempty"` }
func (*PrivateZone_Status) AssignPropertiesFromPrivateZoneStatus ¶
func (zone *PrivateZone_Status) AssignPropertiesFromPrivateZoneStatus(source *v20180901s.PrivateZone_Status) error
AssignPropertiesFromPrivateZoneStatus populates our PrivateZone_Status from the provided source PrivateZone_Status
func (*PrivateZone_Status) AssignPropertiesToPrivateZoneStatus ¶
func (zone *PrivateZone_Status) AssignPropertiesToPrivateZoneStatus(destination *v20180901s.PrivateZone_Status) error
AssignPropertiesToPrivateZoneStatus populates the provided destination PrivateZone_Status from our PrivateZone_Status
func (*PrivateZone_Status) ConvertStatusFrom ¶
func (zone *PrivateZone_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our PrivateZone_Status from the provided source
func (*PrivateZone_Status) ConvertStatusTo ¶
func (zone *PrivateZone_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our PrivateZone_Status
func (*PrivateZone_Status) DeepCopy ¶
func (in *PrivateZone_Status) DeepCopy() *PrivateZone_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateZone_Status.
func (*PrivateZone_Status) DeepCopyInto ¶
func (in *PrivateZone_Status) DeepCopyInto(out *PrivateZone_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrivateZone_Status) NewEmptyARMValue ¶
func (zone *PrivateZone_Status) NewEmptyARMValue() genruntime.ARMResourceStatus
NewEmptyARMValue returns an empty ARM value suitable for deserializing into
func (*PrivateZone_Status) PopulateFromARM ¶
func (zone *PrivateZone_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object
type PrivateZone_StatusARM ¶
type PrivateZone_StatusARM struct { // Etag: The ETag of the zone. Etag *string `json:"etag,omitempty"` // Properties: Properties of the Private DNS zone. Properties *PrivateZoneProperties_StatusARM `json:"properties,omitempty"` }
func (*PrivateZone_StatusARM) DeepCopy ¶
func (in *PrivateZone_StatusARM) DeepCopy() *PrivateZone_StatusARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateZone_StatusARM.
func (*PrivateZone_StatusARM) DeepCopyInto ¶
func (in *PrivateZone_StatusARM) DeepCopyInto(out *PrivateZone_StatusARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.