v1alpha1

package
v0.0.0-...-4b4ec10 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=nsxt_ip_protocol_ns_service.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "nsxt_ip_protocol_ns_service.crossplane.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 (
	IpProtocolNsService_Kind             = "IpProtocolNsService"
	IpProtocolNsService_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: IpProtocolNsService_Kind}.String()
	IpProtocolNsService_KindAPIVersion   = IpProtocolNsService_Kind + "." + CRDGroupVersion.String()
	IpProtocolNsService_GroupVersionKind = CRDGroupVersion.WithKind(IpProtocolNsService_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type IpProtocolNsService

type IpProtocolNsService struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.protocol)",message="protocol is a required parameter"
	Spec   IpProtocolNsServiceSpec   `json:"spec"`
	Status IpProtocolNsServiceStatus `json:"status,omitempty"`
}

IpProtocolNsService is the Schema for the IpProtocolNsServices API. <no value> +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,nsxt}

func (*IpProtocolNsService) GetCondition

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

GetCondition of this IpProtocolNsService.

func (*IpProtocolNsService) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this IpProtocolNsService

func (*IpProtocolNsService) GetDeletionPolicy

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

GetDeletionPolicy of this IpProtocolNsService.

func (*IpProtocolNsService) GetID

func (tr *IpProtocolNsService) GetID() string

GetID returns ID of underlying Terraform resource of this IpProtocolNsService

func (*IpProtocolNsService) GetManagementPolicy

func (mg *IpProtocolNsService) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this IpProtocolNsService.

func (*IpProtocolNsService) GetObservation

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

GetObservation of this IpProtocolNsService

func (*IpProtocolNsService) GetParameters

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

GetParameters of this IpProtocolNsService

func (*IpProtocolNsService) GetProviderConfigReference

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

GetProviderConfigReference of this IpProtocolNsService.

func (*IpProtocolNsService) GetProviderReference

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

GetProviderReference of this IpProtocolNsService. Deprecated: Use GetProviderConfigReference.

func (*IpProtocolNsService) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this IpProtocolNsService.

func (*IpProtocolNsService) GetTerraformResourceType

func (mg *IpProtocolNsService) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this IpProtocolNsService

func (*IpProtocolNsService) GetTerraformSchemaVersion

func (tr *IpProtocolNsService) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*IpProtocolNsService) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IpProtocolNsService.

func (*IpProtocolNsService) LateInitialize

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

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

func (*IpProtocolNsService) SetConditions

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

SetConditions of this IpProtocolNsService.

func (*IpProtocolNsService) SetDeletionPolicy

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

SetDeletionPolicy of this IpProtocolNsService.

func (*IpProtocolNsService) SetManagementPolicy

func (mg *IpProtocolNsService) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this IpProtocolNsService.

func (*IpProtocolNsService) SetObservation

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

SetObservation for this IpProtocolNsService

func (*IpProtocolNsService) SetParameters

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

SetParameters for this IpProtocolNsService

func (*IpProtocolNsService) SetProviderConfigReference

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

SetProviderConfigReference of this IpProtocolNsService.

func (*IpProtocolNsService) SetProviderReference

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

SetProviderReference of this IpProtocolNsService. Deprecated: Use SetProviderConfigReference.

func (*IpProtocolNsService) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this IpProtocolNsService.

func (*IpProtocolNsService) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IpProtocolNsService.

type IpProtocolNsServiceList

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

IpProtocolNsServiceList contains a list of IpProtocolNsServices

func (*IpProtocolNsServiceList) GetItems

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

GetItems of this IpProtocolNsServiceList.

type IpProtocolNsServiceObservation

type IpProtocolNsServiceObservation struct {

	// A boolean flag which reflects whether this is a default NSServices which can't be modified/deleted
	DefaultService *bool `json:"defaultService,omitempty" tf:"default_service,omitempty"`

	// Description of this resource
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The display name of this resource. Defaults to ID if not set
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// IP protocol number
	Protocol *float64 `json:"protocol,omitempty" tf:"protocol,omitempty"`

	// The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected
	Revision *float64 `json:"revision,omitempty" tf:"revision,omitempty"`

	// Set of opaque identifiers meaningful to the user
	Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"`
}

type IpProtocolNsServiceParameters

type IpProtocolNsServiceParameters struct {

	// Description of this resource
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The display name of this resource. Defaults to ID if not set
	// +kubebuilder:validation:Optional
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// IP protocol number
	// +kubebuilder:validation:Optional
	Protocol *float64 `json:"protocol,omitempty" tf:"protocol,omitempty"`

	// Set of opaque identifiers meaningful to the user
	// +kubebuilder:validation:Optional
	Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"`
}

type IpProtocolNsServiceSpec

type IpProtocolNsServiceSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     IpProtocolNsServiceParameters `json:"forProvider"`
}

IpProtocolNsServiceSpec defines the desired state of IpProtocolNsService

type IpProtocolNsServiceStatus

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

IpProtocolNsServiceStatus defines the observed state of IpProtocolNsService.

type TagObservation

type TagObservation struct {
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

type TagParameters

type TagParameters struct {

	// +kubebuilder:validation:Optional
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	// +kubebuilder:validation:Optional
	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

Jump to

Keyboard shortcuts

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