v1beta1

package
v0.16.0-rc.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=kms.gcp.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "kms.gcp.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
var (
	CryptoKey_Kind             = "CryptoKey"
	CryptoKey_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: CryptoKey_Kind}.String()
	CryptoKey_KindAPIVersion   = CryptoKey_Kind + "." + CRDGroupVersion.String()
	CryptoKey_GroupVersionKind = CRDGroupVersion.WithKind(CryptoKey_Kind)
)

Repository type metadata.

View Source
var (
	CryptoKeyIAMMember_Kind             = "CryptoKeyIAMMember"
	CryptoKeyIAMMember_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: CryptoKeyIAMMember_Kind}.String()
	CryptoKeyIAMMember_KindAPIVersion   = CryptoKeyIAMMember_Kind + "." + CRDGroupVersion.String()
	CryptoKeyIAMMember_GroupVersionKind = CRDGroupVersion.WithKind(CryptoKeyIAMMember_Kind)
)

Repository type metadata.

View Source
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
)
View Source
var (
	KeyRing_Kind             = "KeyRing"
	KeyRing_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: KeyRing_Kind}.String()
	KeyRing_KindAPIVersion   = KeyRing_Kind + "." + CRDGroupVersion.String()
	KeyRing_GroupVersionKind = CRDGroupVersion.WithKind(KeyRing_Kind)
)

Repository type metadata.

View Source
var (
	KeyRingIAMMember_Kind             = "KeyRingIAMMember"
	KeyRingIAMMember_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: KeyRingIAMMember_Kind}.String()
	KeyRingIAMMember_KindAPIVersion   = KeyRingIAMMember_Kind + "." + CRDGroupVersion.String()
	KeyRingIAMMember_GroupVersionKind = CRDGroupVersion.WithKind(KeyRingIAMMember_Kind)
)

Repository type metadata.

View Source
var (
	KeyRingImportJob_Kind             = "KeyRingImportJob"
	KeyRingImportJob_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: KeyRingImportJob_Kind}.String()
	KeyRingImportJob_KindAPIVersion   = KeyRingImportJob_Kind + "." + CRDGroupVersion.String()
	KeyRingImportJob_GroupVersionKind = CRDGroupVersion.WithKind(KeyRingImportJob_Kind)
)

Repository type metadata.

View Source
var (
	SecretCiphertext_Kind             = "SecretCiphertext"
	SecretCiphertext_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: SecretCiphertext_Kind}.String()
	SecretCiphertext_KindAPIVersion   = SecretCiphertext_Kind + "." + CRDGroupVersion.String()
	SecretCiphertext_GroupVersionKind = CRDGroupVersion.WithKind(SecretCiphertext_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AttestationObservation

type AttestationObservation struct {

	// The attestation data provided by the HSM when the key operation was performed.
	// A base64-encoded string.
	Content *string `json:"content,omitempty" tf:"content,omitempty"`

	// The format of the attestation data.
	Format *string `json:"format,omitempty" tf:"format,omitempty"`
}

func (*AttestationObservation) DeepCopy

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

func (*AttestationObservation) DeepCopyInto

func (in *AttestationObservation) DeepCopyInto(out *AttestationObservation)

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

type AttestationParameters

type AttestationParameters struct {
}

func (*AttestationParameters) DeepCopy

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

func (*AttestationParameters) DeepCopyInto

func (in *AttestationParameters) DeepCopyInto(out *AttestationParameters)

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

type ConditionObservation

type ConditionObservation struct {
}

func (*ConditionObservation) DeepCopy

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

func (*ConditionObservation) DeepCopyInto

func (in *ConditionObservation) DeepCopyInto(out *ConditionObservation)

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

type ConditionParameters

type ConditionParameters struct {

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Required
	Expression *string `json:"expression" tf:"expression,omitempty"`

	// +kubebuilder:validation:Required
	Title *string `json:"title" tf:"title,omitempty"`
}

func (*ConditionParameters) DeepCopy

func (in *ConditionParameters) DeepCopy() *ConditionParameters

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

func (*ConditionParameters) DeepCopyInto

func (in *ConditionParameters) DeepCopyInto(out *ConditionParameters)

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

type CryptoKey

type CryptoKey struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              CryptoKeySpec   `json:"spec"`
	Status            CryptoKeyStatus `json:"status,omitempty"`
}

CryptoKey is the Schema for the CryptoKeys API. A +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,gcp}

func (*CryptoKey) DeepCopy

func (in *CryptoKey) DeepCopy() *CryptoKey

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

func (*CryptoKey) DeepCopyInto

func (in *CryptoKey) DeepCopyInto(out *CryptoKey)

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

func (*CryptoKey) DeepCopyObject

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

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

func (*CryptoKey) GetCondition

func (mg *CryptoKey) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this CryptoKey.

func (*CryptoKey) GetConnectionDetailsMapping

func (tr *CryptoKey) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this CryptoKey

func (*CryptoKey) GetDeletionPolicy

func (mg *CryptoKey) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this CryptoKey.

func (*CryptoKey) GetID

func (tr *CryptoKey) GetID() string

GetID returns ID of underlying Terraform resource of this CryptoKey

func (*CryptoKey) GetObservation

func (tr *CryptoKey) GetObservation() (map[string]any, error)

GetObservation of this CryptoKey

func (*CryptoKey) GetParameters

func (tr *CryptoKey) GetParameters() (map[string]any, error)

GetParameters of this CryptoKey

func (*CryptoKey) GetProviderConfigReference

func (mg *CryptoKey) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this CryptoKey.

func (*CryptoKey) GetProviderReference

func (mg *CryptoKey) GetProviderReference() *xpv1.Reference

GetProviderReference of this CryptoKey. Deprecated: Use GetProviderConfigReference.

func (*CryptoKey) GetPublishConnectionDetailsTo

func (mg *CryptoKey) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this CryptoKey.

func (*CryptoKey) GetTerraformResourceType

func (mg *CryptoKey) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this CryptoKey

func (*CryptoKey) GetTerraformSchemaVersion

func (tr *CryptoKey) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*CryptoKey) GetWriteConnectionSecretToReference

func (mg *CryptoKey) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this CryptoKey.

func (*CryptoKey) LateInitialize

