v1alpha1

package
v0.0.0-...-ca042ce Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "nsxtnsgroup.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 (
	NsGroup_Kind             = "NsGroup"
	NsGroup_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: NsGroup_Kind}.String()
	NsGroup_KindAPIVersion   = NsGroup_Kind + "." + CRDGroupVersion.String()
	NsGroup_GroupVersionKind = CRDGroupVersion.WithKind(NsGroup_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type MemberObservation

type MemberObservation struct {

	// Type of the resource on which this expression is evaluated
	TargetType *string `json:"targetType,omitempty" tf:"target_type,omitempty"`

	// Value that satisfies this expression
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MemberObservation) DeepCopy

func (in *MemberObservation) DeepCopy() *MemberObservation

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

func (*MemberObservation) DeepCopyInto

func (in *MemberObservation) DeepCopyInto(out *MemberObservation)

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

type MemberParameters

type MemberParameters struct {

	// Type of the resource on which this expression is evaluated
	// +kubebuilder:validation:Required
	TargetType *string `json:"targetType" tf:"target_type,omitempty"`

	// Value that satisfies this expression
	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*MemberParameters) DeepCopy

func (in *MemberParameters) DeepCopy() *MemberParameters

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

func (*MemberParameters) DeepCopyInto

func (in *MemberParameters) DeepCopyInto(out *MemberParameters)

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

type MembershipCriteriaObservation

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

	ScopeOp *string `json:"scopeOp,omitempty" tf:"scope_op,omitempty"`

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

	TagOp *string `json:"tagOp,omitempty" tf:"tag_op,omitempty"`

	TargetType *string `json:"targetType,omitempty" tf:"target_type,omitempty"`
}

func (*MembershipCriteriaObservation) DeepCopy

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

func (*MembershipCriteriaObservation) DeepCopyInto

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

type MembershipCriteriaParameters

type MembershipCriteriaParameters struct {

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

	// +kubebuilder:validation:Optional
	ScopeOp *string `json:"scopeOp,omitempty" tf:"scope_op,omitempty"`

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

	// +kubebuilder:validation:Optional
	TagOp *string `json:"tagOp,omitempty" tf:"tag_op,omitempty"`

	// +kubebuilder:validation:Required
	TargetType *string `json:"targetType" tf:"target_type,omitempty"`
}

func (*MembershipCriteriaParameters) DeepCopy

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

func (*MembershipCriteriaParameters) DeepCopyInto

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

type NsGroup

type NsGroup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              NsGroupSpec   `json:"spec"`
	Status            NsGroupStatus `json:"status,omitempty"`
}

NsGroup is the Schema for the NsGroups 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 (*NsGroup) DeepCopy

func (in *NsGroup) DeepCopy() *NsGroup

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

func (*NsGroup) DeepCopyInto

func (in *NsGroup) DeepCopyInto(out *NsGroup)

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

func (*NsGroup) DeepCopyObject

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

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

func (*NsGroup) GetCondition

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

GetCondition of this NsGroup.

func (*NsGroup) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this NsGroup

func (*NsGroup) GetDeletionPolicy

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

GetDeletionPolicy of this NsGroup.

func (*NsGroup) GetID

func (tr *NsGroup) GetID() string

GetID returns ID of underlying Terraform resource of this NsGroup

func (*NsGroup) GetManagementPolicy

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

GetManagementPolicy of this NsGroup.

func (*NsGroup) GetObservation

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

GetObservation of this NsGroup

func (*NsGroup) GetParameters

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

GetParameters of this NsGroup

func (*NsGroup) GetProviderConfigReference

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

GetProviderConfigReference of this NsGroup.

func (*NsGroup) GetProviderReference

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

GetProviderReference of this NsGroup. Deprecated: Use GetProviderConfigReference.

func (*NsGroup) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this NsGroup.

func (*NsGroup) GetTerraformResourceType

func (mg *NsGroup) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this NsGroup

func (*NsGroup) GetTerraformSchemaVersion

func (tr *NsGroup) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*NsGroup) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this NsGroup.

func (*NsGroup) LateInitialize

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

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

func (*NsGroup) SetConditions

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

SetConditions of this NsGroup.

func (*NsGroup) SetDeletionPolicy

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

SetDeletionPolicy of this NsGroup.

func (*NsGroup) SetManagementPolicy

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

SetManagementPolicy of this NsGroup.

func (*NsGroup) SetObservation

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

SetObservation for this NsGroup

func (*NsGroup) SetParameters

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

SetParameters for this NsGroup

func (*NsGroup) SetProviderConfigReference

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

SetProviderConfigReference of this NsGroup.

func (*NsGroup) SetProviderReference

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

SetProviderReference of this NsGroup. Deprecated: Use SetProviderConfigReference.

func (*NsGroup) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this NsGroup.

func (*NsGroup) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this NsGroup.

type NsGroupList

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

NsGroupList contains a list of NsGroups

func (*NsGroupList) DeepCopy

func (in *NsGroupList) DeepCopy() *NsGroupList

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

func (*NsGroupList) DeepCopyInto

func (in *NsGroupList) DeepCopyInto(out *NsGroupList)

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

func (*NsGroupList) DeepCopyObject

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

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

func (*NsGroupList) GetItems

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

GetItems of this NsGroupList.

type NsGroupObservation

type NsGroupObservation struct {

	// 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"`

	// Reference to the direct/static members of the NSGroup.
	Member []MemberObservation `json:"member,omitempty" tf:"member,omitempty"`

	// List of tag expressions which define the membership criteria for this NSGroup.
	MembershipCriteria []MembershipCriteriaObservation `json:"membershipCriteria,omitempty" tf:"membership_criteria,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"`
}

func (*NsGroupObservation) DeepCopy

func (in *NsGroupObservation) DeepCopy() *NsGroupObservation

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

func (*NsGroupObservation) DeepCopyInto

func (in *NsGroupObservation) DeepCopyInto(out *NsGroupObservation)

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

type NsGroupParameters

type NsGroupParameters 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"`

	// Reference to the direct/static members of the NSGroup.
	// +kubebuilder:validation:Optional
	Member []MemberParameters `json:"member,omitempty" tf:"member,omitempty"`

	// List of tag expressions which define the membership criteria for this NSGroup.
	// +kubebuilder:validation:Optional
	MembershipCriteria []MembershipCriteriaParameters `json:"membershipCriteria,omitempty" tf:"membership_criteria,omitempty"`

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

func (*NsGroupParameters) DeepCopy

func (in *NsGroupParameters) DeepCopy() *NsGroupParameters

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

func (*NsGroupParameters) DeepCopyInto

func (in *NsGroupParameters) DeepCopyInto(out *NsGroupParameters)

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

type NsGroupSpec

type NsGroupSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     NsGroupParameters `json:"forProvider"`
}

NsGroupSpec defines the desired state of NsGroup

func (*NsGroupSpec) DeepCopy

func (in *NsGroupSpec) DeepCopy() *NsGroupSpec

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

func (*NsGroupSpec) DeepCopyInto

func (in *NsGroupSpec) DeepCopyInto(out *NsGroupSpec)

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

type NsGroupStatus

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

NsGroupStatus defines the observed state of NsGroup.

func (*NsGroupStatus) DeepCopy

func (in *NsGroupStatus) DeepCopy() *NsGroupStatus

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

func (*NsGroupStatus) DeepCopyInto

func (in *NsGroupStatus) DeepCopyInto(out *NsGroupStatus)

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

type TagObservation

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

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

func (*TagObservation) DeepCopy

func (in *TagObservation) DeepCopy() *TagObservation

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

func (*TagObservation) DeepCopyInto

func (in *TagObservation) DeepCopyInto(out *TagObservation)

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

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"`
}

func (*TagParameters) DeepCopy

func (in *TagParameters) DeepCopy() *TagParameters

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

func (*TagParameters) DeepCopyInto

func (in *TagParameters) DeepCopyInto(out *TagParameters)

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