v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	Group   = "licensemanager-license-configuration.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeLicensemanagerLicenseConfiguration

func DecodeLicensemanagerLicenseConfiguration(prev *LicensemanagerLicenseConfiguration, ctyValue cty.Value) (resource.Managed, error)

func DecodeLicensemanagerLicenseConfiguration_Description

func DecodeLicensemanagerLicenseConfiguration_Description(p *LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLicensemanagerLicenseConfiguration_LicenseCount

func DecodeLicensemanagerLicenseConfiguration_LicenseCount(p *LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLicensemanagerLicenseConfiguration_LicenseCountHardLimit

func DecodeLicensemanagerLicenseConfiguration_LicenseCountHardLimit(p *LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLicensemanagerLicenseConfiguration_LicenseCountingType

func DecodeLicensemanagerLicenseConfiguration_LicenseCountingType(p *LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLicensemanagerLicenseConfiguration_LicenseRules

func DecodeLicensemanagerLicenseConfiguration_LicenseRules(p *LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeLicensemanagerLicenseConfiguration_Name

func DecodeLicensemanagerLicenseConfiguration_Name(p *LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLicensemanagerLicenseConfiguration_Tags

func DecodeLicensemanagerLicenseConfiguration_Tags(p *LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func EncodeLicensemanagerLicenseConfiguration

func EncodeLicensemanagerLicenseConfiguration(r LicensemanagerLicenseConfiguration) cty.Value

func EncodeLicensemanagerLicenseConfiguration_Description

func EncodeLicensemanagerLicenseConfiguration_Description(p LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

func EncodeLicensemanagerLicenseConfiguration_LicenseCount

func EncodeLicensemanagerLicenseConfiguration_LicenseCount(p LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

func EncodeLicensemanagerLicenseConfiguration_LicenseCountHardLimit

func EncodeLicensemanagerLicenseConfiguration_LicenseCountHardLimit(p LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

func EncodeLicensemanagerLicenseConfiguration_LicenseCountingType

func EncodeLicensemanagerLicenseConfiguration_LicenseCountingType(p LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

func EncodeLicensemanagerLicenseConfiguration_LicenseRules

func EncodeLicensemanagerLicenseConfiguration_LicenseRules(p LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

func EncodeLicensemanagerLicenseConfiguration_Name

func EncodeLicensemanagerLicenseConfiguration_Name(p LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

func EncodeLicensemanagerLicenseConfiguration_Tags

func EncodeLicensemanagerLicenseConfiguration_Tags(p LicensemanagerLicenseConfigurationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeLicensemanagerLicenseConfiguration_LicenseCountHardLimit

func MergeLicensemanagerLicenseConfiguration_LicenseCountHardLimit(k *LicensemanagerLicenseConfigurationParameters, p *LicensemanagerLicenseConfigurationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeLicensemanagerLicenseConfiguration_LicenseCountingType

func MergeLicensemanagerLicenseConfiguration_LicenseCountingType(k *LicensemanagerLicenseConfigurationParameters, p *LicensemanagerLicenseConfigurationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeLicensemanagerLicenseConfiguration_LicenseRules

func MergeLicensemanagerLicenseConfiguration_LicenseRules(k *LicensemanagerLicenseConfigurationParameters, p *LicensemanagerLicenseConfigurationParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeLicensemanagerLicenseConfiguration_Tags

mergePrimitiveContainerTemplateSpec

Types

type LicensemanagerLicenseConfiguration

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

	Spec   LicensemanagerLicenseConfigurationSpec   `json:"spec"`
	Status LicensemanagerLicenseConfigurationStatus `json:"status,omitempty"`
}

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

func (*LicensemanagerLicenseConfiguration) DeepCopy

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

func (*LicensemanagerLicenseConfiguration) DeepCopyInto

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

func (*LicensemanagerLicenseConfiguration) DeepCopyObject

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

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

func (*LicensemanagerLicenseConfiguration) GetCondition

GetCondition of this LicensemanagerLicenseConfiguration.

func (*LicensemanagerLicenseConfiguration) GetDeletionPolicy

GetDeletionPolicy of this LicensemanagerLicenseConfiguration.

func (*LicensemanagerLicenseConfiguration) GetProviderConfigReference

func (mg *LicensemanagerLicenseConfiguration) GetProviderConfigReference() *runtimev1alpha1.Reference

GetProviderConfigReference of this LicensemanagerLicenseConfiguration.

func (*LicensemanagerLicenseConfiguration) GetProviderReference

func (mg *LicensemanagerLicenseConfiguration) GetProviderReference() *runtimev1alpha1.Reference

GetProviderReference of this LicensemanagerLicenseConfiguration. Deprecated: Use GetProviderConfigReference.

func (*LicensemanagerLicenseConfiguration) GetWriteConnectionSecretToReference

func (mg *LicensemanagerLicenseConfiguration) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference

GetWriteConnectionSecretToReference of this LicensemanagerLicenseConfiguration.

func (*LicensemanagerLicenseConfiguration) SetConditions

SetConditions of this LicensemanagerLicenseConfiguration.

func (*LicensemanagerLicenseConfiguration) SetDeletionPolicy

SetDeletionPolicy of this LicensemanagerLicenseConfiguration.

func (*LicensemanagerLicenseConfiguration) SetProviderConfigReference

func (mg *LicensemanagerLicenseConfiguration) SetProviderConfigReference(r *runtimev1alpha1.Reference)

SetProviderConfigReference of this LicensemanagerLicenseConfiguration.

func (*LicensemanagerLicenseConfiguration) SetProviderReference

func (mg *LicensemanagerLicenseConfiguration) SetProviderReference(r *runtimev1alpha1.Reference)

SetProviderReference of this LicensemanagerLicenseConfiguration. Deprecated: Use SetProviderConfigReference.

func (*LicensemanagerLicenseConfiguration) SetWriteConnectionSecretToReference

func (mg *LicensemanagerLicenseConfiguration) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)

SetWriteConnectionSecretToReference of this LicensemanagerLicenseConfiguration.

type LicensemanagerLicenseConfigurationList

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

LicensemanagerLicenseConfiguration contains a list of LicensemanagerLicenseConfigurationList

func (*LicensemanagerLicenseConfigurationList) DeepCopy

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

func (*LicensemanagerLicenseConfigurationList) DeepCopyInto

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

func (*LicensemanagerLicenseConfigurationList) DeepCopyObject

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

func (*LicensemanagerLicenseConfigurationList) GetItems

GetItems of this LicensemanagerLicenseConfigurationList.

type LicensemanagerLicenseConfigurationObservation

type LicensemanagerLicenseConfigurationObservation struct{}

A LicensemanagerLicenseConfigurationObservation records the observed state of a LicensemanagerLicenseConfiguration

func (*LicensemanagerLicenseConfigurationObservation) DeepCopy

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

func (*LicensemanagerLicenseConfigurationObservation) DeepCopyInto

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

type LicensemanagerLicenseConfigurationParameters

type LicensemanagerLicenseConfigurationParameters struct {
	Name                  string            `json:"name"`
	Tags                  map[string]string `json:"tags"`
	Description           string            `json:"description"`
	LicenseCount          int64             `json:"license_count"`
	LicenseCountHardLimit bool              `json:"license_count_hard_limit"`
	LicenseCountingType   string            `json:"license_counting_type"`
	LicenseRules          []string          `json:"license_rules"`
}

A LicensemanagerLicenseConfigurationParameters defines the desired state of a LicensemanagerLicenseConfiguration

func (*LicensemanagerLicenseConfigurationParameters) DeepCopy

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

func (*LicensemanagerLicenseConfigurationParameters) DeepCopyInto

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

type LicensemanagerLicenseConfigurationSpec

type LicensemanagerLicenseConfigurationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  LicensemanagerLicenseConfigurationParameters `json:"forProvider"`
}

A LicensemanagerLicenseConfigurationSpec defines the desired state of a LicensemanagerLicenseConfiguration

func (*LicensemanagerLicenseConfigurationSpec) DeepCopy

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

func (*LicensemanagerLicenseConfigurationSpec) DeepCopyInto

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

type LicensemanagerLicenseConfigurationStatus

type LicensemanagerLicenseConfigurationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     LicensemanagerLicenseConfigurationObservation `json:"atProvider"`
}

A LicensemanagerLicenseConfigurationStatus defines the observed state of a LicensemanagerLicenseConfiguration

func (*LicensemanagerLicenseConfigurationStatus) DeepCopy

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

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