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   = "lb-listener-certificate.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeLbListenerCertificate

func DecodeLbListenerCertificate(prev *LbListenerCertificate, ctyValue cty.Value) (resource.Managed, error)

func DecodeLbListenerCertificate_CertificateArn

func DecodeLbListenerCertificate_CertificateArn(p *LbListenerCertificateParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLbListenerCertificate_ListenerArn

func DecodeLbListenerCertificate_ListenerArn(p *LbListenerCertificateParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeLbListenerCertificate

func EncodeLbListenerCertificate(r LbListenerCertificate) cty.Value

func EncodeLbListenerCertificate_CertificateArn

func EncodeLbListenerCertificate_CertificateArn(p LbListenerCertificateParameters, vals map[string]cty.Value)

func EncodeLbListenerCertificate_ListenerArn

func EncodeLbListenerCertificate_ListenerArn(p LbListenerCertificateParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeLbListenerCertificate_CertificateArn

func MergeLbListenerCertificate_CertificateArn(k *LbListenerCertificateParameters, p *LbListenerCertificateParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeLbListenerCertificate_ListenerArn

func MergeLbListenerCertificate_ListenerArn(k *LbListenerCertificateParameters, p *LbListenerCertificateParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type LbListenerCertificate

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

	Spec   LbListenerCertificateSpec   `json:"spec"`
	Status LbListenerCertificateStatus `json:"status,omitempty"`
}

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

func (*LbListenerCertificate) DeepCopy

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

func (*LbListenerCertificate) DeepCopyInto

func (in *LbListenerCertificate) DeepCopyInto(out *LbListenerCertificate)

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

func (*LbListenerCertificate) DeepCopyObject

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

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

func (*LbListenerCertificate) GetCondition

GetCondition of this LbListenerCertificate.

func (*LbListenerCertificate) GetDeletionPolicy

func (mg *LbListenerCertificate) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy

GetDeletionPolicy of this LbListenerCertificate.

func (*LbListenerCertificate) GetProviderConfigReference

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

GetProviderConfigReference of this LbListenerCertificate.

func (*LbListenerCertificate) GetProviderReference

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

GetProviderReference of this LbListenerCertificate. Deprecated: Use GetProviderConfigReference.

func (*LbListenerCertificate) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this LbListenerCertificate.

func (*LbListenerCertificate) SetConditions

func (mg *LbListenerCertificate) SetConditions(c ...runtimev1alpha1.Condition)

SetConditions of this LbListenerCertificate.

func (*LbListenerCertificate) SetDeletionPolicy

func (mg *LbListenerCertificate) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this LbListenerCertificate.

func (*LbListenerCertificate) SetProviderConfigReference

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

SetProviderConfigReference of this LbListenerCertificate.

func (*LbListenerCertificate) SetProviderReference

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

SetProviderReference of this LbListenerCertificate. Deprecated: Use SetProviderConfigReference.

func (*LbListenerCertificate) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this LbListenerCertificate.

type LbListenerCertificateList

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

LbListenerCertificate contains a list of LbListenerCertificateList

func (*LbListenerCertificateList) DeepCopy

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

func (*LbListenerCertificateList) DeepCopyInto

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

func (*LbListenerCertificateList) DeepCopyObject

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

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

func (*LbListenerCertificateList) GetItems

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

GetItems of this LbListenerCertificateList.

type LbListenerCertificateObservation

type LbListenerCertificateObservation struct{}

A LbListenerCertificateObservation records the observed state of a LbListenerCertificate

func (*LbListenerCertificateObservation) DeepCopy

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

func (*LbListenerCertificateObservation) DeepCopyInto

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

type LbListenerCertificateParameters

type LbListenerCertificateParameters struct {
	ListenerArn    string `json:"listener_arn"`
	CertificateArn string `json:"certificate_arn"`
}

A LbListenerCertificateParameters defines the desired state of a LbListenerCertificate

func (*LbListenerCertificateParameters) DeepCopy

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

func (*LbListenerCertificateParameters) DeepCopyInto

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

type LbListenerCertificateSpec

type LbListenerCertificateSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  LbListenerCertificateParameters `json:"forProvider"`
}

A LbListenerCertificateSpec defines the desired state of a LbListenerCertificate

func (*LbListenerCertificateSpec) DeepCopy

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

func (*LbListenerCertificateSpec) DeepCopyInto

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

type LbListenerCertificateStatus

type LbListenerCertificateStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     LbListenerCertificateObservation `json:"atProvider"`
}

A LbListenerCertificateStatus defines the observed state of a LbListenerCertificate

func (*LbListenerCertificateStatus) DeepCopy

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

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