storage

package
v2.0.0-...-a7294fb Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package storage contains API Schema definitions for the network storage 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 +versionName=v1api20220401storage

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.

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("2022-04-01")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "network.azure.com", Version: "v1api20220401storage"}

	// 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 v1api20220401.APIVersion +kubebuilder:validation:Enum={"2022-04-01"}

type DnsConfig

type DnsConfig struct {
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	RelativeName *string                `json:"relativeName,omitempty"`
	Ttl          *int                   `json:"ttl,omitempty"`
}

Storage version of v1api20220401.DnsConfig Class containing DNS settings in a Traffic Manager profile.

func (*DnsConfig) DeepCopy

func (in *DnsConfig) DeepCopy() *DnsConfig

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

func (*DnsConfig) DeepCopyInto

func (in *DnsConfig) DeepCopyInto(out *DnsConfig)

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

type DnsConfig_STATUS

type DnsConfig_STATUS struct {
	Fqdn         *string                `json:"fqdn,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	RelativeName *string                `json:"relativeName,omitempty"`
	Ttl          *int                   `json:"ttl,omitempty"`
}

Storage version of v1api20220401.DnsConfig_STATUS Class containing DNS settings in a Traffic Manager profile.

func (*DnsConfig_STATUS) DeepCopy

func (in *DnsConfig_STATUS) DeepCopy() *DnsConfig_STATUS

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

func (*DnsConfig_STATUS) DeepCopyInto

func (in *DnsConfig_STATUS) DeepCopyInto(out *DnsConfig_STATUS)

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

type EndpointProperties_CustomHeaders

type EndpointProperties_CustomHeaders struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Value       *string                `json:"value,omitempty"`
}

Storage version of v1api20220401.EndpointProperties_CustomHeaders

func (*EndpointProperties_CustomHeaders) DeepCopy

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

func (*EndpointProperties_CustomHeaders) DeepCopyInto

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

type EndpointProperties_CustomHeaders_STATUS

type EndpointProperties_CustomHeaders_STATUS struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Value       *string                `json:"value,omitempty"`
}

Storage version of v1api20220401.EndpointProperties_CustomHeaders_STATUS

func (*EndpointProperties_CustomHeaders_STATUS) DeepCopy

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

func (*EndpointProperties_CustomHeaders_STATUS) DeepCopyInto

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

type EndpointProperties_Subnets

type EndpointProperties_Subnets struct {
	First       *string                `json:"first,omitempty"`
	Last        *string                `json:"last,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Scope       *int                   `json:"scope,omitempty"`
}

Storage version of v1api20220401.EndpointProperties_Subnets

func (*EndpointProperties_Subnets) DeepCopy

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

func (*EndpointProperties_Subnets) DeepCopyInto

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

type EndpointProperties_Subnets_STATUS

type EndpointProperties_Subnets_STATUS struct {
	First       *string                `json:"first,omitempty"`
	Last        *string                `json:"last,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Scope       *int                   `json:"scope,omitempty"`
}

Storage version of v1api20220401.EndpointProperties_Subnets_STATUS

func (*EndpointProperties_Subnets_STATUS) DeepCopy

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

func (*EndpointProperties_Subnets_STATUS) DeepCopyInto

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

type Endpoint_STATUS

type Endpoint_STATUS struct {
	Id          *string                `json:"id,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20220401.Endpoint_STATUS Class representing a Traffic Manager endpoint.

func (*Endpoint_STATUS) DeepCopy

func (in *Endpoint_STATUS) DeepCopy() *Endpoint_STATUS

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

func (*Endpoint_STATUS) DeepCopyInto

func (in *Endpoint_STATUS) DeepCopyInto(out *Endpoint_STATUS)

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

type MonitorConfig

type MonitorConfig struct {
	CustomHeaders             []MonitorConfig_CustomHeaders            `json:"customHeaders,omitempty"`
	ExpectedStatusCodeRanges  []MonitorConfig_ExpectedStatusCodeRanges `json:"expectedStatusCodeRanges,omitempty"`
	IntervalInSeconds         *int                                     `json:"intervalInSeconds,omitempty"`
	Path                      *string                                  `json:"path,omitempty"`
	Port                      *int                                     `json:"port,omitempty"`
	ProfileMonitorStatus      *string                                  `json:"profileMonitorStatus,omitempty"`
	PropertyBag               genruntime.PropertyBag                   `json:"$propertyBag,omitempty"`
	Protocol                  *string                                  `json:"protocol,omitempty"`
	TimeoutInSeconds          *int                                     `json:"timeoutInSeconds,omitempty"`
	ToleratedNumberOfFailures *int                                     `json:"toleratedNumberOfFailures,omitempty"`
}

Storage version of v1api20220401.MonitorConfig Class containing endpoint monitoring settings in a Traffic Manager profile.

func (*MonitorConfig) DeepCopy

func (in *MonitorConfig) DeepCopy() *MonitorConfig

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

func (*MonitorConfig) DeepCopyInto

func (in *MonitorConfig) DeepCopyInto(out *MonitorConfig)

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

type MonitorConfig_CustomHeaders

type MonitorConfig_CustomHeaders struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Value       *string                `json:"value,omitempty"`
}

Storage version of v1api20220401.MonitorConfig_CustomHeaders

