storage

package
v2.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 12 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) 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) ExportKubernetesResources

ExportKubernetesResources defines a resource which can create other resources 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) 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 {
	ConfigMaps  *TrafficManagerProfileOperatorConfigMaps `json:"configMaps,omitempty"`
	PropertyBag genruntime.PropertyBag                   `json:"$propertyBag,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 TrafficManagerProfilesAzureEndpoint

type TrafficManagerProfilesAzureEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Trafficmanagerprofiles_AzureEndpoint_Spec   `json:"spec,omitempty"`
	Status            Trafficmanagerprofiles_AzureEndpoint_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) 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) 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 TrafficManagerProfilesExternalEndpoint

type TrafficManagerProfilesExternalEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Trafficmanagerprofiles_ExternalEndpoint_Spec   `json:"spec,omitempty"`
	Status            Trafficmanagerprofiles_ExternalEndpoint_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) 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) 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 TrafficManagerProfilesNestedEndpoint

type TrafficManagerProfilesNestedEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Trafficmanagerprofiles_NestedEndpoint_Spec   `json:"spec,omitempty"`
	Status            Trafficmanagerprofiles_NestedEndpoint_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) 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) 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 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 (trafficmanagerprofile *Trafficmanagerprofile_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Trafficmanagerprofile_STATUS from the provided source

func (*Trafficmanagerprofile_STATUS) ConvertStatusTo

func (trafficmanagerprofile *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 (trafficmanagerprofile *Trafficmanagerprofile_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Trafficmanagerprofile_Spec from the provided source

func (*Trafficmanagerprofile_Spec) ConvertSpecTo

func (trafficmanagerprofile *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 Trafficmanagerprofiles_AzureEndpoint_STATUS

type Trafficmanagerprofiles_AzureEndpoint_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.Trafficmanagerprofiles_AzureEndpoint_STATUS

func (*Trafficmanagerprofiles_AzureEndpoint_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our Trafficmanagerprofiles_AzureEndpoint_STATUS from the provided source

func (*Trafficmanagerprofiles_AzureEndpoint_STATUS) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our Trafficmanagerprofiles_AzureEndpoint_STATUS

func (*Trafficmanagerprofiles_AzureEndpoint_STATUS) DeepCopy

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

func (*Trafficmanagerprofiles_AzureEndpoint_STATUS) DeepCopyInto

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

type Trafficmanagerprofiles_AzureEndpoint_Spec

type Trafficmanagerprofiles_AzureEndpoint_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"`
	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.Trafficmanagerprofiles_AzureEndpoint_Spec

func (*Trafficmanagerprofiles_AzureEndpoint_Spec) ConvertSpecFrom

ConvertSpecFrom populates our Trafficmanagerprofiles_AzureEndpoint_Spec from the provided source

func (*Trafficmanagerprofiles_AzureEndpoint_Spec) ConvertSpecTo

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

ConvertSpecTo populates the provided destination from our Trafficmanagerprofiles_AzureEndpoint_Spec

func (*Trafficmanagerprofiles_AzureEndpoint_Spec) DeepCopy

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

func (*Trafficmanagerprofiles_AzureEndpoint_Spec) DeepCopyInto

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

type Trafficmanagerprofiles_ExternalEndpoint_STATUS

type Trafficmanagerprofiles_ExternalEndpoint_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.Trafficmanagerprofiles_ExternalEndpoint_STATUS

func (*Trafficmanagerprofiles_ExternalEndpoint_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our Trafficmanagerprofiles_ExternalEndpoint_STATUS from the provided source

func (*Trafficmanagerprofiles_ExternalEndpoint_STATUS) ConvertStatusTo

ConvertStatusTo populates the provided destination from our Trafficmanagerprofiles_ExternalEndpoint_STATUS

func (*Trafficmanagerprofiles_ExternalEndpoint_STATUS) DeepCopy

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

func (*Trafficmanagerprofiles_ExternalEndpoint_STATUS) DeepCopyInto

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

type Trafficmanagerprofiles_ExternalEndpoint_Spec

type Trafficmanagerprofiles_ExternalEndpoint_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"`
	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.Trafficmanagerprofiles_ExternalEndpoint_Spec

func (*Trafficmanagerprofiles_ExternalEndpoint_Spec) ConvertSpecFrom

ConvertSpecFrom populates our Trafficmanagerprofiles_ExternalEndpoint_Spec from the provided source

func (*Trafficmanagerprofiles_ExternalEndpoint_Spec) ConvertSpecTo

ConvertSpecTo populates the provided destination from our Trafficmanagerprofiles_ExternalEndpoint_Spec

func (*Trafficmanagerprofiles_ExternalEndpoint_Spec) DeepCopy

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

func (*Trafficmanagerprofiles_ExternalEndpoint_Spec) DeepCopyInto

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

type Trafficmanagerprofiles_NestedEndpoint_STATUS

type Trafficmanagerprofiles_NestedEndpoint_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.Trafficmanagerprofiles_NestedEndpoint_STATUS

func (*Trafficmanagerprofiles_NestedEndpoint_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our Trafficmanagerprofiles_NestedEndpoint_STATUS from the provided source

func (*Trafficmanagerprofiles_NestedEndpoint_STATUS) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our Trafficmanagerprofiles_NestedEndpoint_STATUS

func (*Trafficmanagerprofiles_NestedEndpoint_STATUS) DeepCopy

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

func (*Trafficmanagerprofiles_NestedEndpoint_STATUS) DeepCopyInto

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

type Trafficmanagerprofiles_NestedEndpoint_Spec

type Trafficmanagerprofiles_NestedEndpoint_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"`
	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.Trafficmanagerprofiles_NestedEndpoint_Spec

func (*Trafficmanagerprofiles_NestedEndpoint_Spec) ConvertSpecFrom

ConvertSpecFrom populates our Trafficmanagerprofiles_NestedEndpoint_Spec from the provided source

func (*Trafficmanagerprofiles_NestedEndpoint_Spec) ConvertSpecTo

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

ConvertSpecTo populates the provided destination from our Trafficmanagerprofiles_NestedEndpoint_Spec

func (*Trafficmanagerprofiles_NestedEndpoint_Spec) DeepCopy

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

func (*Trafficmanagerprofiles_NestedEndpoint_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