v1alpha1

package
v0.0.0-...-fae2378 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=segmentation.aviatrix.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "segmentation.aviatrix.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	NetworkDomain_Kind             = "NetworkDomain"
	NetworkDomain_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: NetworkDomain_Kind}.String()
	NetworkDomain_KindAPIVersion   = NetworkDomain_Kind + "." + CRDGroupVersion.String()
	NetworkDomain_GroupVersionKind = CRDGroupVersion.WithKind(NetworkDomain_Kind)
)

Repository type metadata.

View Source
var (
	NetworkDomainAssociation_Kind             = "NetworkDomainAssociation"
	NetworkDomainAssociation_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: NetworkDomainAssociation_Kind}.String()
	NetworkDomainAssociation_KindAPIVersion   = NetworkDomainAssociation_Kind + "." + CRDGroupVersion.String()
	NetworkDomainAssociation_GroupVersionKind = CRDGroupVersion.WithKind(NetworkDomainAssociation_Kind)
)

Repository type metadata.

View Source
var (
	NetworkDomainConnectionPolicy_Kind             = "NetworkDomainConnectionPolicy"
	NetworkDomainConnectionPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: NetworkDomainConnectionPolicy_Kind}.String()
	NetworkDomainConnectionPolicy_KindAPIVersion   = NetworkDomainConnectionPolicy_Kind + "." + CRDGroupVersion.String()
	NetworkDomainConnectionPolicy_GroupVersionKind = CRDGroupVersion.WithKind(NetworkDomainConnectionPolicy_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type NetworkDomain

type NetworkDomain struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              NetworkDomainSpec   `json:"spec"`
	Status            NetworkDomainStatus `json:"status,omitempty"`
}

NetworkDomain is the Schema for the NetworkDomains API. Creates and manages an Aviatrix Segmentation Network Domain +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,aviatrix}

func (*NetworkDomain) DeepCopy

func (in *NetworkDomain) DeepCopy() *NetworkDomain

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

func (*NetworkDomain) DeepCopyInto

func (in *NetworkDomain) DeepCopyInto(out *NetworkDomain)

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

func (*NetworkDomain) DeepCopyObject

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

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

func (*NetworkDomain) GetCondition

func (mg *NetworkDomain) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this NetworkDomain.

func (*NetworkDomain) GetConnectionDetailsMapping

func (tr *NetworkDomain) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this NetworkDomain

func (*NetworkDomain) GetDeletionPolicy

func (mg *NetworkDomain) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this NetworkDomain.

func (*NetworkDomain) GetID

func (tr *NetworkDomain) GetID() string

GetID returns ID of underlying Terraform resource of this NetworkDomain

func (*NetworkDomain) GetObservation

func (tr *NetworkDomain) GetObservation() (map[string]any, error)

GetObservation of this NetworkDomain

func (*NetworkDomain) GetParameters

func (tr *NetworkDomain) GetParameters() (map[string]any, error)

GetParameters of this NetworkDomain

func (*NetworkDomain) GetProviderConfigReference

func (mg *NetworkDomain) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this NetworkDomain.

func (*NetworkDomain) GetProviderReference

func (mg *NetworkDomain) GetProviderReference() *xpv1.Reference

GetProviderReference of this NetworkDomain. Deprecated: Use GetProviderConfigReference.

func (*NetworkDomain) GetPublishConnectionDetailsTo

func (mg *NetworkDomain) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this NetworkDomain.

func (*NetworkDomain) GetTerraformResourceType

func (mg *NetworkDomain) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this NetworkDomain

func (*NetworkDomain) GetTerraformSchemaVersion

func (tr *NetworkDomain) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*NetworkDomain) GetWriteConnectionSecretToReference

func (mg *NetworkDomain) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this NetworkDomain.

func (*NetworkDomain) LateInitialize

func (tr *NetworkDomain) LateInitialize(attrs []byte) (bool, error)

LateInitialize this NetworkDomain using its observed tfState. returns True if there are any spec changes for the resource.

func (*NetworkDomain) SetConditions

func (mg *NetworkDomain) SetConditions(c ...xpv1.Condition)

SetConditions of this NetworkDomain.

func (*NetworkDomain) SetDeletionPolicy

func (mg *NetworkDomain) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this NetworkDomain.

func (*NetworkDomain) SetObservation

func (tr *NetworkDomain) SetObservation(obs map[string]any) error

SetObservation for this NetworkDomain

func (*NetworkDomain) SetParameters

func (tr *NetworkDomain) SetParameters(params map[string]any) error

SetParameters for this NetworkDomain

func (*NetworkDomain) SetProviderConfigReference