func (*MonitorConfig_CustomHeaders) DeepCopy

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

func (*MonitorConfig_CustomHeaders) DeepCopyInto

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

type MonitorConfig_CustomHeaders_STATUS

type MonitorConfig_CustomHeaders_STATUS struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Value       *string                `json:"value,omitempty"`
}

Storage version of v1api20220401.MonitorConfig_CustomHeaders_STATUS

func (*MonitorConfig_CustomHeaders_STATUS) DeepCopy

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

func (*MonitorConfig_CustomHeaders_STATUS) DeepCopyInto

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

type MonitorConfig_ExpectedStatusCodeRanges

type MonitorConfig_ExpectedStatusCodeRanges struct {
	Max         *int                   `json:"max,omitempty"`
	Min         *int                   `json:"min,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20220401.MonitorConfig_ExpectedStatusCodeRanges

func (*MonitorConfig_ExpectedStatusCodeRanges) DeepCopy

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

func (*MonitorConfig_ExpectedStatusCodeRanges) DeepCopyInto

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

type MonitorConfig_ExpectedStatusCodeRanges_STATUS

type MonitorConfig_ExpectedStatusCodeRanges_STATUS struct {
	Max         *int                   `json:"max,omitempty"`
	Min         *int                   `json:"min,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20220401.MonitorConfig_ExpectedStatusCodeRanges_STATUS

func (*MonitorConfig_ExpectedStatusCodeRanges_STATUS) DeepCopy

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

func (*MonitorConfig_ExpectedStatusCodeRanges_STATUS) DeepCopyInto

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

type MonitorConfig_STATUS

type MonitorConfig_STATUS struct {
	CustomHeaders             []MonitorConfig_CustomHeaders_STATUS            `json:"customHeaders,omitempty"`
	ExpectedStatusCodeRanges  []MonitorConfig_ExpectedStatusCodeRanges_STATUS `json:"expectedStatusCodeRanges,omitempty"`
	IntervalInSeconds         *int                                            `json:"intervalInSeconds,omitempty"`
	Path                      *string                                         `json:"path,omitempty"`
	Port                      *int                                            `json:"port,omitempty"`
	ProfileMonitorStatus      *string                                         `json:"profileMonitorStatus,omitempty"`
	PropertyBag               genruntime.PropertyBag                          `json:"$propertyBag,omitempty"`
	Protocol                  *string                                         `json:"protocol,omitempty"`
	TimeoutInSeconds          *int                                            `json:"timeoutInSeconds,omitempty"`
	ToleratedNumberOfFailures *int                                            `json:"toleratedNumberOfFailures,omitempty"`
}

Storage version of v1api20220401.MonitorConfig_STATUS Class containing endpoint monitoring settings in a Traffic Manager profile.

func (*MonitorConfig_STATUS) DeepCopy

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

func (*MonitorConfig_STATUS) DeepCopyInto

func (in *MonitorConfig_STATUS) DeepCopyInto(out *MonitorConfig_STATUS)

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

type TrafficManagerProfile

type TrafficManagerProfile struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TrafficManagerProfile_Spec   `json:"spec,omitempty"`
	Status            TrafficManagerProfile_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 v1api20220401.TrafficManagerProfile Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}

func (*TrafficManagerProfile) AzureName

func (profile *TrafficManagerProfile) AzureName() string

AzureName returns the Azure name of the resource

func (*TrafficManagerProfile) ConfigMapDestinationExpressions

func (profile *TrafficManagerProfile) ConfigMapDestinationExpressions() []*core.DestinationExpression

ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property

func (*TrafficManagerProfile) DeepCopy

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

func (*TrafficManagerProfile) DeepCopyInto

func (in *TrafficManagerProfile) DeepCopyInto(out *TrafficManagerProfile)

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

func (*TrafficManagerProfile) DeepCopyObject

func (in *TrafficManagerProfile) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*TrafficManagerProfile) ExportKubernetesConfigMaps

func (profile *TrafficManagerProfile) ExportKubernetesConfigMaps(_ context.Context, _ genruntime.MetaObject, _ *genericarmclient.GenericClient, _ logr.Logger) ([]client.Object, error)

ExportKubernetesConfigMaps defines a resource which can create ConfigMaps in Kubernetes.

func (TrafficManagerProfile) GetAPIVersion

func (profile TrafficManagerProfile) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2022-04-01"

func (*TrafficManagerProfile) GetConditions

func (profile *TrafficManagerProfile) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*TrafficManagerProfile) GetResourceScope

func (profile *TrafficManagerProfile) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*TrafficManagerProfile) GetSpec

GetSpec returns the specification of this resource

func (*TrafficManagerProfile) GetStatus

func (profile *TrafficManagerProfile) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*TrafficManagerProfile) GetSupportedOperations

func (profile *TrafficManagerProfile) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*TrafficManagerProfile) GetType

func (profile *TrafficManagerProfile) GetType() string

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

func (*TrafficManagerProfile) Hub

func (profile *TrafficManagerProfile) Hub()

Hub marks that this TrafficManagerProfile is the hub type for conversion

func (*TrafficManagerProfile) NewEmptyStatus

func (profile *TrafficManagerProfile) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*TrafficManagerProfile) OriginalGVK

func (profile *TrafficManagerProfile) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*TrafficManagerProfile) Owner