func (tr *CryptoKey) LateInitialize(attrs []byte) (bool, error)

LateInitialize this CryptoKey using its observed tfState. returns True if there are any spec changes for the resource.

func (*CryptoKey) ResolveReferences

func (mg *CryptoKey) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this CryptoKey.

func (*CryptoKey) SetConditions

func (mg *CryptoKey) SetConditions(c ...xpv1.Condition)

SetConditions of this CryptoKey.

func (*CryptoKey) SetDeletionPolicy

func (mg *CryptoKey) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this CryptoKey.

func (*CryptoKey) SetObservation

func (tr *CryptoKey) SetObservation(obs map[string]any) error

SetObservation for this CryptoKey

func (*CryptoKey) SetParameters

func (tr *CryptoKey) SetParameters(params map[string]any) error

SetParameters for this CryptoKey

func (*CryptoKey) SetProviderConfigReference

func (mg *CryptoKey) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this CryptoKey.

func (*CryptoKey) SetProviderReference

func (mg *CryptoKey) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this CryptoKey. Deprecated: Use SetProviderConfigReference.

func (*CryptoKey) SetPublishConnectionDetailsTo

func (mg *CryptoKey) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this CryptoKey.

func (*CryptoKey) SetWriteConnectionSecretToReference

func (mg *CryptoKey) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this CryptoKey.

type CryptoKeyIAMMember

type CryptoKeyIAMMember struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              CryptoKeyIAMMemberSpec   `json:"spec"`
	Status            CryptoKeyIAMMemberStatus `json:"status,omitempty"`
}

CryptoKeyIAMMember is the Schema for the CryptoKeyIAMMembers API. <no value> +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,gcp}

func (*CryptoKeyIAMMember) DeepCopy

func (in *CryptoKeyIAMMember) DeepCopy() *CryptoKeyIAMMember

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

func (*CryptoKeyIAMMember) DeepCopyInto

func (in *CryptoKeyIAMMember) DeepCopyInto(out *CryptoKeyIAMMember)

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

func (*CryptoKeyIAMMember) DeepCopyObject

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

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

func (*CryptoKeyIAMMember) GetCondition

func (mg *CryptoKeyIAMMember) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) GetConnectionDetailsMapping

func (tr *CryptoKeyIAMMember) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this CryptoKeyIAMMember

func (*CryptoKeyIAMMember) GetDeletionPolicy

func (mg *CryptoKeyIAMMember) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) GetID

func (tr *CryptoKeyIAMMember) GetID() string

GetID returns ID of underlying Terraform resource of this CryptoKeyIAMMember

func (*CryptoKeyIAMMember) GetObservation

func (tr *CryptoKeyIAMMember) GetObservation() (map[string]any, error)

GetObservation of this CryptoKeyIAMMember

func (*CryptoKeyIAMMember) GetParameters

func (tr *CryptoKeyIAMMember) GetParameters() (map[string]any, error)

GetParameters of this CryptoKeyIAMMember

func (*CryptoKeyIAMMember) GetProviderConfigReference

func (mg *CryptoKeyIAMMember) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) GetProviderReference

func (mg *CryptoKeyIAMMember) GetProviderReference() *xpv1.Reference

GetProviderReference of this CryptoKeyIAMMember. Deprecated: Use GetProviderConfigReference.

func (*CryptoKeyIAMMember) GetPublishConnectionDetailsTo

func (mg *CryptoKeyIAMMember) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) GetTerraformResourceType

func (mg *CryptoKeyIAMMember) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this CryptoKeyIAMMember

func (*CryptoKeyIAMMember) GetTerraformSchemaVersion

func (tr *CryptoKeyIAMMember) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*CryptoKeyIAMMember) GetWriteConnectionSecretToReference

func (mg *CryptoKeyIAMMember) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) LateInitialize

func (tr *CryptoKeyIAMMember) LateInitialize(attrs []byte) (bool, error)

LateInitialize this CryptoKeyIAMMember using its observed tfState. returns True if there are any spec changes for the resource.

func (*CryptoKeyIAMMember) ResolveReferences

func (mg *CryptoKeyIAMMember) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) SetConditions

func (mg *CryptoKeyIAMMember) SetConditions(c ...xpv1.Condition)

SetConditions of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) SetDeletionPolicy

func (mg *CryptoKeyIAMMember) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) SetObservation

func (tr *CryptoKeyIAMMember) SetObservation(obs map[string]any) error

SetObservation for this CryptoKeyIAMMember

func (*CryptoKeyIAMMember) SetParameters

func (tr *CryptoKeyIAMMember) SetParameters(params map[string]any) error

SetParameters for this CryptoKeyIAMMember

func (*CryptoKeyIAMMember) SetProviderConfigReference

func (mg *CryptoKeyIAMMember) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) SetProviderReference

func (mg *CryptoKeyIAMMember) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this CryptoKeyIAMMember. Deprecated: Use SetProviderConfigReference.

func (*CryptoKeyIAMMember) SetPublishConnectionDetailsTo

func (mg *CryptoKeyIAMMember) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this CryptoKeyIAMMember.

func (*CryptoKeyIAMMember) SetWriteConnectionSecretToReference

func (mg *CryptoKeyIAMMember) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this CryptoKeyIAMMember.

type CryptoKeyIAMMemberList

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

CryptoKeyIAMMemberList contains a list of CryptoKeyIAMMembers

func (*CryptoKeyIAMMemberList) DeepCopy

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

func (*CryptoKeyIAMMemberList) DeepCopyInto

func (in *CryptoKeyIAMMemberList) DeepCopyInto(out *CryptoKeyIAMMemberList)

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

func (*CryptoKeyIAMMemberList) DeepCopyObject

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

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

func (*CryptoKeyIAMMemberList) GetItems

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

GetItems of this CryptoKeyIAMMemberList.

type CryptoKeyIAMMemberObservation

