v1beta20180901

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 12 Imported by: 0

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

View Source
const (
	PrivateZoneProperties_ProvisioningState_STATUS_Canceled  = PrivateZoneProperties_ProvisioningState_STATUS("Canceled")
	PrivateZoneProperties_ProvisioningState_STATUS_Creating  = PrivateZoneProperties_ProvisioningState_STATUS("Creating")
	PrivateZoneProperties_ProvisioningState_STATUS_Deleting  = PrivateZoneProperties_ProvisioningState_STATUS("Deleting")
	PrivateZoneProperties_ProvisioningState_STATUS_Failed    = PrivateZoneProperties_ProvisioningState_STATUS("Failed")
	PrivateZoneProperties_ProvisioningState_STATUS_Succeeded = PrivateZoneProperties_ProvisioningState_STATUS("Succeeded")
	PrivateZoneProperties_ProvisioningState_STATUS_Updating  = PrivateZoneProperties_ProvisioningState_STATUS("Updating")
)
View Source
const APIVersion_Value = APIVersion("2018-09-01")

Variables

View Source
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 APIVersion

type APIVersion string

Deprecated version of APIVersion. Use v1api20180901.APIVersion instead +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: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" Deprecated version of PrivateDnsZone. Use v1api20180901.PrivateDnsZone instead

func (*PrivateDnsZone) AssignProperties_From_PrivateDnsZone

func (zone *PrivateDnsZone) AssignProperties_From_PrivateDnsZone(source *v1beta20180901s.PrivateDnsZone) error

AssignProperties_From_PrivateDnsZone populates our PrivateDnsZone from the provided source PrivateDnsZone

func (*PrivateDnsZone) AssignProperties_To_PrivateDnsZone

func (zone *PrivateDnsZone) AssignProperties_To_PrivateDnsZone(destination *v1beta20180901s.PrivateDnsZone) error

AssignProperties_To_PrivateDnsZone 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

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

func (*PrivateDnsZone) ValidateCreate

func (zone *PrivateDnsZone) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*PrivateDnsZone) ValidateDelete

func (zone *PrivateDnsZone) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*PrivateDnsZone) ValidateUpdate

func (zone *PrivateDnsZone) ValidateUpdate(old runtime.Object) (admission.Warnings, 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 Deprecated version of PrivateDnsZone. Use v1api20180901.PrivateDnsZone instead

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: The observed state of the resource
	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"`
	ProvisioningState                              *PrivateZoneProperties_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	Tags                                           map[string]string                               `json:"tags,omitempty"`
	Type                                           *string                                         `json:"type,omitempty"`
}

Deprecated version of PrivateDnsZone_STATUS. Use v1api20180901.PrivateDnsZone_STATUS instead

func (*PrivateDnsZone_STATUS) AssignProperties_From_PrivateDnsZone_STATUS

func (zone *PrivateDnsZone_STATUS) AssignProperties_From_PrivateDnsZone_STATUS(source *v1beta20180901s.PrivateDnsZone_STATUS) error

AssignProperties_From_PrivateDnsZone_STATUS populates our PrivateDnsZone_STATUS from the provided source PrivateDnsZone_STATUS

func (*PrivateDnsZone_STATUS) AssignProperties_To_PrivateDnsZone_STATUS

func (zone *PrivateDnsZone_STATUS) AssignProperties_To_PrivateDnsZone_STATUS(destination *v1beta20180901s.PrivateDnsZone_STATUS) error

AssignProperties_To_PrivateDnsZone_STATUS populates the provided destination PrivateDnsZone_STATUS from our 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

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.

func (*PrivateDnsZone_STATUS) NewEmptyARMValue

func (zone *PrivateDnsZone_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateDnsZone_STATUS) PopulateFromARM

