v1beta20180901storage

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: 10 Imported by: 0

Documentation

Overview

Package v1beta20180901storage contains API Schema definitions for the network v1beta20180901storage 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

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: "v1beta20180901storage"}

	// 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 v1beta20180901.APIVersion 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" Storage version of v1beta20180901.PrivateDnsZone Deprecated version of PrivateDnsZone. Use v1api20180901.PrivateDnsZone instead

func (*PrivateDnsZone) AssignProperties_From_PrivateDnsZone

func (zone *PrivateDnsZone) AssignProperties_From_PrivateDnsZone(source *v20180901s.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 *v20180901s.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) 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

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 v1beta20180901.PrivateDnsZone 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                                     []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 v1beta20180901.PrivateDnsZone_STATUS 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 *v20180901s.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 *v20180901s.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.

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 v1beta20180901.PrivateDnsZone_Spec

func (*PrivateDnsZone_Spec) AssignProperties_From_PrivateDnsZone_Spec

func (zone *PrivateDnsZone_Spec) AssignProperties_From_PrivateDnsZone_Spec(source *v20180901s.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 *v20180901s.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) 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.

Jump to

Keyboard shortcuts

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