type CryptoKeyIAMMemberObservation struct {
	Etag *string `json:"etag,omitempty" tf:"etag,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*CryptoKeyIAMMemberObservation) DeepCopy

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

func (*CryptoKeyIAMMemberObservation) DeepCopyInto

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

type CryptoKeyIAMMemberParameters

type CryptoKeyIAMMemberParameters struct {

	// +kubebuilder:validation:Optional
	Condition []ConditionParameters `json:"condition,omitempty" tf:"condition,omitempty"`

	// +crossplane:generate:reference:type=CryptoKey
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-gcp/config/common.ExtractResourceID()
	// +kubebuilder:validation:Optional
	CryptoKeyID *string `json:"cryptoKeyId,omitempty" tf:"crypto_key_id,omitempty"`

	// Reference to a CryptoKey to populate cryptoKeyId.
	// +kubebuilder:validation:Optional
	CryptoKeyIDRef *v1.Reference `json:"cryptoKeyIdRef,omitempty" tf:"-"`

	// Selector for a CryptoKey to populate cryptoKeyId.
	// +kubebuilder:validation:Optional
	CryptoKeyIDSelector *v1.Selector `json:"cryptoKeyIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Required
	Member *string `json:"member" tf:"member,omitempty"`

	// +kubebuilder:validation:Required
	Role *string `json:"role" tf:"role,omitempty"`
}

func (*CryptoKeyIAMMemberParameters) DeepCopy

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

func (*CryptoKeyIAMMemberParameters) DeepCopyInto

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

type CryptoKeyIAMMemberSpec

type CryptoKeyIAMMemberSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     CryptoKeyIAMMemberParameters `json:"forProvider"`
}

CryptoKeyIAMMemberSpec defines the desired state of CryptoKeyIAMMember

func (*CryptoKeyIAMMemberSpec) DeepCopy

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

func (*CryptoKeyIAMMemberSpec) DeepCopyInto

func (in *CryptoKeyIAMMemberSpec) DeepCopyInto(out *CryptoKeyIAMMemberSpec)

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

type CryptoKeyIAMMemberStatus

type CryptoKeyIAMMemberStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        CryptoKeyIAMMemberObservation `json:"atProvider,omitempty"`
}

CryptoKeyIAMMemberStatus defines the observed state of CryptoKeyIAMMember.

func (*CryptoKeyIAMMemberStatus) DeepCopy

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

func (*CryptoKeyIAMMemberStatus) DeepCopyInto

func (in *CryptoKeyIAMMemberStatus) DeepCopyInto(out *CryptoKeyIAMMemberStatus)

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

type CryptoKeyList

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

CryptoKeyList contains a list of CryptoKeys

func (*CryptoKeyList) DeepCopy

func (in *CryptoKeyList) DeepCopy() *CryptoKeyList

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

func (*CryptoKeyList) DeepCopyInto

func (in *CryptoKeyList) DeepCopyInto(out *CryptoKeyList)

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

func (*CryptoKeyList) DeepCopyObject

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

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

func (*CryptoKeyList) GetItems

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

GetItems of this CryptoKeyList.

type CryptoKeyObservation

type CryptoKeyObservation struct {

	// an identifier for the resource with format {{key_ring}}/cryptoKeys/{{name}}
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*CryptoKeyObservation) DeepCopy

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

func (*CryptoKeyObservation) DeepCopyInto

func (in *CryptoKeyObservation) DeepCopyInto(out *CryptoKeyObservation)

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

type CryptoKeyParameters

type CryptoKeyParameters struct {

	// The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
	// If not specified at creation time, the default duration is 24 hours.
	// +kubebuilder:validation:Optional
	DestroyScheduledDuration *string `json:"destroyScheduledDuration,omitempty" tf:"destroy_scheduled_duration,omitempty"`

	// Whether this key may contain imported versions only.
	// +kubebuilder:validation:Optional
	ImportOnly *bool `json:"importOnly,omitempty" tf:"import_only,omitempty"`

	// The KeyRing that this key belongs to.
	// Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}'.
	// +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/kms/v1beta1.KeyRing
	// +crossplane:generate:reference:extractor=github.com/upbound/upjet/pkg/resource.ExtractResourceID()
	// +kubebuilder:validation:Optional
	KeyRing *string `json:"keyRing,omitempty" tf:"key_ring,omitempty"`

	// Reference to a KeyRing in kms to populate keyRing.
	// +kubebuilder:validation:Optional
	KeyRingRef *v1.Reference `json:"keyRingRef,omitempty" tf:"-"`

	// Selector for a KeyRing in kms to populate keyRing.
	// +kubebuilder:validation:Optional
	KeyRingSelector *v1.Selector `json:"keyRingSelector,omitempty" tf:"-"`

	// Labels with user-defined metadata to apply to this resource.
	// +kubebuilder:validation:Optional
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// The immutable purpose of this CryptoKey. See the
	// purpose reference
	// for possible inputs.
	// Default value is ENCRYPT_DECRYPT.
	// Possible values are ENCRYPT_DECRYPT, ASYMMETRIC_SIGN, and ASYMMETRIC_DECRYPT.
	// +kubebuilder:validation:Optional
	Purpose *string `json:"purpose,omitempty" tf:"purpose,omitempty"`

	// Every time this period passes, generate a new CryptoKeyVersion and set it as the primary.
	// The first rotation will take place after the specified period. The rotation period has
	// the format of a decimal number with up to 9 fractional digits, followed by the
	// letter s (seconds). It must be greater than a day (ie, 86400).
	// +kubebuilder:validation:Optional
	RotationPeriod *string `json:"rotationPeriod,omitempty" tf:"rotation_period,omitempty"`

	// If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
	// You must use the google_kms_key_ring_import_job resource to import the CryptoKeyVersion.
	// +kubebuilder:validation:Optional
	SkipInitialVersionCreation *bool `json:"skipInitialVersionCreation,omitempty" tf:"skip_initial_version_creation,omitempty"`

	// A template describing settings for new crypto key versions.
	// Structure is documented below.
	// +kubebuilder:validation:Optional
	VersionTemplate []VersionTemplateParameters `json:"versionTemplate,omitempty" tf:"version_template,omitempty"`
}

func (*CryptoKeyParameters) DeepCopy

func (in *CryptoKeyParameters) DeepCopy() *CryptoKeyParameters

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

func (*CryptoKeyParameters) DeepCopyInto

func (in *CryptoKeyParameters) DeepCopyInto(out *CryptoKeyParameters)

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

type CryptoKeySpec

type CryptoKeySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     CryptoKeyParameters `json:"forProvider"`
}