func (zone *PrivateDnsZone_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateDnsZone_STATUS_ARM

type PrivateDnsZone_STATUS_ARM struct {
	Etag       *string                           `json:"etag,omitempty"`
	Id         *string                           `json:"id,omitempty"`
	Location   *string                           `json:"location,omitempty"`
	Name       *string                           `json:"name,omitempty"`
	Properties *PrivateZoneProperties_STATUS_ARM `json:"properties,omitempty"`
	Tags       map[string]string                 `json:"tags,omitempty"`
	Type       *string                           `json:"type,omitempty"`
}

Deprecated version of PrivateDnsZone_STATUS. Use v1api20180901.PrivateDnsZone_STATUS instead

func (*PrivateDnsZone_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZone_STATUS_ARM.

func (*PrivateDnsZone_STATUS_ARM) DeepCopyInto

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"`

	// +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  map[string]string                  `json:"tags,omitempty"`
}

func (*PrivateDnsZone_Spec) AssignProperties_From_PrivateDnsZone_Spec

func (zone *PrivateDnsZone_Spec) AssignProperties_From_PrivateDnsZone_Spec(source *v1beta20180901s.PrivateDnsZone_Spec) error

AssignProperties_From_PrivateDnsZone_Spec populates our PrivateDnsZone_Spec from the provided source PrivateDnsZone_Spec

func (*PrivateDnsZone_Spec) AssignProperties_To_PrivateDnsZone_Spec

func (zone *PrivateDnsZone_Spec) AssignProperties_To_PrivateDnsZone_Spec(destination *v1beta20180901s.PrivateDnsZone_Spec) error

AssignProperties_To_PrivateDnsZone_Spec populates the provided destination PrivateDnsZone_Spec from our 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) ConvertToARM

func (zone *PrivateDnsZone_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

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.

func (*PrivateDnsZone_Spec) NewEmptyARMValue

func (zone *PrivateDnsZone_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateDnsZone_Spec) OriginalVersion

func (zone *PrivateDnsZone_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*PrivateDnsZone_Spec) PopulateFromARM

func (zone *PrivateDnsZone_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*PrivateDnsZone_Spec) SetAzureName

func (zone *PrivateDnsZone_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type PrivateDnsZone_Spec_ARM

type PrivateDnsZone_Spec_ARM struct {
	Etag     *string           `json:"etag,omitempty"`
	Location *string           `json:"location,omitempty"`
	Name     string            `json:"name,omitempty"`
	Tags     map[string]string `json:"tags,omitempty"`
}

Deprecated version of PrivateDnsZone_Spec. Use v1api20180901.PrivateDnsZone_Spec instead

func (*PrivateDnsZone_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDnsZone_Spec_ARM.

func (*PrivateDnsZone_Spec_ARM) DeepCopyInto

func (in *PrivateDnsZone_Spec_ARM) DeepCopyInto(out *PrivateDnsZone_Spec_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (PrivateDnsZone_Spec_ARM) GetAPIVersion

func (zone PrivateDnsZone_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2018-09-01"

func (*PrivateDnsZone_Spec_ARM) GetName

func (zone *PrivateDnsZone_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*PrivateDnsZone_Spec_ARM) GetType

func (zone *PrivateDnsZone_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Network/privateDnsZones"

type PrivateZoneProperties_ProvisioningState_STATUS

type PrivateZoneProperties_ProvisioningState_STATUS string

Deprecated version of PrivateZoneProperties_ProvisioningState_STATUS. Use v1api20180901.PrivateZoneProperties_ProvisioningState_STATUS instead

type PrivateZoneProperties_STATUS_ARM

type PrivateZoneProperties_STATUS_ARM struct {
	MaxNumberOfRecordSets                          *int                                            `json:"maxNumberOfRecordSets,omitempty"`
	MaxNumberOfVirtualNetworkLinks                 *int                                            `json:"maxNumberOfVirtualNetworkLinks,omitempty"`
	MaxNumberOfVirtualNetworkLinksWithRegistration *int                                            `json:"maxNumberOfVirtualNetworkLinksWithRegistration,omitempty"`
	NumberOfRecordSets                             *int                                            `json:"numberOfRecordSets,omitempty"`
	NumberOfVirtualNetworkLinks                    *int                                            `json:"numberOfVirtualNetworkLinks,omitempty"`
	NumberOfVirtualNetworkLinksWithRegistration    *int                                            `json:"numberOfVirtualNetworkLinksWithRegistration,omitempty"`
	ProvisioningState                              *PrivateZoneProperties_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
}

Deprecated version of PrivateZoneProperties_STATUS. Use v1api20180901.PrivateZoneProperties_STATUS instead

func (*PrivateZoneProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateZoneProperties_STATUS_ARM.

func (*PrivateZoneProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL