v1alpha1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "compute-cluster-vm-dependency-rule.terraform-provider-vsphere.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Kind                  = "ComputeClusterVmDependencyRule"
	GroupKind             = schema.GroupKind{Group: Group, Kind: Kind}.String()
	KindAPIVersion        = Kind + "." + SchemeGroupVersion.String()
	GroupVersionKind      = SchemeGroupVersion.WithKind(Kind)
	TerraformResourceName = "vsphere_compute_cluster_vm_dependency_rule"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeComputeClusterVmDependencyRule

func DecodeComputeClusterVmDependencyRule(prev *ComputeClusterVmDependencyRule, ctyValue cty.Value) (resource.Managed, error)

func DecodeComputeClusterVmDependencyRule_ComputeClusterId

func DecodeComputeClusterVmDependencyRule_ComputeClusterId(p *ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeComputeClusterVmDependencyRule_DependencyVmGroupName

func DecodeComputeClusterVmDependencyRule_DependencyVmGroupName(p *ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeComputeClusterVmDependencyRule_Enabled

func DecodeComputeClusterVmDependencyRule_Enabled(p *ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeComputeClusterVmDependencyRule_Mandatory

func DecodeComputeClusterVmDependencyRule_Mandatory(p *ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeComputeClusterVmDependencyRule_Name

func DecodeComputeClusterVmDependencyRule_Name(p *ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeComputeClusterVmDependencyRule_VmGroupName

func DecodeComputeClusterVmDependencyRule_VmGroupName(p *ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeComputeClusterVmDependencyRule

func EncodeComputeClusterVmDependencyRule(r ComputeClusterVmDependencyRule) cty.Value

func EncodeComputeClusterVmDependencyRule_ComputeClusterId

func EncodeComputeClusterVmDependencyRule_ComputeClusterId(p ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

func EncodeComputeClusterVmDependencyRule_DependencyVmGroupName

func EncodeComputeClusterVmDependencyRule_DependencyVmGroupName(p ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

func EncodeComputeClusterVmDependencyRule_Enabled

func EncodeComputeClusterVmDependencyRule_Enabled(p ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

func EncodeComputeClusterVmDependencyRule_Mandatory

func EncodeComputeClusterVmDependencyRule_Mandatory(p ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

func EncodeComputeClusterVmDependencyRule_Name

func EncodeComputeClusterVmDependencyRule_Name(p ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

func EncodeComputeClusterVmDependencyRule_VmGroupName

func EncodeComputeClusterVmDependencyRule_VmGroupName(p ComputeClusterVmDependencyRuleParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeComputeClusterVmDependencyRule_ComputeClusterId

func MergeComputeClusterVmDependencyRule_ComputeClusterId(k *ComputeClusterVmDependencyRuleParameters, p *ComputeClusterVmDependencyRuleParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeComputeClusterVmDependencyRule_DependencyVmGroupName

func MergeComputeClusterVmDependencyRule_DependencyVmGroupName(k *ComputeClusterVmDependencyRuleParameters, p *ComputeClusterVmDependencyRuleParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeComputeClusterVmDependencyRule_Enabled

mergePrimitiveTemplateSpec

func MergeComputeClusterVmDependencyRule_Mandatory

mergePrimitiveTemplateSpec

func MergeComputeClusterVmDependencyRule_Name

mergePrimitiveTemplateSpec

func MergeComputeClusterVmDependencyRule_VmGroupName

func MergeComputeClusterVmDependencyRule_VmGroupName(k *ComputeClusterVmDependencyRuleParameters, p *ComputeClusterVmDependencyRuleParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type ComputeClusterVmDependencyRule

type ComputeClusterVmDependencyRule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   ComputeClusterVmDependencyRuleSpec   `json:"spec"`
	Status ComputeClusterVmDependencyRuleStatus `json:"status,omitempty"`
}

ComputeClusterVmDependencyRule is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster

func (*ComputeClusterVmDependencyRule) DeepCopy

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

func (*ComputeClusterVmDependencyRule) DeepCopyInto

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

func (*ComputeClusterVmDependencyRule) DeepCopyObject

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

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

func (*ComputeClusterVmDependencyRule) GetCondition

GetCondition of this ComputeClusterVmDependencyRule.

func (*ComputeClusterVmDependencyRule) GetDeletionPolicy

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

GetDeletionPolicy of this ComputeClusterVmDependencyRule.

func (*ComputeClusterVmDependencyRule) GetProviderConfigReference

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

GetProviderConfigReference of this ComputeClusterVmDependencyRule.

func (*ComputeClusterVmDependencyRule) GetProviderReference

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

GetProviderReference of this ComputeClusterVmDependencyRule. Deprecated: Use GetProviderConfigReference.

func (*ComputeClusterVmDependencyRule) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ComputeClusterVmDependencyRule.

func (*ComputeClusterVmDependencyRule) SetConditions

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

SetConditions of this ComputeClusterVmDependencyRule.

func (*ComputeClusterVmDependencyRule) SetDeletionPolicy

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

SetDeletionPolicy of this ComputeClusterVmDependencyRule.

func (*ComputeClusterVmDependencyRule) SetProviderConfigReference

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

SetProviderConfigReference of this ComputeClusterVmDependencyRule.

func (*ComputeClusterVmDependencyRule) SetProviderReference

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

SetProviderReference of this ComputeClusterVmDependencyRule. Deprecated: Use SetProviderConfigReference.

func (*ComputeClusterVmDependencyRule) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ComputeClusterVmDependencyRule.

type ComputeClusterVmDependencyRuleList

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

ComputeClusterVmDependencyRule contains a list of ComputeClusterVmDependencyRuleList

func (*ComputeClusterVmDependencyRuleList) DeepCopy

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

func (*ComputeClusterVmDependencyRuleList) DeepCopyInto

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

func (*ComputeClusterVmDependencyRuleList) DeepCopyObject

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

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

func (*ComputeClusterVmDependencyRuleList) GetItems

GetItems of this ComputeClusterVmDependencyRuleList.

type ComputeClusterVmDependencyRuleObservation

type ComputeClusterVmDependencyRuleObservation struct{}

A ComputeClusterVmDependencyRuleObservation records the observed state of a ComputeClusterVmDependencyRule

func (*ComputeClusterVmDependencyRuleObservation) DeepCopy

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

func (*ComputeClusterVmDependencyRuleObservation) DeepCopyInto

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

type ComputeClusterVmDependencyRuleParameters

type ComputeClusterVmDependencyRuleParameters struct {
	ComputeClusterId      string `json:"compute_cluster_id"`
	DependencyVmGroupName string `json:"dependency_vm_group_name"`
	Enabled               bool   `json:"enabled"`
	Mandatory             bool   `json:"mandatory"`
	Name                  string `json:"name"`
	VmGroupName           string `json:"vm_group_name"`
}

A ComputeClusterVmDependencyRuleParameters defines the desired state of a ComputeClusterVmDependencyRule

func (*ComputeClusterVmDependencyRuleParameters) DeepCopy

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

func (*ComputeClusterVmDependencyRuleParameters) DeepCopyInto

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

type ComputeClusterVmDependencyRuleSpec

type ComputeClusterVmDependencyRuleSpec struct {
	xpv1.ResourceSpec `json:",inline"`
	ForProvider       ComputeClusterVmDependencyRuleParameters `json:"forProvider"`
}

A ComputeClusterVmDependencyRuleSpec defines the desired state of a ComputeClusterVmDependencyRule

func (*ComputeClusterVmDependencyRuleSpec) DeepCopy

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

func (*ComputeClusterVmDependencyRuleSpec) DeepCopyInto

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

type ComputeClusterVmDependencyRuleStatus

type ComputeClusterVmDependencyRuleStatus struct {
	xpv1.ResourceStatus `json:",inline"`
	AtProvider          ComputeClusterVmDependencyRuleObservation `json:"atProvider"`
}

A ComputeClusterVmDependencyRuleStatus defines the observed state of a ComputeClusterVmDependencyRule

func (*ComputeClusterVmDependencyRuleStatus) DeepCopy

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

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