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   = "snapshot-create-volume-permission.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeSnapshotCreateVolumePermission

func DecodeSnapshotCreateVolumePermission(prev *SnapshotCreateVolumePermission, ctyValue cty.Value) (resource.Managed, error)

func DecodeSnapshotCreateVolumePermission_AccountId

func DecodeSnapshotCreateVolumePermission_AccountId(p *SnapshotCreateVolumePermissionParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSnapshotCreateVolumePermission_SnapshotId

func DecodeSnapshotCreateVolumePermission_SnapshotId(p *SnapshotCreateVolumePermissionParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeSnapshotCreateVolumePermission

func EncodeSnapshotCreateVolumePermission(r SnapshotCreateVolumePermission) cty.Value

func EncodeSnapshotCreateVolumePermission_AccountId

func EncodeSnapshotCreateVolumePermission_AccountId(p SnapshotCreateVolumePermissionParameters, vals map[string]cty.Value)

func EncodeSnapshotCreateVolumePermission_SnapshotId

func EncodeSnapshotCreateVolumePermission_SnapshotId(p SnapshotCreateVolumePermissionParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSnapshotCreateVolumePermission_AccountId

mergePrimitiveTemplateSpec

func MergeSnapshotCreateVolumePermission_SnapshotId

func MergeSnapshotCreateVolumePermission_SnapshotId(k *SnapshotCreateVolumePermissionParameters, p *SnapshotCreateVolumePermissionParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type SnapshotCreateVolumePermission

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

	Spec   SnapshotCreateVolumePermissionSpec   `json:"spec"`
	Status SnapshotCreateVolumePermissionStatus `json:"status,omitempty"`
}

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

func (*SnapshotCreateVolumePermission) DeepCopy

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

func (*SnapshotCreateVolumePermission) DeepCopyInto

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

func (*SnapshotCreateVolumePermission) DeepCopyObject

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

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

func (*SnapshotCreateVolumePermission) GetCondition

GetCondition of this SnapshotCreateVolumePermission.

func (*SnapshotCreateVolumePermission) GetDeletionPolicy

GetDeletionPolicy of this SnapshotCreateVolumePermission.

func (*SnapshotCreateVolumePermission) GetProviderConfigReference

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

GetProviderConfigReference of this SnapshotCreateVolumePermission.

func (*SnapshotCreateVolumePermission) GetProviderReference

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

GetProviderReference of this SnapshotCreateVolumePermission. Deprecated: Use GetProviderConfigReference.

func (*SnapshotCreateVolumePermission) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SnapshotCreateVolumePermission.

func (*SnapshotCreateVolumePermission) SetConditions

SetConditions of this SnapshotCreateVolumePermission.

func (*SnapshotCreateVolumePermission) SetDeletionPolicy

SetDeletionPolicy of this SnapshotCreateVolumePermission.

func (*SnapshotCreateVolumePermission) SetProviderConfigReference

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

SetProviderConfigReference of this SnapshotCreateVolumePermission.

func (*SnapshotCreateVolumePermission) SetProviderReference

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

SetProviderReference of this SnapshotCreateVolumePermission. Deprecated: Use SetProviderConfigReference.

func (*SnapshotCreateVolumePermission) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SnapshotCreateVolumePermission.

type SnapshotCreateVolumePermissionList

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

SnapshotCreateVolumePermission contains a list of SnapshotCreateVolumePermissionList

func (*SnapshotCreateVolumePermissionList) DeepCopy

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

func (*SnapshotCreateVolumePermissionList) DeepCopyInto

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

func (*SnapshotCreateVolumePermissionList) DeepCopyObject

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

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

func (*SnapshotCreateVolumePermissionList) GetItems

GetItems of this SnapshotCreateVolumePermissionList.

type SnapshotCreateVolumePermissionObservation

type SnapshotCreateVolumePermissionObservation struct{}

A SnapshotCreateVolumePermissionObservation records the observed state of a SnapshotCreateVolumePermission

func (*SnapshotCreateVolumePermissionObservation) DeepCopy

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

func (*SnapshotCreateVolumePermissionObservation) DeepCopyInto

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

type SnapshotCreateVolumePermissionParameters

type SnapshotCreateVolumePermissionParameters struct {
	AccountId  string `json:"account_id"`
	SnapshotId string `json:"snapshot_id"`
}

A SnapshotCreateVolumePermissionParameters defines the desired state of a SnapshotCreateVolumePermission

func (*SnapshotCreateVolumePermissionParameters) DeepCopy

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

func (*SnapshotCreateVolumePermissionParameters) DeepCopyInto

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

type SnapshotCreateVolumePermissionSpec

type SnapshotCreateVolumePermissionSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SnapshotCreateVolumePermissionParameters `json:"forProvider"`
}

A SnapshotCreateVolumePermissionSpec defines the desired state of a SnapshotCreateVolumePermission

func (*SnapshotCreateVolumePermissionSpec) DeepCopy

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

func (*SnapshotCreateVolumePermissionSpec) DeepCopyInto

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

type SnapshotCreateVolumePermissionStatus

type SnapshotCreateVolumePermissionStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SnapshotCreateVolumePermissionObservation `json:"atProvider"`
}

A SnapshotCreateVolumePermissionStatus defines the observed state of a SnapshotCreateVolumePermission

func (*SnapshotCreateVolumePermissionStatus) DeepCopy

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

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