Owner returns the ResourceReference of the owner

func (*TrafficManagerProfile) SecretDestinationExpressions

func (profile *TrafficManagerProfile) SecretDestinationExpressions() []*core.DestinationExpression

SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property

func (*TrafficManagerProfile) SetConditions

func (profile *TrafficManagerProfile) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*TrafficManagerProfile) SetStatus

func (profile *TrafficManagerProfile) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type TrafficManagerProfileList

type TrafficManagerProfileList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []TrafficManagerProfile `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20220401.TrafficManagerProfile Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}

func (*TrafficManagerProfileList) DeepCopy

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

func (*TrafficManagerProfileList) DeepCopyInto

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

func (*TrafficManagerProfileList) DeepCopyObject

func (in *TrafficManagerProfileList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type TrafficManagerProfileOperatorConfigMaps

type TrafficManagerProfileOperatorConfigMaps struct {
	DnsConfigFqdn *genruntime.ConfigMapDestination `json:"dnsConfigFqdn,omitempty"`
	PropertyBag   genruntime.PropertyBag           `json:"$propertyBag,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfileOperatorConfigMaps

func (*TrafficManagerProfileOperatorConfigMaps) DeepCopy

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

func (*TrafficManagerProfileOperatorConfigMaps) DeepCopyInto

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

type TrafficManagerProfileOperatorSpec

