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   = "proxy-protocol-policy.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeProxyProtocolPolicy

func DecodeProxyProtocolPolicy(prev *ProxyProtocolPolicy, ctyValue cty.Value) (resource.Managed, error)

func DecodeProxyProtocolPolicy_InstancePorts

func DecodeProxyProtocolPolicy_InstancePorts(p *ProxyProtocolPolicyParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeProxyProtocolPolicy_LoadBalancer

func DecodeProxyProtocolPolicy_LoadBalancer(p *ProxyProtocolPolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeProxyProtocolPolicy

func EncodeProxyProtocolPolicy(r ProxyProtocolPolicy) cty.Value

func EncodeProxyProtocolPolicy_InstancePorts

func EncodeProxyProtocolPolicy_InstancePorts(p ProxyProtocolPolicyParameters, vals map[string]cty.Value)

func EncodeProxyProtocolPolicy_LoadBalancer

func EncodeProxyProtocolPolicy_LoadBalancer(p ProxyProtocolPolicyParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeProxyProtocolPolicy_InstancePorts

func MergeProxyProtocolPolicy_InstancePorts(k *ProxyProtocolPolicyParameters, p *ProxyProtocolPolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeProxyProtocolPolicy_LoadBalancer

func MergeProxyProtocolPolicy_LoadBalancer(k *ProxyProtocolPolicyParameters, p *ProxyProtocolPolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type ProxyProtocolPolicy

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

	Spec   ProxyProtocolPolicySpec   `json:"spec"`
	Status ProxyProtocolPolicyStatus `json:"status,omitempty"`
}

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

func (*ProxyProtocolPolicy) DeepCopy

func (in *ProxyProtocolPolicy) DeepCopy() *ProxyProtocolPolicy

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

func (*ProxyProtocolPolicy) DeepCopyInto

func (in *ProxyProtocolPolicy) DeepCopyInto(out *ProxyProtocolPolicy)

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

func (*ProxyProtocolPolicy) DeepCopyObject

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

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

func (*ProxyProtocolPolicy) GetCondition

GetCondition of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) GetDeletionPolicy

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

GetDeletionPolicy of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) GetProviderConfigReference

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

GetProviderConfigReference of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) GetProviderReference

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

GetProviderReference of this ProxyProtocolPolicy. Deprecated: Use GetProviderConfigReference.

func (*ProxyProtocolPolicy) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) SetConditions

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

SetConditions of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) SetDeletionPolicy

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

SetDeletionPolicy of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) SetProviderConfigReference

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

SetProviderConfigReference of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) SetProviderReference

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

SetProviderReference of this ProxyProtocolPolicy. Deprecated: Use SetProviderConfigReference.

func (*ProxyProtocolPolicy) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProxyProtocolPolicy.

type ProxyProtocolPolicyList

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

ProxyProtocolPolicy contains a list of ProxyProtocolPolicyList

func (*ProxyProtocolPolicyList) DeepCopy

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

func (*ProxyProtocolPolicyList) DeepCopyInto

func (in *ProxyProtocolPolicyList) DeepCopyInto(out *ProxyProtocolPolicyList)

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

func (*ProxyProtocolPolicyList) DeepCopyObject

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

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

func (*ProxyProtocolPolicyList) GetItems

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

GetItems of this ProxyProtocolPolicyList.

type ProxyProtocolPolicyObservation

type ProxyProtocolPolicyObservation struct{}

A ProxyProtocolPolicyObservation records the observed state of a ProxyProtocolPolicy

func (*ProxyProtocolPolicyObservation) DeepCopy

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

func (*ProxyProtocolPolicyObservation) DeepCopyInto

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

type ProxyProtocolPolicyParameters

type ProxyProtocolPolicyParameters struct {
	InstancePorts []string `json:"instance_ports"`
	LoadBalancer  string   `json:"load_balancer"`
}

A ProxyProtocolPolicyParameters defines the desired state of a ProxyProtocolPolicy

func (*ProxyProtocolPolicyParameters) DeepCopy

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

func (*ProxyProtocolPolicyParameters) DeepCopyInto

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

type ProxyProtocolPolicySpec

type ProxyProtocolPolicySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  ProxyProtocolPolicyParameters `json:"forProvider"`
}

A ProxyProtocolPolicySpec defines the desired state of a ProxyProtocolPolicy

func (*ProxyProtocolPolicySpec) DeepCopy

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

func (*ProxyProtocolPolicySpec) DeepCopyInto

func (in *ProxyProtocolPolicySpec) DeepCopyInto(out *ProxyProtocolPolicySpec)

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

type ProxyProtocolPolicyStatus

type ProxyProtocolPolicyStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     ProxyProtocolPolicyObservation `json:"atProvider"`
}

A ProxyProtocolPolicyStatus defines the observed state of a ProxyProtocolPolicy

func (*ProxyProtocolPolicyStatus) DeepCopy

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

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