CryptoKeySpec defines the desired state of CryptoKey

func (*CryptoKeySpec) DeepCopy

func (in *CryptoKeySpec) DeepCopy() *CryptoKeySpec

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

func (*CryptoKeySpec) DeepCopyInto

func (in *CryptoKeySpec) DeepCopyInto(out *CryptoKeySpec)

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

type CryptoKeyStatus

type CryptoKeyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        CryptoKeyObservation `json:"atProvider,omitempty"`
}

CryptoKeyStatus defines the observed state of CryptoKey.

func (*CryptoKeyStatus) DeepCopy

func (in *CryptoKeyStatus) DeepCopy() *CryptoKeyStatus

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

func (*CryptoKeyStatus) DeepCopyInto

func (in *CryptoKeyStatus) DeepCopyInto(out *CryptoKeyStatus)

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

type KeyRing

type KeyRing struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              KeyRingSpec   `json:"spec"`
	Status            KeyRingStatus `json:"status,omitempty"`
}

KeyRing is the Schema for the KeyRings API. A +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,gcp}

func (*KeyRing) DeepCopy

func (in *KeyRing) DeepCopy() *KeyRing

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

func (*KeyRing) DeepCopyInto

func (in *KeyRing) DeepCopyInto(out *KeyRing)

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

func (*KeyRing) DeepCopyObject

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

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

func (*KeyRing) GetCondition

func (mg *KeyRing) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this KeyRing.

func (*KeyRing) GetConnectionDetailsMapping

func (tr *KeyRing) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this KeyRing

func (*KeyRing) GetDeletionPolicy

func (mg *KeyRing) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this KeyRing.

func (*KeyRing) GetID

func (tr *KeyRing) GetID() string

GetID returns ID of underlying Terraform resource of this KeyRing

func (*KeyRing) GetObservation

func (tr *KeyRing) GetObservation() (map[string]any, error)

GetObservation of this KeyRing

func (*KeyRing) GetParameters

func (tr *KeyRing) GetParameters() (map[string]any, error)

GetParameters of this KeyRing

func (*KeyRing) GetProviderConfigReference

func (mg *KeyRing) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this KeyRing.

func (*KeyRing) GetProviderReference

func (mg *KeyRing) GetProviderReference() *xpv1.Reference

GetProviderReference of this KeyRing. Deprecated: Use GetProviderConfigReference.

func (*KeyRing) GetPublishConnectionDetailsTo

func (mg *KeyRing) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this KeyRing.

func (*KeyRing) GetTerraformResourceType

func (mg *KeyRing) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this KeyRing

func (*KeyRing) GetTerraformSchemaVersion

func (tr *KeyRing) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*KeyRing) GetWriteConnectionSecretToReference

func (mg *KeyRing) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this KeyRing.

func (*KeyRing) LateInitialize

func (tr *KeyRing) LateInitialize(attrs []byte) (bool, error)

LateInitialize this KeyRing using its observed tfState. returns True if there are any spec changes for the resource.

func (*KeyRing) SetConditions

func (mg *KeyRing) SetConditions(c ...xpv1.Condition)

SetConditions of this KeyRing.

func (*KeyRing) SetDeletionPolicy

func (mg *KeyRing) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this KeyRing.

func (*KeyRing) SetObservation

func (tr *KeyRing) SetObservation(obs map[string]any) error

SetObservation for this KeyRing

func (*KeyRing) SetParameters

func (tr *KeyRing) SetParameters(params map[string]any) error

SetParameters for this KeyRing

func (*KeyRing) SetProviderConfigReference

func (mg *KeyRing) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this KeyRing.

func (*KeyRing) SetProviderReference

func (mg *KeyRing) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this KeyRing. Deprecated: Use SetProviderConfigReference.

func (*KeyRing) SetPublishConnectionDetailsTo

func (mg *KeyRing) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this KeyRing.

func (*KeyRing) SetWriteConnectionSecretToReference

func (mg *KeyRing) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this KeyRing.

type KeyRingIAMMember

type KeyRingIAMMember struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              KeyRingIAMMemberSpec   `json:"spec"`
	Status            KeyRingIAMMemberStatus `json:"status,omitempty"`
}

KeyRingIAMMember is the Schema for the KeyRingIAMMembers API. <no value> +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,gcp}

func (*KeyRingIAMMember) DeepCopy

func (in *KeyRingIAMMember) DeepCopy() *KeyRingIAMMember

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

func (*KeyRingIAMMember) DeepCopyInto

func (in *KeyRingIAMMember) DeepCopyInto(out *KeyRingIAMMember)

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

func (*KeyRingIAMMember) DeepCopyObject

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

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

func (*KeyRingIAMMember) GetCondition

func (mg *KeyRingIAMMember) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this KeyRingIAMMember.

func (*KeyRingIAMMember) GetConnectionDetailsMapping

func (tr *KeyRingIAMMember) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this KeyRingIAMMember

func (*KeyRingIAMMember) GetDeletionPolicy

func (mg *KeyRingIAMMember) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this KeyRingIAMMember.

func (*KeyRingIAMMember) GetID

func (tr *KeyRingIAMMember) GetID() string

GetID returns ID of underlying Terraform resource of this KeyRingIAMMember

func (*KeyRingIAMMember) GetObservation

func (tr *KeyRingIAMMember) GetObservation() (map[string]any, error)

GetObservation of this KeyRingIAMMember

func (*KeyRingIAMMember) GetParameters

func (tr *KeyRingIAMMember) GetParameters() (map[string]any, error)

GetParameters of this KeyRingIAMMember

func (*KeyRingIAMMember) GetProviderConfigReference

func (mg *KeyRingIAMMember) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this KeyRingIAMMember.

func (*KeyRingIAMMember) GetProviderReference

func (mg *KeyRingIAMMember) GetProviderReference() *xpv1.Reference

GetProviderReference of this KeyRingIAMMember. Deprecated: Use GetProviderConfigReference.

func (*KeyRingIAMMember) GetPublishConnectionDetailsTo

func (mg *KeyRingIAMMember) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this KeyRingIAMMember.

func (*KeyRingIAMMember) GetTerraformResourceType

func (mg *KeyRingIAMMember) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this KeyRingIAMMember

func (*KeyRingIAMMember) GetTerraformSchemaVersion