func (mg *NetworkDomain) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this NetworkDomain.

func (*NetworkDomain) SetProviderReference

func (mg *NetworkDomain) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this NetworkDomain. Deprecated: Use SetProviderConfigReference.

func (*NetworkDomain) SetPublishConnectionDetailsTo

func (mg *NetworkDomain) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this NetworkDomain.

func (*NetworkDomain) SetWriteConnectionSecretToReference

func (mg *NetworkDomain) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this NetworkDomain.

type NetworkDomainAssociation

type NetworkDomainAssociation struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              NetworkDomainAssociationSpec   `json:"spec"`
	Status            NetworkDomainAssociationStatus `json:"status,omitempty"`
}

NetworkDomainAssociation is the Schema for the NetworkDomainAssociations API. Creates and manages an Aviatrix Segmentation Network Domain Association +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,aviatrix}

func (*NetworkDomainAssociation) DeepCopy

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

func (*NetworkDomainAssociation) DeepCopyInto

func (in *NetworkDomainAssociation) DeepCopyInto(out *NetworkDomainAssociation)

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

func (*NetworkDomainAssociation) DeepCopyObject

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

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

func (*NetworkDomainAssociation) GetCondition

GetCondition of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) GetConnectionDetailsMapping

func (tr *NetworkDomainAssociation) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this NetworkDomainAssociation

func (*NetworkDomainAssociation) GetDeletionPolicy

func (mg *NetworkDomainAssociation) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) GetID

func (tr *NetworkDomainAssociation) GetID() string

GetID returns ID of underlying Terraform resource of this NetworkDomainAssociation

func (*NetworkDomainAssociation) GetObservation

func (tr *NetworkDomainAssociation) GetObservation() (map[string]any, error)

GetObservation of this NetworkDomainAssociation

func (*NetworkDomainAssociation) GetParameters

func (tr *NetworkDomainAssociation) GetParameters() (map[string]any, error)

GetParameters of this NetworkDomainAssociation

func (*NetworkDomainAssociation) GetProviderConfigReference

func (mg *NetworkDomainAssociation) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) GetProviderReference

func (mg *NetworkDomainAssociation) GetProviderReference() *xpv1.Reference

GetProviderReference of this NetworkDomainAssociation. Deprecated: Use GetProviderConfigReference.

func (*NetworkDomainAssociation) GetPublishConnectionDetailsTo

func (mg *NetworkDomainAssociation) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) GetTerraformResourceType

func (mg *NetworkDomainAssociation) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this NetworkDomainAssociation

func (*NetworkDomainAssociation) GetTerraformSchemaVersion

func (tr *NetworkDomainAssociation) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*NetworkDomainAssociation) GetWriteConnectionSecretToReference

func (mg *NetworkDomainAssociation) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) LateInitialize

func (tr *NetworkDomainAssociation) LateInitialize(attrs []byte) (bool, error)

LateInitialize this NetworkDomainAssociation using its observed tfState. returns True if there are any spec changes for the resource.

func (*NetworkDomainAssociation) SetConditions

func (mg *NetworkDomainAssociation) SetConditions(c ...xpv1.Condition)

SetConditions of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) SetDeletionPolicy

func (mg *NetworkDomainAssociation) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) SetObservation

func (tr *NetworkDomainAssociation) SetObservation(obs map[string]any) error

SetObservation for this NetworkDomainAssociation

func (*NetworkDomainAssociation) SetParameters

func (tr *NetworkDomainAssociation) SetParameters(params map[string]any) error

SetParameters for this NetworkDomainAssociation

func (*NetworkDomainAssociation) SetProviderConfigReference

func (mg *NetworkDomainAssociation) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) SetProviderReference

func (mg *NetworkDomainAssociation) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this NetworkDomainAssociation. Deprecated: Use SetProviderConfigReference.

func (*NetworkDomainAssociation) SetPublishConnectionDetailsTo

func (mg *NetworkDomainAssociation) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this NetworkDomainAssociation.

func (*NetworkDomainAssociation) SetWriteConnectionSecretToReference

func (mg *NetworkDomainAssociation) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this NetworkDomainAssociation.

type NetworkDomainAssociationList

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

NetworkDomainAssociationList contains a list of NetworkDomainAssociations

func (*NetworkDomainAssociationList) DeepCopy

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

func (*NetworkDomainAssociationList) DeepCopyInto

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

func (*NetworkDomainAssociationList) DeepCopyObject

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

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

func (*NetworkDomainAssociationList) GetItems

GetItems of this NetworkDomainAssociationList.

type NetworkDomainAssociationObservation

type NetworkDomainAssociationObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*NetworkDomainAssociationObservation) DeepCopy

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