type TrafficManagerProfileOperatorSpec struct {
	ConfigMapExpressions []*core.DestinationExpression            `json:"configMapExpressions,omitempty"`
	ConfigMaps           *TrafficManagerProfileOperatorConfigMaps `json:"configMaps,omitempty"`
	PropertyBag          genruntime.PropertyBag                   `json:"$propertyBag,omitempty"`
	SecretExpressions    []*core.DestinationExpression            `json:"secretExpressions,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfileOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*TrafficManagerProfileOperatorSpec) DeepCopy

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

func (*TrafficManagerProfileOperatorSpec) DeepCopyInto

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

type TrafficManagerProfile_STATUS

type TrafficManagerProfile_STATUS struct {
	AllowedEndpointRecordTypes  []string               `json:"allowedEndpointRecordTypes,omitempty"`
	Conditions                  []conditions.Condition `json:"conditions,omitempty"`
	DnsConfig                   *DnsConfig_STATUS      `json:"dnsConfig,omitempty"`
	Endpoints                   []Endpoint_STATUS      `json:"endpoints,omitempty"`
	Id                          *string                `json:"id,omitempty"`
	Location                    *string                `json:"location,omitempty"`
	MaxReturn                   *int                   `json:"maxReturn,omitempty"`
	MonitorConfig               *MonitorConfig_STATUS  `json:"monitorConfig,omitempty"`
	Name                        *string                `json:"name,omitempty"`
	ProfileStatus               *string                `json:"profileStatus,omitempty"`
	PropertyBag                 genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Tags                        map[string]string      `json:"tags,omitempty"`
	TrafficRoutingMethod        *string                `json:"trafficRoutingMethod,omitempty"`
	TrafficViewEnrollmentStatus *string                `json:"trafficViewEnrollmentStatus,omitempty"`
	Type                        *string                `json:"type,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfile_STATUS

func (*TrafficManagerProfile_STATUS) ConvertStatusFrom

func (profile *TrafficManagerProfile_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our TrafficManagerProfile_STATUS from the provided source

func (*TrafficManagerProfile_STATUS) ConvertStatusTo

func (profile *TrafficManagerProfile_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our TrafficManagerProfile_STATUS

func (*TrafficManagerProfile_STATUS) DeepCopy

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

func (*TrafficManagerProfile_STATUS) DeepCopyInto

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

type TrafficManagerProfile_Spec

type TrafficManagerProfile_Spec struct {
	AllowedEndpointRecordTypes []string `json:"allowedEndpointRecordTypes,omitempty"`

	// 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"`
	DnsConfig       *DnsConfig                         `json:"dnsConfig,omitempty"`
	Location        *string                            `json:"location,omitempty"`
	MaxReturn       *int                               `json:"maxReturn,omitempty"`
	MonitorConfig   *MonitorConfig                     `json:"monitorConfig,omitempty"`
	OperatorSpec    *TrafficManagerProfileOperatorSpec `json:"operatorSpec,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"`
	ProfileStatus               *string                            `json:"profileStatus,omitempty"`
	PropertyBag                 genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Tags                        map[string]string                  `json:"tags,omitempty"`
	TrafficRoutingMethod        *string                            `json:"trafficRoutingMethod,omitempty"`
	TrafficViewEnrollmentStatus *string                            `json:"trafficViewEnrollmentStatus,omitempty"`
	Type                        *string                            `json:"type,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfile_Spec

func (*TrafficManagerProfile_Spec) ConvertSpecFrom

func (profile *TrafficManagerProfile_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our TrafficManagerProfile_Spec from the provided source

func (*TrafficManagerProfile_Spec) ConvertSpecTo

func (profile *TrafficManagerProfile_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our TrafficManagerProfile_Spec

func (*TrafficManagerProfile_Spec) DeepCopy

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

func (*TrafficManagerProfile_Spec) DeepCopyInto

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

type TrafficManagerProfilesAzureEndpoint

type TrafficManagerProfilesAzureEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TrafficManagerProfilesAzureEndpoint_Spec   `json:"spec,omitempty"`
	Status            TrafficManagerProfilesAzureEndpoint_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 v1api20220401.TrafficManagerProfilesAzureEndpoint Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/AzureEndpoints/{endpointName}

func (*TrafficManagerProfilesAzureEndpoint) AzureName

func (endpoint *TrafficManagerProfilesAzureEndpoint) AzureName() string

AzureName returns the Azure name of the resource

func (*TrafficManagerProfilesAzureEndpoint) ConfigMapDestinationExpressions

func (endpoint *TrafficManagerProfilesAzureEndpoint) ConfigMapDestinationExpressions() []*core.DestinationExpression

ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property

func (*TrafficManagerProfilesAzureEndpoint) DeepCopy

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

func (*TrafficManagerProfilesAzureEndpoint) DeepCopyInto

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

func (*TrafficManagerProfilesAzureEndpoint) DeepCopyObject

func (in *TrafficManagerProfilesAzureEndpoint) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (TrafficManagerProfilesAzureEndpoint) GetAPIVersion

func (endpoint TrafficManagerProfilesAzureEndpoint) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2022-04-01"

func (*TrafficManagerProfilesAzureEndpoint) GetConditions

func (endpoint *TrafficManagerProfilesAzureEndpoint) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*TrafficManagerProfilesAzureEndpoint) GetResourceScope

func (endpoint *TrafficManagerProfilesAzureEndpoint) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*TrafficManagerProfilesAzureEndpoint) GetSpec

GetSpec returns the specification of this resource

func (*TrafficManagerProfilesAzureEndpoint) GetStatus

GetStatus returns the status of this resource

func (*TrafficManagerProfilesAzureEndpoint) GetSupportedOperations

func (endpoint *TrafficManagerProfilesAzureEndpoint) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*TrafficManagerProfilesAzureEndpoint) GetType

func (endpoint *TrafficManagerProfilesAzureEndpoint) GetType() string

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

func (*TrafficManagerProfilesAzureEndpoint) Hub

func (endpoint *TrafficManagerProfilesAzureEndpoint) Hub()

Hub marks that this TrafficManagerProfilesAzureEndpoint is the hub type for conversion

func (*TrafficManagerProfilesAzureEndpoint) NewEmptyStatus

NewEmptyStatus returns a new empty (blank) status

func (*TrafficManagerProfilesAzureEndpoint) OriginalGVK

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*TrafficManagerProfilesAzureEndpoint) Owner

Owner returns the ResourceReference of the owner

func (*TrafficManagerProfilesAzureEndpoint) SecretDestinationExpressions

func (endpoint *TrafficManagerProfilesAzureEndpoint) SecretDestinationExpressions() []*core.DestinationExpression

SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property

func (*TrafficManagerProfilesAzureEndpoint) SetConditions

func (endpoint *TrafficManagerProfilesAzureEndpoint) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*TrafficManagerProfilesAzureEndpoint) SetStatus

SetStatus sets the status of this resource

type TrafficManagerProfilesAzureEndpointList

type TrafficManagerProfilesAzureEndpointList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []TrafficManagerProfilesAzureEndpoint `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20220401.TrafficManagerProfilesAzureEndpoint Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/AzureEndpoints/{endpointName}

func (*TrafficManagerProfilesAzureEndpointList) DeepCopy

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

func (*TrafficManagerProfilesAzureEndpointList) DeepCopyInto

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

func (*TrafficManagerProfilesAzureEndpointList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type TrafficManagerProfilesAzureEndpointOperatorSpec

type TrafficManagerProfilesAzureEndpointOperatorSpec struct {
	ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"`
	PropertyBag          genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	SecretExpressions    []*core.DestinationExpression `json:"secretExpressions,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesAzureEndpointOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*TrafficManagerProfilesAzureEndpointOperatorSpec) DeepCopy

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

func (*TrafficManagerProfilesAzureEndpointOperatorSpec) DeepCopyInto

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

type TrafficManagerProfilesAzureEndpoint_STATUS

type TrafficManagerProfilesAzureEndpoint_STATUS struct {
	AlwaysServe           *string                                   `json:"alwaysServe,omitempty"`
	Conditions            []conditions.Condition                    `json:"conditions,omitempty"`
	CustomHeaders         []EndpointProperties_CustomHeaders_STATUS `json:"customHeaders,omitempty"`
	EndpointLocation      *string                                   `json:"endpointLocation,omitempty"`
	EndpointMonitorStatus *string                                   `json:"endpointMonitorStatus,omitempty"`
	EndpointStatus        *string                                   `json:"endpointStatus,omitempty"`
	GeoMapping            []string                                  `json:"geoMapping,omitempty"`
	Id                    *string                                   `json:"id,omitempty"`
	MinChildEndpoints     *int                                      `json:"minChildEndpoints,omitempty"`
	MinChildEndpointsIPv4 *int                                      `json:"minChildEndpointsIPv4,omitempty"`
	MinChildEndpointsIPv6 *int                                      `json:"minChildEndpointsIPv6,omitempty"`
	Name                  *string                                   `json:"name,omitempty"`
	Priority              *int                                      `json:"priority,omitempty"`
	PropertyBag           genruntime.PropertyBag                    `json:"$propertyBag,omitempty"`
	Subnets               []EndpointProperties_Subnets_STATUS       `json:"subnets,omitempty"`
	Target                *string                                   `json:"target,omitempty"`
	TargetResourceId      *string                                   `json:"targetResourceId,omitempty"`
	Type                  *string                                   `json:"type,omitempty"`
	Weight                *int                                      `json:"weight,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesAzureEndpoint_STATUS

func (*TrafficManagerProfilesAzureEndpoint_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our TrafficManagerProfilesAzureEndpoint_STATUS from the provided source

func (*TrafficManagerProfilesAzureEndpoint_STATUS) ConvertStatusTo

func (endpoint *TrafficManagerProfilesAzureEndpoint_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our TrafficManagerProfilesAzureEndpoint_STATUS

func (*TrafficManagerProfilesAzureEndpoint_STATUS) DeepCopy

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

func (*TrafficManagerProfilesAzureEndpoint_STATUS) DeepCopyInto

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

type TrafficManagerProfilesAzureEndpoint_Spec

type TrafficManagerProfilesAzureEndpoint_Spec struct {
	AlwaysServe *string `json:"alwaysServe,omitempty"`

	// 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"`
	CustomHeaders         []EndpointProperties_CustomHeaders               `json:"customHeaders,omitempty"`
	EndpointLocation      *string                                          `json:"endpointLocation,omitempty"`
	EndpointMonitorStatus *string                                          `json:"endpointMonitorStatus,omitempty"`
	EndpointStatus        *string                                          `json:"endpointStatus,omitempty"`
	GeoMapping            []string                                         `json:"geoMapping,omitempty"`
	MinChildEndpoints     *int                                             `json:"minChildEndpoints,omitempty"`
	MinChildEndpointsIPv4 *int                                             `json:"minChildEndpointsIPv4,omitempty"`
	MinChildEndpointsIPv6 *int                                             `json:"minChildEndpointsIPv6,omitempty"`
	OperatorSpec          *TrafficManagerProfilesAzureEndpointOperatorSpec `json:"operatorSpec,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 network.azure.com/TrafficManagerProfile resource
	Owner       *genruntime.KnownResourceReference `group:"network.azure.com" json:"owner,omitempty" kind:"TrafficManagerProfile"`
	Priority    *int                               `json:"priority,omitempty"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Subnets     []EndpointProperties_Subnets       `json:"subnets,omitempty"`
	Target      *string                            `json:"target,omitempty"`

	// TargetResourceReference: The Azure Resource URI of the of the endpoint. Not applicable to endpoints of type
	// 'ExternalEndpoints'.
	TargetResourceReference *genruntime.ResourceReference `armReference:"TargetResourceId" json:"targetResourceReference,omitempty"`
	Type                    *string                       `json:"type,omitempty"`
	Weight                  *int                          `json:"weight,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesAzureEndpoint_Spec

func (*TrafficManagerProfilesAzureEndpoint_Spec) ConvertSpecFrom

ConvertSpecFrom populates our TrafficManagerProfilesAzureEndpoint_Spec from the provided source

func (*TrafficManagerProfilesAzureEndpoint_Spec) ConvertSpecTo

func (endpoint *TrafficManagerProfilesAzureEndpoint_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our TrafficManagerProfilesAzureEndpoint_Spec

func (*TrafficManagerProfilesAzureEndpoint_Spec) DeepCopy

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

func (*TrafficManagerProfilesAzureEndpoint_Spec) DeepCopyInto

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

type TrafficManagerProfilesExternalEndpoint

type TrafficManagerProfilesExternalEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TrafficManagerProfilesExternalEndpoint_Spec   `json:"spec,omitempty"`
	Status            TrafficManagerProfilesExternalEndpoint_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 v1api20220401.TrafficManagerProfilesExternalEndpoint Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/ExternalEndpoints/{endpointName}

func (*TrafficManagerProfilesExternalEndpoint) AzureName

func (endpoint *TrafficManagerProfilesExternalEndpoint) AzureName() string

AzureName returns the Azure name of the resource

func (*TrafficManagerProfilesExternalEndpoint) ConfigMapDestinationExpressions

func (endpoint *TrafficManagerProfilesExternalEndpoint) ConfigMapDestinationExpressions() []*core.DestinationExpression

ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property

func (*TrafficManagerProfilesExternalEndpoint) DeepCopy

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

func (*TrafficManagerProfilesExternalEndpoint) DeepCopyInto

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

func (*TrafficManagerProfilesExternalEndpoint) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (TrafficManagerProfilesExternalEndpoint) GetAPIVersion

func (endpoint TrafficManagerProfilesExternalEndpoint) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2022-04-01"

func (*TrafficManagerProfilesExternalEndpoint) GetConditions

GetConditions returns the conditions of the resource

func (*TrafficManagerProfilesExternalEndpoint) GetResourceScope

GetResourceScope returns the scope of the resource

func (*TrafficManagerProfilesExternalEndpoint) GetSpec

GetSpec returns the specification of this resource

func (*TrafficManagerProfilesExternalEndpoint) GetStatus

GetStatus returns the status of this resource

func (*TrafficManagerProfilesExternalEndpoint) GetSupportedOperations

func (endpoint *TrafficManagerProfilesExternalEndpoint) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*TrafficManagerProfilesExternalEndpoint) GetType

func (endpoint *TrafficManagerProfilesExternalEndpoint) GetType() string

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

func (*TrafficManagerProfilesExternalEndpoint) Hub

Hub marks that this TrafficManagerProfilesExternalEndpoint is the hub type for conversion

func (*TrafficManagerProfilesExternalEndpoint) NewEmptyStatus

NewEmptyStatus returns a new empty (blank) status

func (*TrafficManagerProfilesExternalEndpoint) OriginalGVK

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*TrafficManagerProfilesExternalEndpoint) Owner

Owner returns the ResourceReference of the owner

func (*TrafficManagerProfilesExternalEndpoint) SecretDestinationExpressions

func (endpoint *TrafficManagerProfilesExternalEndpoint) SecretDestinationExpressions() []*core.DestinationExpression

SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property

func (*TrafficManagerProfilesExternalEndpoint) SetConditions

func (endpoint *TrafficManagerProfilesExternalEndpoint) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*TrafficManagerProfilesExternalEndpoint) SetStatus

SetStatus sets the status of this resource

type TrafficManagerProfilesExternalEndpointList

type TrafficManagerProfilesExternalEndpointList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []TrafficManagerProfilesExternalEndpoint `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20220401.TrafficManagerProfilesExternalEndpoint Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/ExternalEndpoints/{endpointName}

func (*TrafficManagerProfilesExternalEndpointList) DeepCopy

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

func (*TrafficManagerProfilesExternalEndpointList) DeepCopyInto

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

func (*TrafficManagerProfilesExternalEndpointList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type TrafficManagerProfilesExternalEndpointOperatorSpec

type TrafficManagerProfilesExternalEndpointOperatorSpec struct {
	ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"`
	PropertyBag          genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	SecretExpressions    []*core.DestinationExpression `json:"secretExpressions,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesExternalEndpointOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*TrafficManagerProfilesExternalEndpointOperatorSpec) DeepCopy

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

func (*TrafficManagerProfilesExternalEndpointOperatorSpec) DeepCopyInto

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

type TrafficManagerProfilesExternalEndpoint_STATUS

type TrafficManagerProfilesExternalEndpoint_STATUS struct {
	AlwaysServe           *string                                   `json:"alwaysServe,omitempty"`
	Conditions            []conditions.Condition                    `json:"conditions,omitempty"`
	CustomHeaders         []EndpointProperties_CustomHeaders_STATUS `json:"customHeaders,omitempty"`
	EndpointLocation      *string                                   `json:"endpointLocation,omitempty"`
	EndpointMonitorStatus *string                                   `json:"endpointMonitorStatus,omitempty"`
	EndpointStatus        *string                                   `json:"endpointStatus,omitempty"`
	GeoMapping            []string                                  `json:"geoMapping,omitempty"`
	Id                    *string                                   `json:"id,omitempty"`
	MinChildEndpoints     *int                                      `json:"minChildEndpoints,omitempty"`
	MinChildEndpointsIPv4 *int                                      `json:"minChildEndpointsIPv4,omitempty"`
	MinChildEndpointsIPv6 *int                                      `json:"minChildEndpointsIPv6,omitempty"`
	Name                  *string                                   `json:"name,omitempty"`
	Priority              *int                                      `json:"priority,omitempty"`
	PropertyBag           genruntime.PropertyBag                    `json:"$propertyBag,omitempty"`
	Subnets               []EndpointProperties_Subnets_STATUS       `json:"subnets,omitempty"`
	Target                *string                                   `json:"target,omitempty"`
	TargetResourceId      *string                                   `json:"targetResourceId,omitempty"`
	Type                  *string                                   `json:"type,omitempty"`
	Weight                *int                                      `json:"weight,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesExternalEndpoint_STATUS

func (*TrafficManagerProfilesExternalEndpoint_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our TrafficManagerProfilesExternalEndpoint_STATUS from the provided source

func (*TrafficManagerProfilesExternalEndpoint_STATUS) ConvertStatusTo

ConvertStatusTo populates the provided destination from our TrafficManagerProfilesExternalEndpoint_STATUS

func (*TrafficManagerProfilesExternalEndpoint_STATUS) DeepCopy

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

func (*TrafficManagerProfilesExternalEndpoint_STATUS) DeepCopyInto

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

type TrafficManagerProfilesExternalEndpoint_Spec

type TrafficManagerProfilesExternalEndpoint_Spec struct {
	AlwaysServe *string `json:"alwaysServe,omitempty"`

	// 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"`
	CustomHeaders         []EndpointProperties_CustomHeaders                  `json:"customHeaders,omitempty"`
	EndpointLocation      *string                                             `json:"endpointLocation,omitempty"`
	EndpointMonitorStatus *string                                             `json:"endpointMonitorStatus,omitempty"`
	EndpointStatus        *string                                             `json:"endpointStatus,omitempty"`
	GeoMapping            []string                                            `json:"geoMapping,omitempty"`
	MinChildEndpoints     *int                                                `json:"minChildEndpoints,omitempty"`
	MinChildEndpointsIPv4 *int                                                `json:"minChildEndpointsIPv4,omitempty"`
	MinChildEndpointsIPv6 *int                                                `json:"minChildEndpointsIPv6,omitempty"`
	OperatorSpec          *TrafficManagerProfilesExternalEndpointOperatorSpec `json:"operatorSpec,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 network.azure.com/TrafficManagerProfile resource
	Owner       *genruntime.KnownResourceReference `group:"network.azure.com" json:"owner,omitempty" kind:"TrafficManagerProfile"`
	Priority    *int                               `json:"priority,omitempty"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Subnets     []EndpointProperties_Subnets       `json:"subnets,omitempty"`
	Target      *string                            `json:"target,omitempty"`

	// TargetResourceReference: The Azure Resource URI of the of the endpoint. Not applicable to endpoints of type
	// 'ExternalEndpoints'.
	TargetResourceReference *genruntime.ResourceReference `armReference:"TargetResourceId" json:"targetResourceReference,omitempty"`
	Type                    *string                       `json:"type,omitempty"`
	Weight                  *int                          `json:"weight,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesExternalEndpoint_Spec

func (*TrafficManagerProfilesExternalEndpoint_Spec) ConvertSpecFrom

ConvertSpecFrom populates our TrafficManagerProfilesExternalEndpoint_Spec from the provided source

func (*TrafficManagerProfilesExternalEndpoint_Spec) ConvertSpecTo

func (endpoint *TrafficManagerProfilesExternalEndpoint_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our TrafficManagerProfilesExternalEndpoint_Spec

func (*TrafficManagerProfilesExternalEndpoint_Spec) DeepCopy

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

func (*TrafficManagerProfilesExternalEndpoint_Spec) DeepCopyInto

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

type TrafficManagerProfilesNestedEndpoint

type TrafficManagerProfilesNestedEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TrafficManagerProfilesNestedEndpoint_Spec   `json:"spec,omitempty"`
	Status            TrafficManagerProfilesNestedEndpoint_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 v1api20220401.TrafficManagerProfilesNestedEndpoint Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/NestedEndpoints/{endpointName}

func (*TrafficManagerProfilesNestedEndpoint) AzureName

func (endpoint *TrafficManagerProfilesNestedEndpoint) AzureName() string

AzureName returns the Azure name of the resource

func (*TrafficManagerProfilesNestedEndpoint) ConfigMapDestinationExpressions

func (endpoint *TrafficManagerProfilesNestedEndpoint) ConfigMapDestinationExpressions() []*core.DestinationExpression

ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property

func (*TrafficManagerProfilesNestedEndpoint) DeepCopy

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

func (*TrafficManagerProfilesNestedEndpoint) DeepCopyInto

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

func (*TrafficManagerProfilesNestedEndpoint) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (TrafficManagerProfilesNestedEndpoint) GetAPIVersion

func (endpoint TrafficManagerProfilesNestedEndpoint) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2022-04-01"

func (*TrafficManagerProfilesNestedEndpoint) GetConditions

GetConditions returns the conditions of the resource

func (*TrafficManagerProfilesNestedEndpoint) GetResourceScope

func (endpoint *TrafficManagerProfilesNestedEndpoint) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*TrafficManagerProfilesNestedEndpoint) GetSpec

GetSpec returns the specification of this resource

func (*TrafficManagerProfilesNestedEndpoint) GetStatus

GetStatus returns the status of this resource

func (*TrafficManagerProfilesNestedEndpoint) GetSupportedOperations

func (endpoint *TrafficManagerProfilesNestedEndpoint) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*TrafficManagerProfilesNestedEndpoint) GetType

func (endpoint *TrafficManagerProfilesNestedEndpoint) GetType() string

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

func (*TrafficManagerProfilesNestedEndpoint) Hub

func (endpoint *TrafficManagerProfilesNestedEndpoint) Hub()

Hub marks that this TrafficManagerProfilesNestedEndpoint is the hub type for conversion

func (*TrafficManagerProfilesNestedEndpoint) NewEmptyStatus

NewEmptyStatus returns a new empty (blank) status

func (*TrafficManagerProfilesNestedEndpoint) OriginalGVK

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*TrafficManagerProfilesNestedEndpoint) Owner

Owner returns the ResourceReference of the owner

func (*TrafficManagerProfilesNestedEndpoint) SecretDestinationExpressions

func (endpoint *TrafficManagerProfilesNestedEndpoint) SecretDestinationExpressions() []*core.DestinationExpression

SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property

func (*TrafficManagerProfilesNestedEndpoint) SetConditions

func (endpoint *TrafficManagerProfilesNestedEndpoint) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*TrafficManagerProfilesNestedEndpoint) SetStatus

SetStatus sets the status of this resource

type TrafficManagerProfilesNestedEndpointList

type TrafficManagerProfilesNestedEndpointList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []TrafficManagerProfilesNestedEndpoint `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20220401.TrafficManagerProfilesNestedEndpoint Generator information: - Generated from: /trafficmanager/resource-manager/Microsoft.Network/stable/2022-04-01/trafficmanager.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/NestedEndpoints/{endpointName}

func (*TrafficManagerProfilesNestedEndpointList) DeepCopy

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

func (*TrafficManagerProfilesNestedEndpointList) DeepCopyInto

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

func (*TrafficManagerProfilesNestedEndpointList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type TrafficManagerProfilesNestedEndpointOperatorSpec

type TrafficManagerProfilesNestedEndpointOperatorSpec struct {
	ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"`
	PropertyBag          genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	SecretExpressions    []*core.DestinationExpression `json:"secretExpressions,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesNestedEndpointOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*TrafficManagerProfilesNestedEndpointOperatorSpec) DeepCopy

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

func (*TrafficManagerProfilesNestedEndpointOperatorSpec) DeepCopyInto

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

type TrafficManagerProfilesNestedEndpoint_STATUS

type TrafficManagerProfilesNestedEndpoint_STATUS struct {
	AlwaysServe           *string                                   `json:"alwaysServe,omitempty"`
	Conditions            []conditions.Condition                    `json:"conditions,omitempty"`
	CustomHeaders         []EndpointProperties_CustomHeaders_STATUS `json:"customHeaders,omitempty"`
	EndpointLocation      *string                                   `json:"endpointLocation,omitempty"`
	EndpointMonitorStatus *string                                   `json:"endpointMonitorStatus,omitempty"`
	EndpointStatus        *string                                   `json:"endpointStatus,omitempty"`
	GeoMapping            []string                                  `json:"geoMapping,omitempty"`
	Id                    *string                                   `json:"id,omitempty"`
	MinChildEndpoints     *int                                      `json:"minChildEndpoints,omitempty"`
	MinChildEndpointsIPv4 *int                                      `json:"minChildEndpointsIPv4,omitempty"`
	MinChildEndpointsIPv6 *int                                      `json:"minChildEndpointsIPv6,omitempty"`
	Name                  *string                                   `json:"name,omitempty"`
	Priority              *int                                      `json:"priority,omitempty"`
	PropertyBag           genruntime.PropertyBag                    `json:"$propertyBag,omitempty"`
	Subnets               []EndpointProperties_Subnets_STATUS       `json:"subnets,omitempty"`
	Target                *string                                   `json:"target,omitempty"`
	TargetResourceId      *string                                   `json:"targetResourceId,omitempty"`
	Type                  *string                                   `json:"type,omitempty"`
	Weight                *int                                      `json:"weight,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesNestedEndpoint_STATUS

func (*TrafficManagerProfilesNestedEndpoint_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our TrafficManagerProfilesNestedEndpoint_STATUS from the provided source

func (*TrafficManagerProfilesNestedEndpoint_STATUS) ConvertStatusTo

func (endpoint *TrafficManagerProfilesNestedEndpoint_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our TrafficManagerProfilesNestedEndpoint_STATUS

func (*TrafficManagerProfilesNestedEndpoint_STATUS) DeepCopy

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

func (*TrafficManagerProfilesNestedEndpoint_STATUS) DeepCopyInto

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

type TrafficManagerProfilesNestedEndpoint_Spec

type TrafficManagerProfilesNestedEndpoint_Spec struct {
	AlwaysServe *string `json:"alwaysServe,omitempty"`

	// 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"`
	CustomHeaders         []EndpointProperties_CustomHeaders                `json:"customHeaders,omitempty"`
	EndpointLocation      *string                                           `json:"endpointLocation,omitempty"`
	EndpointMonitorStatus *string                                           `json:"endpointMonitorStatus,omitempty"`
	EndpointStatus        *string                                           `json:"endpointStatus,omitempty"`
	GeoMapping            []string                                          `json:"geoMapping,omitempty"`
	MinChildEndpoints     *int                                              `json:"minChildEndpoints,omitempty"`
	MinChildEndpointsIPv4 *int                                              `json:"minChildEndpointsIPv4,omitempty"`
	MinChildEndpointsIPv6 *int                                              `json:"minChildEndpointsIPv6,omitempty"`
	OperatorSpec          *TrafficManagerProfilesNestedEndpointOperatorSpec `json:"operatorSpec,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 network.azure.com/TrafficManagerProfile resource
	Owner       *genruntime.KnownResourceReference `group:"network.azure.com" json:"owner,omitempty" kind:"TrafficManagerProfile"`
	Priority    *int                               `json:"priority,omitempty"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Subnets     []EndpointProperties_Subnets       `json:"subnets,omitempty"`
	Target      *string                            `json:"target,omitempty"`

	// TargetResourceReference: The Azure Resource URI of the of the endpoint. Not applicable to endpoints of type
	// 'ExternalEndpoints'.
	TargetResourceReference *genruntime.ResourceReference `armReference:"TargetResourceId" json:"targetResourceReference,omitempty"`
	Type                    *string                       `json:"type,omitempty"`
	Weight                  *int                          `json:"weight,omitempty"`
}

Storage version of v1api20220401.TrafficManagerProfilesNestedEndpoint_Spec

func (*TrafficManagerProfilesNestedEndpoint_Spec) ConvertSpecFrom

ConvertSpecFrom populates our TrafficManagerProfilesNestedEndpoint_Spec from the provided source

func (*TrafficManagerProfilesNestedEndpoint_Spec) ConvertSpecTo

func (endpoint *TrafficManagerProfilesNestedEndpoint_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our TrafficManagerProfilesNestedEndpoint_Spec

func (*TrafficManagerProfilesNestedEndpoint_Spec) DeepCopy

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

func (*TrafficManagerProfilesNestedEndpoint_Spec) 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