func (tr *KeyRingIAMMember) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*KeyRingIAMMember) GetWriteConnectionSecretToReference

func (mg *KeyRingIAMMember) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this KeyRingIAMMember.

func (*KeyRingIAMMember) LateInitialize

func (tr *KeyRingIAMMember) LateInitialize(attrs []byte) (bool, error)

LateInitialize this KeyRingIAMMember using its observed tfState. returns True if there are any spec changes for the resource.

func (*KeyRingIAMMember) ResolveReferences

func (mg *KeyRingIAMMember) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this KeyRingIAMMember.

func (*KeyRingIAMMember) SetConditions

func (mg *KeyRingIAMMember) SetConditions(c ...xpv1.Condition)

SetConditions of this KeyRingIAMMember.

func (*KeyRingIAMMember) SetDeletionPolicy

func (mg *KeyRingIAMMember) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this KeyRingIAMMember.

func (*KeyRingIAMMember) SetObservation

func (tr *KeyRingIAMMember) SetObservation(obs map[string]any) error

SetObservation for this KeyRingIAMMember

func (*KeyRingIAMMember) SetParameters

func (tr *KeyRingIAMMember) SetParameters(params map[string]any) error

SetParameters for this KeyRingIAMMember

func (*KeyRingIAMMember) SetProviderConfigReference

func (mg *KeyRingIAMMember) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this KeyRingIAMMember.

func (*KeyRingIAMMember) SetProviderReference

func (mg *KeyRingIAMMember) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this KeyRingIAMMember. Deprecated: Use SetProviderConfigReference.

func (*KeyRingIAMMember) SetPublishConnectionDetailsTo

func (mg *KeyRingIAMMember) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this KeyRingIAMMember.

func (*KeyRingIAMMember) SetWriteConnectionSecretToReference

func (mg *KeyRingIAMMember) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this KeyRingIAMMember.

type KeyRingIAMMemberConditionObservation

type KeyRingIAMMemberConditionObservation struct {
}

func (*KeyRingIAMMemberConditionObservation) DeepCopy

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

func (*KeyRingIAMMemberConditionObservation) DeepCopyInto

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

type KeyRingIAMMemberConditionParameters

type KeyRingIAMMemberConditionParameters struct {

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Required
	Expression *string `json:"expression" tf:"expression,omitempty"`

	// +kubebuilder:validation:Required
	Title *string `json:"title" tf:"title,omitempty"`
}

func (*KeyRingIAMMemberConditionParameters) DeepCopy

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

func (*KeyRingIAMMemberConditionParameters) DeepCopyInto

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

type KeyRingIAMMemberList

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

KeyRingIAMMemberList contains a list of KeyRingIAMMembers

func (*KeyRingIAMMemberList) DeepCopy

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

func (*KeyRingIAMMemberList) DeepCopyInto

func (in *KeyRingIAMMemberList) DeepCopyInto(out *KeyRingIAMMemberList)

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

func (*KeyRingIAMMemberList) DeepCopyObject

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

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

func (*KeyRingIAMMemberList) GetItems

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

GetItems of this KeyRingIAMMemberList.

type KeyRingIAMMemberObservation

type KeyRingIAMMemberObservation struct {
	Etag *string `json:"etag,omitempty" tf:"etag,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*KeyRingIAMMemberObservation) DeepCopy

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

func (*KeyRingIAMMemberObservation) DeepCopyInto

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

type KeyRingIAMMemberParameters

type KeyRingIAMMemberParameters struct {

	// +kubebuilder:validation:Optional
	Condition []KeyRingIAMMemberConditionParameters `json:"condition,omitempty" tf:"condition,omitempty"`

	// +crossplane:generate:reference:type=KeyRing
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-gcp/config/common.ExtractResourceID()
	// +kubebuilder:validation:Optional
	KeyRingID *string `json:"keyRingId,omitempty" tf:"key_ring_id,omitempty"`

	// Reference to a KeyRing to populate keyRingId.
	// +kubebuilder:validation:Optional
	KeyRingIDRef *v1.Reference `json:"keyRingIdRef,omitempty" tf:"-"`

	// Selector for a KeyRing to populate keyRingId.
	// +kubebuilder:validation:Optional
	KeyRingIDSelector *v1.Selector `json:"keyRingIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Required
	Member *string `json:"member" tf:"member,omitempty"`

	// +kubebuilder:validation:Required
	Role *string `json:"role" tf:"role,omitempty"`
}

func (*KeyRingIAMMemberParameters) DeepCopy

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

func (*KeyRingIAMMemberParameters) DeepCopyInto

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

type KeyRingIAMMemberSpec

type KeyRingIAMMemberSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     KeyRingIAMMemberParameters `json:"forProvider"`
}

KeyRingIAMMemberSpec defines the desired state of KeyRingIAMMember

func (*KeyRingIAMMemberSpec) DeepCopy

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

func (*KeyRingIAMMemberSpec) DeepCopyInto

func (in *KeyRingIAMMemberSpec) DeepCopyInto(out *KeyRingIAMMemberSpec)

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

type KeyRingIAMMemberStatus

type KeyRingIAMMemberStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        KeyRingIAMMemberObservation `json:"atProvider,omitempty"`
}

KeyRingIAMMemberStatus defines the observed state of KeyRingIAMMember.

func (*KeyRingIAMMemberStatus) DeepCopy

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

func (*KeyRingIAMMemberStatus) DeepCopyInto

func (in *KeyRingIAMMemberStatus) DeepCopyInto(out *KeyRingIAMMemberStatus)

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

type KeyRingImportJob

type KeyRingImportJob struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              KeyRingImportJobSpec   `json:"spec"`
	Status            KeyRingImportJobStatus `json:"status,omitempty"`
}

KeyRingImportJob is the Schema for the KeyRingImportJobs API. A +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,gcp}

func (*KeyRingImportJob) DeepCopy

func (in *KeyRingImportJob) DeepCopy() *KeyRingImportJob

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

func (*KeyRingImportJob) DeepCopyInto

func (in *KeyRingImportJob) DeepCopyInto(out *KeyRingImportJob)

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

func (*KeyRingImportJob) DeepCopyObject

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

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

func (*KeyRingImportJob) GetCondition

