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   = "devicefarm-project.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeDevicefarmProject

func DecodeDevicefarmProject(prev *DevicefarmProject, ctyValue cty.Value) (resource.Managed, error)

func DecodeDevicefarmProject_Arn

func DecodeDevicefarmProject_Arn(p *DevicefarmProjectObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDevicefarmProject_Name

func DecodeDevicefarmProject_Name(p *DevicefarmProjectParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeDevicefarmProject

func EncodeDevicefarmProject(r DevicefarmProject) cty.Value

func EncodeDevicefarmProject_Arn

func EncodeDevicefarmProject_Arn(p DevicefarmProjectObservation, vals map[string]cty.Value)

func EncodeDevicefarmProject_Name

func EncodeDevicefarmProject_Name(p DevicefarmProjectParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeDevicefarmProject_Arn

mergePrimitiveTemplateStatus

func MergeDevicefarmProject_Name

mergePrimitiveTemplateSpec

Types

type DevicefarmProject

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

	Spec   DevicefarmProjectSpec   `json:"spec"`
	Status DevicefarmProjectStatus `json:"status,omitempty"`
}

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

func (*DevicefarmProject) DeepCopy

func (in *DevicefarmProject) DeepCopy() *DevicefarmProject

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

func (*DevicefarmProject) DeepCopyInto

func (in *DevicefarmProject) DeepCopyInto(out *DevicefarmProject)

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

func (*DevicefarmProject) DeepCopyObject

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

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

func (*DevicefarmProject) GetCondition

GetCondition of this DevicefarmProject.

func (*DevicefarmProject) GetDeletionPolicy

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

GetDeletionPolicy of this DevicefarmProject.

func (*DevicefarmProject) GetProviderConfigReference

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

GetProviderConfigReference of this DevicefarmProject.

func (*DevicefarmProject) GetProviderReference

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

GetProviderReference of this DevicefarmProject. Deprecated: Use GetProviderConfigReference.

func (*DevicefarmProject) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this DevicefarmProject.

func (*DevicefarmProject) SetConditions

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

SetConditions of this DevicefarmProject.

func (*DevicefarmProject) SetDeletionPolicy

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

SetDeletionPolicy of this DevicefarmProject.

func (*DevicefarmProject) SetProviderConfigReference

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

SetProviderConfigReference of this DevicefarmProject.

func (*DevicefarmProject) SetProviderReference

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

SetProviderReference of this DevicefarmProject. Deprecated: Use SetProviderConfigReference.

func (*DevicefarmProject) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this DevicefarmProject.

type DevicefarmProjectList

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

DevicefarmProject contains a list of DevicefarmProjectList

func (*DevicefarmProjectList) DeepCopy

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

func (*DevicefarmProjectList) DeepCopyInto

func (in *DevicefarmProjectList) DeepCopyInto(out *DevicefarmProjectList)

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

func (*DevicefarmProjectList) DeepCopyObject

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

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

func (*DevicefarmProjectList) GetItems

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

GetItems of this DevicefarmProjectList.

type DevicefarmProjectObservation

type DevicefarmProjectObservation struct {
	Arn string `json:"arn"`
}

A DevicefarmProjectObservation records the observed state of a DevicefarmProject

func (*DevicefarmProjectObservation) DeepCopy

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

func (*DevicefarmProjectObservation) DeepCopyInto

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

type DevicefarmProjectParameters

type DevicefarmProjectParameters struct {
	Name string `json:"name"`
}

A DevicefarmProjectParameters defines the desired state of a DevicefarmProject

func (*DevicefarmProjectParameters) DeepCopy

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

func (*DevicefarmProjectParameters) DeepCopyInto

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

type DevicefarmProjectSpec

type DevicefarmProjectSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  DevicefarmProjectParameters `json:"forProvider"`
}

A DevicefarmProjectSpec defines the desired state of a DevicefarmProject

func (*DevicefarmProjectSpec) DeepCopy

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

func (*DevicefarmProjectSpec) DeepCopyInto

func (in *DevicefarmProjectSpec) DeepCopyInto(out *DevicefarmProjectSpec)

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

type DevicefarmProjectStatus

type DevicefarmProjectStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     DevicefarmProjectObservation `json:"atProvider"`
}

A DevicefarmProjectStatus defines the observed state of a DevicefarmProject

func (*DevicefarmProjectStatus) DeepCopy

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

func (*DevicefarmProjectStatus) DeepCopyInto

func (in *DevicefarmProjectStatus) DeepCopyInto(out *DevicefarmProjectStatus)

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