func (*NetworkDomainAssociationObservation) DeepCopyInto

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

type NetworkDomainAssociationParameters

type NetworkDomainAssociationParameters struct {

	// Name of the transit gateway attachment, Spoke or Edge, to associate with the network domain.
	// Attachment name, either Spoke or Edge.
	// +kubebuilder:validation:Required
	AttachmentName *string `json:"attachmentName" tf:"attachment_name,omitempty"`

	// Name of the Segmentation Network Domain.
	// Network Domain name.
	// +kubebuilder:validation:Required
	NetworkDomainName *string `json:"networkDomainName" tf:"network_domain_name,omitempty"`

	// Name of the Transit Gateway.
	// Transit Gateway name.
	// +kubebuilder:validation:Optional
	TransitGatewayName *string `json:"transitGatewayName,omitempty" tf:"transit_gateway_name,omitempty"`
}

func (*NetworkDomainAssociationParameters) DeepCopy

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

func (*NetworkDomainAssociationParameters) DeepCopyInto

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

type NetworkDomainAssociationSpec

type NetworkDomainAssociationSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     NetworkDomainAssociationParameters `json:"forProvider"`
}

NetworkDomainAssociationSpec defines the desired state of NetworkDomainAssociation

func (*NetworkDomainAssociationSpec) DeepCopy

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

func (*NetworkDomainAssociationSpec) DeepCopyInto

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

type NetworkDomainAssociationStatus

type NetworkDomainAssociationStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        NetworkDomainAssociationObservation `json:"atProvider,omitempty"`
}

NetworkDomainAssociationStatus defines the observed state of NetworkDomainAssociation.

func (*NetworkDomainAssociationStatus) DeepCopy

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

func (*NetworkDomainAssociationStatus) DeepCopyInto

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

type NetworkDomainConnectionPolicy

type NetworkDomainConnectionPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              NetworkDomainConnectionPolicySpec   `json:"spec"`
	Status            NetworkDomainConnectionPolicyStatus `json:"status,omitempty"`
}

NetworkDomainConnectionPolicy is the Schema for the NetworkDomainConnectionPolicys API. Creates and manages an Aviatrix Segmentation Network Domain Connection Policy +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,aviatrix}

func (*NetworkDomainConnectionPolicy) DeepCopy

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

func (*NetworkDomainConnectionPolicy) DeepCopyInto

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

func (*NetworkDomainConnectionPolicy) DeepCopyObject

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

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

func (*NetworkDomainConnectionPolicy) GetCondition

GetCondition of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) GetConnectionDetailsMapping

func (tr *NetworkDomainConnectionPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicy) GetDeletionPolicy

func (mg *NetworkDomainConnectionPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) GetID

GetID returns ID of underlying Terraform resource of this NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicy) GetObservation

func (tr *NetworkDomainConnectionPolicy) GetObservation() (map[string]any, error)

GetObservation of this NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicy) GetParameters

func (tr *NetworkDomainConnectionPolicy) GetParameters() (map[string]any, error)

GetParameters of this NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicy) GetProviderConfigReference

func (mg *NetworkDomainConnectionPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) GetProviderReference

func (mg *NetworkDomainConnectionPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this NetworkDomainConnectionPolicy. Deprecated: Use GetProviderConfigReference.

func (*NetworkDomainConnectionPolicy) GetPublishConnectionDetailsTo

func (mg *NetworkDomainConnectionPolicy) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) GetTerraformResourceType

func (mg *NetworkDomainConnectionPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicy) GetTerraformSchemaVersion

func (tr *NetworkDomainConnectionPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*NetworkDomainConnectionPolicy) GetWriteConnectionSecretToReference

func (mg *NetworkDomainConnectionPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) LateInitialize

func (tr *NetworkDomainConnectionPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this NetworkDomainConnectionPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*NetworkDomainConnectionPolicy) SetConditions

func (mg *NetworkDomainConnectionPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) SetDeletionPolicy

func (mg *NetworkDomainConnectionPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) SetObservation

func (tr *NetworkDomainConnectionPolicy) SetObservation(obs map[string]any) error

SetObservation for this NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicy) SetParameters

func (tr *NetworkDomainConnectionPolicy) SetParameters(params map[string]any) error

SetParameters for this NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicy) SetProviderConfigReference

func (mg *NetworkDomainConnectionPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) SetProviderReference

func (mg *NetworkDomainConnectionPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this NetworkDomainConnectionPolicy. Deprecated: Use SetProviderConfigReference.

func (*NetworkDomainConnectionPolicy) SetPublishConnectionDetailsTo

func (mg *NetworkDomainConnectionPolicy) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicy) SetWriteConnectionSecretToReference