func (mg *KeyRingImportJob) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this KeyRingImportJob.

func (*KeyRingImportJob) GetConnectionDetailsMapping

func (tr *KeyRingImportJob) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this KeyRingImportJob

func (*KeyRingImportJob) GetDeletionPolicy

func (mg *KeyRingImportJob) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this KeyRingImportJob.

func (*KeyRingImportJob) GetID

func (tr *KeyRingImportJob) GetID() string

GetID returns ID of underlying Terraform resource of this KeyRingImportJob

func (*KeyRingImportJob) GetObservation

func (tr *KeyRingImportJob) GetObservation() (map[string]any, error)

GetObservation of this KeyRingImportJob

func (*KeyRingImportJob) GetParameters

func (tr *KeyRingImportJob) GetParameters() (map[string]any, error)

GetParameters of this KeyRingImportJob

func (*KeyRingImportJob) GetProviderConfigReference

func (mg *KeyRingImportJob) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this KeyRingImportJob.

func (*KeyRingImportJob) GetProviderReference

func (mg *KeyRingImportJob) GetProviderReference() *xpv1.Reference

GetProviderReference of this KeyRingImportJob. Deprecated: Use GetProviderConfigReference.

func (*KeyRingImportJob) GetPublishConnectionDetailsTo

func (mg *KeyRingImportJob) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this KeyRingImportJob.

func (*KeyRingImportJob) GetTerraformResourceType

func (mg *KeyRingImportJob) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this KeyRingImportJob

func (*KeyRingImportJob) GetTerraformSchemaVersion

func (tr *KeyRingImportJob) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*KeyRingImportJob) GetWriteConnectionSecretToReference

func (mg *KeyRingImportJob) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this KeyRingImportJob.

func (*KeyRingImportJob) LateInitialize

func (tr *KeyRingImportJob) LateInitialize(attrs []byte) (bool, error)

LateInitialize this KeyRingImportJob using its observed tfState. returns True if there are any spec changes for the resource.

func (*KeyRingImportJob) ResolveReferences

func (mg *KeyRingImportJob) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this KeyRingImportJob.

func (*KeyRingImportJob) SetConditions

func (mg *KeyRingImportJob) SetConditions(c ...xpv1.Condition)

SetConditions of this KeyRingImportJob.

func (*KeyRingImportJob) SetDeletionPolicy

func (mg *KeyRingImportJob) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this KeyRingImportJob.

func (*KeyRingImportJob) SetObservation

func (tr *KeyRingImportJob) SetObservation(obs map[string]any) error

SetObservation for this KeyRingImportJob

func (*KeyRingImportJob) SetParameters

func (tr *KeyRingImportJob) SetParameters(params map[string]any) error

SetParameters for this KeyRingImportJob

func (*KeyRingImportJob) SetProviderConfigReference

func (mg *KeyRingImportJob) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this KeyRingImportJob.

func (*KeyRingImportJob) SetProviderReference

func (mg *KeyRingImportJob) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this KeyRingImportJob. Deprecated: Use SetProviderConfigReference.

func (*KeyRingImportJob) SetPublishConnectionDetailsTo

func (mg *KeyRingImportJob) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this KeyRingImportJob.

func (*KeyRingImportJob) SetWriteConnectionSecretToReference

func (mg *KeyRingImportJob) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this KeyRingImportJob.

type KeyRingImportJobList

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

KeyRingImportJobList contains a list of KeyRingImportJobs

func (*KeyRingImportJobList) DeepCopy

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

func (*KeyRingImportJobList) DeepCopyInto

func (in *KeyRingImportJobList) DeepCopyInto(out *KeyRingImportJobList)

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

func (*KeyRingImportJobList) DeepCopyObject

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

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

func (*KeyRingImportJobList) GetItems

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

GetItems of this KeyRingImportJobList.

type KeyRingImportJobObservation

type KeyRingImportJobObservation struct {

	// Statement that was generated and signed by the key creator (for example, an HSM) at key creation time.
	// Use this statement to verify attributes of the key as stored on the HSM, independently of Google.
	// Only present if the chosen ImportMethod is one with a protection level of HSM.
	// Structure is documented below.
	Attestation []AttestationObservation `json:"attestation,omitempty" tf:"attestation,omitempty"`

	// The time at which this resource is scheduled for expiration and can no longer be used.
	// This is in RFC3339 text format.
	ExpireTime *string `json:"expireTime,omitempty" tf:"expire_time,omitempty"`

	// an identifier for the resource with format {{name}}
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The resource name for this ImportJob in the format projects//locations//keyRings//importJobs/.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The public key with which to wrap key material prior to import. Only returned if state is ACTIVE.
	// Structure is documented below.
	PublicKey []PublicKeyObservation `json:"publicKey,omitempty" tf:"public_key,omitempty"`

	// The current state of the ImportJob, indicating if it can be used.
	State *string `json:"state,omitempty" tf:"state,omitempty"`
}

func (*KeyRingImportJobObservation) DeepCopy

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

func (*KeyRingImportJobObservation) DeepCopyInto

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

type KeyRingImportJobParameters

type KeyRingImportJobParameters struct {

	// The wrapping method to be used for incoming key material.
	// Possible values are RSA_OAEP_3072_SHA1_AES_256 and RSA_OAEP_4096_SHA1_AES_256.
	// +kubebuilder:validation:Required
	ImportMethod *string `json:"importMethod" tf:"import_method,omitempty"`

	// The KeyRing that this import job belongs to.
	// Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}'.
	// +crossplane:generate:reference:type=KeyRing
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-gcp/config/common.ExtractResourceID()
	// +kubebuilder:validation:Optional
	KeyRing *string `json:"keyRing,omitempty" tf:"key_ring,omitempty"`

	// Reference to a KeyRing to populate keyRing.
	// +kubebuilder:validation:Optional
	KeyRingRef *v1.Reference `json:"keyRingRef,omitempty" tf:"-"`

	// Selector for a KeyRing to populate keyRing.
	// +kubebuilder:validation:Optional
	KeyRingSelector *v1.Selector `json:"keyRingSelector,omitempty" tf:"-"`

	// The protection level of the ImportJob. This must match the protectionLevel of the
	// versionTemplate on the CryptoKey you attempt to import into.
	// Possible values are SOFTWARE, HSM, and EXTERNAL.
	// +kubebuilder:validation:Required
	ProtectionLevel *string `json:"protectionLevel" tf:"protection_level,omitempty"`
}

