Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=cloud9.aws.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type EnvironmentEC2
- func (in *EnvironmentEC2) DeepCopy() *EnvironmentEC2
- func (in *EnvironmentEC2) DeepCopyInto(out *EnvironmentEC2)
- func (in *EnvironmentEC2) DeepCopyObject() runtime.Object
- func (mg *EnvironmentEC2) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *EnvironmentEC2) GetConnectionDetailsMapping() map[string]string
- func (mg *EnvironmentEC2) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *EnvironmentEC2) GetID() string
- func (tr *EnvironmentEC2) GetObservation() (map[string]interface{}, error)
- func (tr *EnvironmentEC2) GetParameters() (map[string]interface{}, error)
- func (mg *EnvironmentEC2) GetProviderConfigReference() *xpv1.Reference
- func (mg *EnvironmentEC2) GetProviderReference() *xpv1.Reference
- func (mg *EnvironmentEC2) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *EnvironmentEC2) GetTerraformResourceType() string
- func (tr *EnvironmentEC2) GetTerraformSchemaVersion() int
- func (mg *EnvironmentEC2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *EnvironmentEC2) LateInitialize(attrs []byte) (bool, error)
- func (mg *EnvironmentEC2) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *EnvironmentEC2) SetConditions(c ...xpv1.Condition)
- func (mg *EnvironmentEC2) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *EnvironmentEC2) SetObservation(obs map[string]interface{}) error
- func (tr *EnvironmentEC2) SetParameters(params map[string]interface{}) error
- func (mg *EnvironmentEC2) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *EnvironmentEC2) SetProviderReference(r *xpv1.Reference)
- func (mg *EnvironmentEC2) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *EnvironmentEC2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type EnvironmentEC2List
- type EnvironmentEC2Observation
- type EnvironmentEC2Parameters
- type EnvironmentEC2Spec
- type EnvironmentEC2Status
Constants ¶
const ( CRDGroup = "cloud9.aws.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( EnvironmentEC2_Kind = "EnvironmentEC2" EnvironmentEC2_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: EnvironmentEC2_Kind}.String() EnvironmentEC2_KindAPIVersion = EnvironmentEC2_Kind + "." + CRDGroupVersion.String() EnvironmentEC2_GroupVersionKind = CRDGroupVersion.WithKind(EnvironmentEC2_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type EnvironmentEC2 ¶
type EnvironmentEC2 struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec EnvironmentEC2Spec `json:"spec"` Status EnvironmentEC2Status `json:"status,omitempty"` }
EnvironmentEC2 is the Schema for the EnvironmentEC2s API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}
func (*EnvironmentEC2) DeepCopy ¶
func (in *EnvironmentEC2) DeepCopy() *EnvironmentEC2
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentEC2.
func (*EnvironmentEC2) DeepCopyInto ¶
func (in *EnvironmentEC2) DeepCopyInto(out *EnvironmentEC2)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EnvironmentEC2) DeepCopyObject ¶
func (in *EnvironmentEC2) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EnvironmentEC2) GetCondition ¶
func (mg *EnvironmentEC2) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this EnvironmentEC2.
func (*EnvironmentEC2) GetConnectionDetailsMapping ¶
func (tr *EnvironmentEC2) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this EnvironmentEC2
func (*EnvironmentEC2) GetDeletionPolicy ¶
func (mg *EnvironmentEC2) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this EnvironmentEC2.
func (*EnvironmentEC2) GetID ¶
func (tr *EnvironmentEC2) GetID() string
GetID returns ID of underlying Terraform resource of this EnvironmentEC2
func (*EnvironmentEC2) GetObservation ¶
func (tr *EnvironmentEC2) GetObservation() (map[string]interface{}, error)
GetObservation of this EnvironmentEC2
func (*EnvironmentEC2) GetParameters ¶
func (tr *EnvironmentEC2) GetParameters() (map[string]interface{}, error)
GetParameters of this EnvironmentEC2
func (*EnvironmentEC2) GetProviderConfigReference ¶
func (mg *EnvironmentEC2) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this EnvironmentEC2.
func (*EnvironmentEC2) GetProviderReference ¶
func (mg *EnvironmentEC2) GetProviderReference() *xpv1.Reference
GetProviderReference of this EnvironmentEC2. Deprecated: Use GetProviderConfigReference.
func (*EnvironmentEC2) GetPublishConnectionDetailsTo ¶
func (mg *EnvironmentEC2) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this EnvironmentEC2.
func (*EnvironmentEC2) GetTerraformResourceType ¶
func (mg *EnvironmentEC2) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this EnvironmentEC2
func (*EnvironmentEC2) GetTerraformSchemaVersion ¶
func (tr *EnvironmentEC2) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*EnvironmentEC2) GetWriteConnectionSecretToReference ¶
func (mg *EnvironmentEC2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this EnvironmentEC2.
func (*EnvironmentEC2) LateInitialize ¶
func (tr *EnvironmentEC2) LateInitialize(attrs []byte) (bool, error)
LateInitialize this EnvironmentEC2 using its observed tfState. returns True if there are any spec changes for the resource.
func (*EnvironmentEC2) ResolveReferences ¶
ResolveReferences of this EnvironmentEC2.
func (*EnvironmentEC2) SetConditions ¶
func (mg *EnvironmentEC2) SetConditions(c ...xpv1.Condition)
SetConditions of this EnvironmentEC2.
func (*EnvironmentEC2) SetDeletionPolicy ¶
func (mg *EnvironmentEC2) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this EnvironmentEC2.
func (*EnvironmentEC2) SetObservation ¶
func (tr *EnvironmentEC2) SetObservation(obs map[string]interface{}) error
SetObservation for this EnvironmentEC2
func (*EnvironmentEC2) SetParameters ¶
func (tr *EnvironmentEC2) SetParameters(params map[string]interface{}) error
SetParameters for this EnvironmentEC2
func (*EnvironmentEC2) SetProviderConfigReference ¶
func (mg *EnvironmentEC2) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this EnvironmentEC2.
func (*EnvironmentEC2) SetProviderReference ¶
func (mg *EnvironmentEC2) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this EnvironmentEC2. Deprecated: Use SetProviderConfigReference.
func (*EnvironmentEC2) SetPublishConnectionDetailsTo ¶
func (mg *EnvironmentEC2) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this EnvironmentEC2.
func (*EnvironmentEC2) SetWriteConnectionSecretToReference ¶
func (mg *EnvironmentEC2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this EnvironmentEC2.
type EnvironmentEC2List ¶
type EnvironmentEC2List struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []EnvironmentEC2 `json:"items"` }
EnvironmentEC2List contains a list of EnvironmentEC2s
func (*EnvironmentEC2List) DeepCopy ¶
func (in *EnvironmentEC2List) DeepCopy() *EnvironmentEC2List
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentEC2List.
func (*EnvironmentEC2List) DeepCopyInto ¶
func (in *EnvironmentEC2List) DeepCopyInto(out *EnvironmentEC2List)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EnvironmentEC2List) DeepCopyObject ¶
func (in *EnvironmentEC2List) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EnvironmentEC2List) GetItems ¶
func (l *EnvironmentEC2List) GetItems() []resource.Managed
GetItems of this EnvironmentEC2List.
type EnvironmentEC2Observation ¶
type EnvironmentEC2Observation struct { Arn *string `json:"arn,omitempty" tf:"arn,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` TagsAll map[string]*string `json:"tagsAll,omitempty" tf:"tags_all,omitempty"` Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*EnvironmentEC2Observation) DeepCopy ¶
func (in *EnvironmentEC2Observation) DeepCopy() *EnvironmentEC2Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentEC2Observation.
func (*EnvironmentEC2Observation) DeepCopyInto ¶
func (in *EnvironmentEC2Observation) DeepCopyInto(out *EnvironmentEC2Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EnvironmentEC2Parameters ¶
type EnvironmentEC2Parameters struct { // +kubebuilder:validation:Optional AutomaticStopTimeMinutes *float64 `json:"automaticStopTimeMinutes,omitempty" tf:"automatic_stop_time_minutes,omitempty"` // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // +kubebuilder:validation:Required InstanceType *string `json:"instanceType" tf:"instance_type,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional OwnerArn *string `json:"ownerArn,omitempty" tf:"owner_arn,omitempty"` // Region is the region you'd like your resource to be created in. // +terrajet:crd:field:TFTag=- // +kubebuilder:validation:Required Region *string `json:"region" tf:"-"` // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-aws/apis/ec2/v1alpha2.Subnet // +kubebuilder:validation:Optional SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"` // +kubebuilder:validation:Optional SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*EnvironmentEC2Parameters) DeepCopy ¶
func (in *EnvironmentEC2Parameters) DeepCopy() *EnvironmentEC2Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentEC2Parameters.
func (*EnvironmentEC2Parameters) DeepCopyInto ¶
func (in *EnvironmentEC2Parameters) DeepCopyInto(out *EnvironmentEC2Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EnvironmentEC2Spec ¶
type EnvironmentEC2Spec struct { v1.ResourceSpec `json:",inline"` ForProvider EnvironmentEC2Parameters `json:"forProvider"` }
EnvironmentEC2Spec defines the desired state of EnvironmentEC2
func (*EnvironmentEC2Spec) DeepCopy ¶
func (in *EnvironmentEC2Spec) DeepCopy() *EnvironmentEC2Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentEC2Spec.
func (*EnvironmentEC2Spec) DeepCopyInto ¶
func (in *EnvironmentEC2Spec) DeepCopyInto(out *EnvironmentEC2Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EnvironmentEC2Status ¶
type EnvironmentEC2Status struct { v1.ResourceStatus `json:",inline"` AtProvider EnvironmentEC2Observation `json:"atProvider,omitempty"` }
EnvironmentEC2Status defines the observed state of EnvironmentEC2.
func (*EnvironmentEC2Status) DeepCopy ¶
func (in *EnvironmentEC2Status) DeepCopy() *EnvironmentEC2Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvironmentEC2Status.
func (*EnvironmentEC2Status) DeepCopyInto ¶
func (in *EnvironmentEC2Status) DeepCopyInto(out *EnvironmentEC2Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.