Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeTag(prev *Tag, ctyValue cty.Value) (resource.Managed, error)
- func DecodeTag_CategoryId(p *TagParameters, vals map[string]cty.Value)
- func DecodeTag_Description(p *TagParameters, vals map[string]cty.Value)
- func DecodeTag_Name(p *TagParameters, vals map[string]cty.Value)
- func EncodeTag(r Tag) cty.Value
- func EncodeTag_CategoryId(p TagParameters, vals map[string]cty.Value)
- func EncodeTag_Description(p TagParameters, vals map[string]cty.Value)
- func EncodeTag_Name(p TagParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeTag_CategoryId(k *TagParameters, p *TagParameters, md *plugin.MergeDescription) bool
- func MergeTag_Description(k *TagParameters, p *TagParameters, md *plugin.MergeDescription) bool
- func MergeTag_Name(k *TagParameters, p *TagParameters, md *plugin.MergeDescription) bool
- type Tag
- func (in *Tag) DeepCopy() *Tag
- func (in *Tag) DeepCopyInto(out *Tag)
- func (in *Tag) DeepCopyObject() runtime.Object
- func (mg *Tag) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (mg *Tag) GetDeletionPolicy() xpv1.DeletionPolicy
- func (mg *Tag) GetProviderConfigReference() *xpv1.Reference
- func (mg *Tag) GetProviderReference() *xpv1.Reference
- func (mg *Tag) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (mg *Tag) SetConditions(c ...xpv1.Condition)
- func (mg *Tag) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *Tag) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Tag) SetProviderReference(r *xpv1.Reference)
- func (mg *Tag) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type TagList
- type TagObservation
- type TagParameters
- type TagSpec
- type TagStatus
Constants ¶
const ( Group = "tag.terraform-provider-vsphere.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "Tag" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "vsphere_tag" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeTag_CategoryId ¶
func DecodeTag_CategoryId(p *TagParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeTag_Description ¶
func DecodeTag_Description(p *TagParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeTag_Name ¶
func DecodeTag_Name(p *TagParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeTag_CategoryId ¶
func EncodeTag_CategoryId(p TagParameters, vals map[string]cty.Value)
func EncodeTag_Description ¶
func EncodeTag_Description(p TagParameters, vals map[string]cty.Value)
func EncodeTag_Name ¶
func EncodeTag_Name(p TagParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeTag_CategoryId ¶
func MergeTag_CategoryId(k *TagParameters, p *TagParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeTag_Description ¶
func MergeTag_Description(k *TagParameters, p *TagParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeTag_Name ¶
func MergeTag_Name(k *TagParameters, p *TagParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type Tag ¶
type Tag struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TagSpec `json:"spec"` Status TagStatus `json:"status,omitempty"` }
Tag is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*Tag) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tag.
func (*Tag) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Tag) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Tag) GetCondition ¶
func (mg *Tag) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Tag.
func (*Tag) GetDeletionPolicy ¶
func (mg *Tag) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Tag.
func (*Tag) GetProviderConfigReference ¶
GetProviderConfigReference of this Tag.
func (*Tag) GetProviderReference ¶
GetProviderReference of this Tag. Deprecated: Use GetProviderConfigReference.
func (*Tag) GetWriteConnectionSecretToReference ¶
func (mg *Tag) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Tag.
func (*Tag) SetConditions ¶
SetConditions of this Tag.
func (*Tag) SetDeletionPolicy ¶
func (mg *Tag) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Tag.
func (*Tag) SetProviderConfigReference ¶
SetProviderConfigReference of this Tag.
func (*Tag) SetProviderReference ¶
SetProviderReference of this Tag. Deprecated: Use SetProviderConfigReference.
func (*Tag) SetWriteConnectionSecretToReference ¶
func (mg *Tag) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Tag.
type TagList ¶
type TagList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Tag `json:"items"` }
Tag contains a list of TagList
func (*TagList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagList.
func (*TagList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TagList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TagObservation ¶
type TagObservation struct{}
A TagObservation records the observed state of a Tag
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 { CategoryId string `json:"category_id"` Description string `json:"description"` Name string `json:"name"` }
A TagParameters defines the desired state of a Tag
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.
type TagSpec ¶
type TagSpec struct { xpv1.ResourceSpec `json:",inline"` ForProvider TagParameters `json:"forProvider"` }
A TagSpec defines the desired state of a Tag
func (*TagSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagSpec.
func (*TagSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagStatus ¶
type TagStatus struct { xpv1.ResourceStatus `json:",inline"` AtProvider TagObservation `json:"atProvider"` }
A TagStatus defines the observed state of a Tag
func (*TagStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagStatus.
func (*TagStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.