func (*KeyRingImportJobParameters) DeepCopy

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

func (*KeyRingImportJobParameters) DeepCopyInto

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

type KeyRingImportJobSpec

type KeyRingImportJobSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     KeyRingImportJobParameters `json:"forProvider"`
}

KeyRingImportJobSpec defines the desired state of KeyRingImportJob

func (*KeyRingImportJobSpec) DeepCopy

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

func (*KeyRingImportJobSpec) DeepCopyInto

func (in *KeyRingImportJobSpec) DeepCopyInto(out *KeyRingImportJobSpec)

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

type KeyRingImportJobStatus

type KeyRingImportJobStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        KeyRingImportJobObservation `json:"atProvider,omitempty"`
}

KeyRingImportJobStatus defines the observed state of KeyRingImportJob.

func (*KeyRingImportJobStatus) DeepCopy

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

func (*KeyRingImportJobStatus) DeepCopyInto

func (in *KeyRingImportJobStatus) DeepCopyInto(out *KeyRingImportJobStatus)

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

type KeyRingList

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

KeyRingList contains a list of KeyRings

func (*KeyRingList) DeepCopy

func (in *KeyRingList) DeepCopy() *KeyRingList

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

func (*KeyRingList) DeepCopyInto

func (in *KeyRingList) DeepCopyInto(out *KeyRingList)

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

func (*KeyRingList) DeepCopyObject

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

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

func (*KeyRingList) GetItems

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

GetItems of this KeyRingList.

type KeyRingObservation

type KeyRingObservation struct {

	// an identifier for the resource with format projects/{{project}}/locations/{{location}}/keyRings/{{name}}
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*KeyRingObservation) DeepCopy

func (in *KeyRingObservation) DeepCopy() *KeyRingObservation

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

func (*KeyRingObservation) DeepCopyInto

func (in *KeyRingObservation) DeepCopyInto(out *KeyRingObservation)

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

type KeyRingParameters

type KeyRingParameters struct {

	// The location for the KeyRing.
	// A full list of valid locations can be found by running gcloud kms locations list.
	// +kubebuilder:validation:Required
	Location *string `json:"location" tf:"location,omitempty"`

	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	// +kubebuilder:validation:Optional
	Project *string `json:"project,omitempty" tf:"project,omitempty"`
}

func (*KeyRingParameters) DeepCopy

func (in *KeyRingParameters) DeepCopy() *KeyRingParameters

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

func (*KeyRingParameters) DeepCopyInto

func (in *KeyRingParameters) DeepCopyInto(out *KeyRingParameters)

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

type KeyRingSpec

type KeyRingSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     KeyRingParameters `json:"forProvider"`
}

KeyRingSpec defines the desired state of KeyRing

func (*KeyRingSpec) DeepCopy

func (in *KeyRingSpec) DeepCopy() *KeyRingSpec

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

func (*KeyRingSpec) DeepCopyInto

func (in *KeyRingSpec) DeepCopyInto(out *KeyRingSpec)

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

type KeyRingStatus

type KeyRingStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        KeyRingObservation `json:"atProvider,omitempty"`
}

KeyRingStatus defines the observed state of KeyRing.

func (*KeyRingStatus) DeepCopy

func (in *KeyRingStatus) DeepCopy() *KeyRingStatus

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

func (*KeyRingStatus) DeepCopyInto

func (in *KeyRingStatus) DeepCopyInto(out *KeyRingStatus)

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

type PublicKeyObservation

type PublicKeyObservation struct {

	// The public key, encoded in PEM format. For more information, see the RFC 7468 sections
	// for General Considerations and Textual Encoding of Subject Public Key Info.
	Pem *string `json:"pem,omitempty" tf:"pem,omitempty"`
}

func (*PublicKeyObservation) DeepCopy

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

func (*PublicKeyObservation) DeepCopyInto

func (in *PublicKeyObservation) DeepCopyInto(out *PublicKeyObservation)

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

type PublicKeyParameters

type PublicKeyParameters struct {
}

func (*PublicKeyParameters) DeepCopy

func (in *PublicKeyParameters) DeepCopy() *PublicKeyParameters

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

func (*PublicKeyParameters) DeepCopyInto

func (in *PublicKeyParameters) DeepCopyInto(out *PublicKeyParameters)

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

type SecretCiphertext

type SecretCiphertext struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SecretCiphertextSpec   `json:"spec"`
	Status            SecretCiphertextStatus `json:"status,omitempty"`
}

SecretCiphertext is the Schema for the SecretCiphertexts API. Encrypts secret data with Google Cloud KMS and provides access to the ciphertext. +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,gcp}

func (*SecretCiphertext) DeepCopy

func (in *SecretCiphertext) DeepCopy() *SecretCiphertext

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

func (*SecretCiphertext) DeepCopyInto

func (in *SecretCiphertext) DeepCopyInto(out *SecretCiphertext)

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

func (*SecretCiphertext) DeepCopyObject

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

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

func (*SecretCiphertext) GetCondition

func (mg *SecretCiphertext) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this SecretCiphertext.

func (*SecretCiphertext) GetConnectionDetailsMapping

func (tr *SecretCiphertext) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this SecretCiphertext

func (*SecretCiphertext) GetDeletionPolicy

func (mg *SecretCiphertext) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this SecretCiphertext.

func (*SecretCiphertext) GetID

func (tr *SecretCiphertext) GetID() string

GetID returns ID of underlying Terraform resource of this SecretCiphertext

func (*SecretCiphertext) GetObservation

func (tr *SecretCiphertext) GetObservation() (map[string]any, error)

GetObservation of this SecretCiphertext

func (*SecretCiphertext) GetParameters

func (tr *SecretCiphertext) GetParameters() (map[string]any, error)

GetParameters of this SecretCiphertext

func (*SecretCiphertext) GetProviderConfigReference

func (mg *SecretCiphertext) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this SecretCiphertext.

func (*SecretCiphertext) GetProviderReference

func (mg *SecretCiphertext) GetProviderReference() *xpv1.Reference