func (mg *NetworkDomainConnectionPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this NetworkDomainConnectionPolicy.

type NetworkDomainConnectionPolicyList

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

NetworkDomainConnectionPolicyList contains a list of NetworkDomainConnectionPolicys

func (*NetworkDomainConnectionPolicyList) DeepCopy

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

func (*NetworkDomainConnectionPolicyList) DeepCopyInto

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

func (*NetworkDomainConnectionPolicyList) DeepCopyObject

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

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

func (*NetworkDomainConnectionPolicyList) GetItems

GetItems of this NetworkDomainConnectionPolicyList.

type NetworkDomainConnectionPolicyObservation

type NetworkDomainConnectionPolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*NetworkDomainConnectionPolicyObservation) DeepCopy

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

func (*NetworkDomainConnectionPolicyObservation) DeepCopyInto

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

type NetworkDomainConnectionPolicyParameters

type NetworkDomainConnectionPolicyParameters struct {

	// Name of the Network Domain to connect to Domain 2.
	// Name of network domain that will be connected to domain 2.
	// +kubebuilder:validation:Required
	DomainName1 *string `json:"domainName1" tf:"domain_name_1,omitempty"`

	// Name of the Network Domain to connect to Domain 1.
	// Name of network domain that will be connected to domain 1.
	// +kubebuilder:validation:Required
	DomainName2 *string `json:"domainName2" tf:"domain_name_2,omitempty"`
}

func (*NetworkDomainConnectionPolicyParameters) DeepCopy

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

func (*NetworkDomainConnectionPolicyParameters) DeepCopyInto

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

type NetworkDomainConnectionPolicySpec

type NetworkDomainConnectionPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     NetworkDomainConnectionPolicyParameters `json:"forProvider"`
}

NetworkDomainConnectionPolicySpec defines the desired state of NetworkDomainConnectionPolicy

func (*NetworkDomainConnectionPolicySpec) DeepCopy

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

func (*NetworkDomainConnectionPolicySpec) DeepCopyInto

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

type NetworkDomainConnectionPolicyStatus

type NetworkDomainConnectionPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        NetworkDomainConnectionPolicyObservation `json:"atProvider,omitempty"`
}

NetworkDomainConnectionPolicyStatus defines the observed state of NetworkDomainConnectionPolicy.

func (*NetworkDomainConnectionPolicyStatus) DeepCopy

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

func (*NetworkDomainConnectionPolicyStatus) DeepCopyInto

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

type NetworkDomainList

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

NetworkDomainList contains a list of NetworkDomains

func (*NetworkDomainList) DeepCopy

func (in *NetworkDomainList) DeepCopy() *NetworkDomainList

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

func (*NetworkDomainList) DeepCopyInto

func (in *NetworkDomainList) DeepCopyInto(out *NetworkDomainList)

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

func (*NetworkDomainList) DeepCopyObject

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

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

func (*NetworkDomainList) GetItems

func (l *NetworkDomainList) GetItems() []resource.Managed

GetItems of this NetworkDomainList.

type NetworkDomainObservation

type NetworkDomainObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*NetworkDomainObservation) DeepCopy

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

func (*NetworkDomainObservation) DeepCopyInto

func (in *NetworkDomainObservation) DeepCopyInto(out *NetworkDomainObservation)

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

type NetworkDomainParameters

type NetworkDomainParameters struct {
}

func (*NetworkDomainParameters) DeepCopy

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

func (*NetworkDomainParameters) DeepCopyInto

func (in *NetworkDomainParameters) DeepCopyInto(out *NetworkDomainParameters)

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

type NetworkDomainSpec

type NetworkDomainSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     NetworkDomainParameters `json:"forProvider"`
}

NetworkDomainSpec defines the desired state of NetworkDomain

func (*NetworkDomainSpec) DeepCopy

func (in *NetworkDomainSpec) DeepCopy() *NetworkDomainSpec

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

func (*NetworkDomainSpec) DeepCopyInto

func (in *NetworkDomainSpec) DeepCopyInto(out *NetworkDomainSpec)

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

type NetworkDomainStatus

type NetworkDomainStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        NetworkDomainObservation `json:"atProvider,omitempty"`
}

NetworkDomainStatus defines the observed state of NetworkDomain.

func (*NetworkDomainStatus) DeepCopy

func (in *NetworkDomainStatus) DeepCopy() *NetworkDomainStatus

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

func (*NetworkDomainStatus) DeepCopyInto

func (in *NetworkDomainStatus) DeepCopyInto(out *NetworkDomainStatus)

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