GetProviderReference of this SecretCiphertext. Deprecated: Use GetProviderConfigReference.

func (*SecretCiphertext) GetPublishConnectionDetailsTo

func (mg *SecretCiphertext) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this SecretCiphertext.

func (*SecretCiphertext) GetTerraformResourceType

func (mg *SecretCiphertext) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this SecretCiphertext

func (*SecretCiphertext) GetTerraformSchemaVersion

func (tr *SecretCiphertext) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*SecretCiphertext) GetWriteConnectionSecretToReference

func (mg *SecretCiphertext) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this SecretCiphertext.

func (*SecretCiphertext) LateInitialize

func (tr *SecretCiphertext) LateInitialize(attrs []byte) (bool, error)

LateInitialize this SecretCiphertext using its observed tfState. returns True if there are any spec changes for the resource.

func (*SecretCiphertext) ResolveReferences

func (mg *SecretCiphertext) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this SecretCiphertext.

func (*SecretCiphertext) SetConditions

func (mg *SecretCiphertext) SetConditions(c ...xpv1.Condition)

SetConditions of this SecretCiphertext.

func (*SecretCiphertext) SetDeletionPolicy

func (mg *SecretCiphertext) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this SecretCiphertext.

func (*SecretCiphertext) SetObservation

func (tr *SecretCiphertext) SetObservation(obs map[string]any) error

SetObservation for this SecretCiphertext

func (*SecretCiphertext) SetParameters

func (tr *SecretCiphertext) SetParameters(params map[string]any) error

SetParameters for this SecretCiphertext

func (*SecretCiphertext) SetProviderConfigReference

func (mg *SecretCiphertext) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this SecretCiphertext.

func (*SecretCiphertext) SetProviderReference

func (mg *SecretCiphertext) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this SecretCiphertext. Deprecated: Use SetProviderConfigReference.

func (*SecretCiphertext) SetPublishConnectionDetailsTo

func (mg *SecretCiphertext) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this SecretCiphertext.

func (*SecretCiphertext) SetWriteConnectionSecretToReference

func (mg *SecretCiphertext) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this SecretCiphertext.

type SecretCiphertextList

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

SecretCiphertextList contains a list of SecretCiphertexts

func (*SecretCiphertextList) DeepCopy

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

func (*SecretCiphertextList) DeepCopyInto

func (in *SecretCiphertextList) DeepCopyInto(out *SecretCiphertextList)

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

func (*SecretCiphertextList) DeepCopyObject

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

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

func (*SecretCiphertextList) GetItems

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

GetItems of this SecretCiphertextList.

type SecretCiphertextObservation

type SecretCiphertextObservation struct {

	// Contains the result of encrypting the provided plaintext, encoded in base64.
	Ciphertext *string `json:"ciphertext,omitempty" tf:"ciphertext,omitempty"`

	// an identifier for the resource with format {{crypto_key}}/{{ciphertext}}
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*SecretCiphertextObservation) DeepCopy

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

func (*SecretCiphertextObservation) DeepCopyInto

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

type SecretCiphertextParameters

type SecretCiphertextParameters struct {

	// The additional authenticated data used for integrity checks during encryption and decryption.
	// Note: This property is sensitive and will not be displayed in the plan.
	// +kubebuilder:validation:Optional
	AdditionalAuthenticatedDataSecretRef *v1.SecretKeySelector `json:"additionalAuthenticatedDataSecretRef,omitempty" tf:"-"`

	// The full name of the CryptoKey that will be used to encrypt the provided plaintext.
	// Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}/cryptoKeys/{{cryptoKey}}'
	// +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/kms/v1beta1.CryptoKey
	// +crossplane:generate:reference:extractor=github.com/upbound/upjet/pkg/resource.ExtractResourceID()
	// +kubebuilder:validation:Optional
	CryptoKey *string `json:"cryptoKey,omitempty" tf:"crypto_key,omitempty"`

	// Reference to a CryptoKey in kms to populate cryptoKey.
	// +kubebuilder:validation:Optional
	CryptoKeyRef *v1.Reference `json:"cryptoKeyRef,omitempty" tf:"-"`

	// Selector for a CryptoKey in kms to populate cryptoKey.
	// +kubebuilder:validation:Optional
	CryptoKeySelector *v1.Selector `json:"cryptoKeySelector,omitempty" tf:"-"`

	// The plaintext to be encrypted.
	// Note: This property is sensitive and will not be displayed in the plan.
	// +kubebuilder:validation:Required
	Plaintext *string `json:"plaintext" tf:"plaintext,omitempty"`
}

func (*SecretCiphertextParameters) DeepCopy

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

func (*SecretCiphertextParameters) DeepCopyInto

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

type SecretCiphertextSpec

type SecretCiphertextSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SecretCiphertextParameters `json:"forProvider"`
}

SecretCiphertextSpec defines the desired state of SecretCiphertext

func (*SecretCiphertextSpec) DeepCopy

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

func (*SecretCiphertextSpec) DeepCopyInto

func (in *SecretCiphertextSpec) DeepCopyInto(out *SecretCiphertextSpec)

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

type SecretCiphertextStatus

type SecretCiphertextStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        SecretCiphertextObservation `json:"atProvider,omitempty"`
}

SecretCiphertextStatus defines the observed state of SecretCiphertext.

func (*SecretCiphertextStatus) DeepCopy

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

func (*SecretCiphertextStatus) DeepCopyInto

func (in *SecretCiphertextStatus) DeepCopyInto(out *SecretCiphertextStatus)

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

type VersionTemplateObservation

type VersionTemplateObservation struct {
}

func (*VersionTemplateObservation) DeepCopy

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

func (*VersionTemplateObservation) DeepCopyInto

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

type VersionTemplateParameters

type VersionTemplateParameters struct {

	// The algorithm to use when creating a version based on this template.
	// See the algorithm reference for possible inputs.
	// +kubebuilder:validation:Required
	Algorithm *string `json:"algorithm" tf:"algorithm,omitempty"`

	// The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL". Defaults to "SOFTWARE".
	// +kubebuilder:validation:Optional
	ProtectionLevel *string `json:"protectionLevel,omitempty" tf:"protection_level,omitempty"`
}

func (*VersionTemplateParameters) DeepCopy

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

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