v1alpha1

package
v0.3.0-preview Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=binaryauthorization.gcp.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "binaryauthorization.gcp.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Attestor_Kind             = "Attestor"
	Attestor_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Attestor_Kind}.String()
	Attestor_KindAPIVersion   = Attestor_Kind + "." + CRDGroupVersion.String()
	Attestor_GroupVersionKind = CRDGroupVersion.WithKind(Attestor_Kind)
)

Repository type metadata.

View Source
var (
	AttestorIAMBinding_Kind             = "AttestorIAMBinding"
	AttestorIAMBinding_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AttestorIAMBinding_Kind}.String()
	AttestorIAMBinding_KindAPIVersion   = AttestorIAMBinding_Kind + "." + CRDGroupVersion.String()
	AttestorIAMBinding_GroupVersionKind = CRDGroupVersion.WithKind(AttestorIAMBinding_Kind)
)

Repository type metadata.

View Source
var (
	AttestorIAMMember_Kind             = "AttestorIAMMember"
	AttestorIAMMember_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AttestorIAMMember_Kind}.String()
	AttestorIAMMember_KindAPIVersion   = AttestorIAMMember_Kind + "." + CRDGroupVersion.String()
	AttestorIAMMember_GroupVersionKind = CRDGroupVersion.WithKind(AttestorIAMMember_Kind)
)

Repository type metadata.

View Source
var (
	AttestorIAMPolicy_Kind             = "AttestorIAMPolicy"
	AttestorIAMPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AttestorIAMPolicy_Kind}.String()
	AttestorIAMPolicy_KindAPIVersion   = AttestorIAMPolicy_Kind + "." + CRDGroupVersion.String()
	AttestorIAMPolicy_GroupVersionKind = CRDGroupVersion.WithKind(AttestorIAMPolicy_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 (
	Policy_Kind             = "Policy"
	Policy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Policy_Kind}.String()
	Policy_KindAPIVersion   = Policy_Kind + "." + CRDGroupVersion.String()
	Policy_GroupVersionKind = CRDGroupVersion.WithKind(Policy_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AdmissionWhitelistPatternsObservation

type AdmissionWhitelistPatternsObservation struct {
}

func (*AdmissionWhitelistPatternsObservation) DeepCopy

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

func (*AdmissionWhitelistPatternsObservation) DeepCopyInto

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

type AdmissionWhitelistPatternsParameters

type AdmissionWhitelistPatternsParameters struct {

	// An image name pattern to whitelist, in the form
	// 'registry/path/to/image'. This supports a trailing * as a
	// wildcard, but this is allowed only in text after the registry/
	// part.
	// +kubebuilder:validation:Required
	NamePattern *string `json:"namePattern" tf:"name_pattern,omitempty"`
}

func (*AdmissionWhitelistPatternsParameters) DeepCopy

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

func (*AdmissionWhitelistPatternsParameters) DeepCopyInto

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

type AttestationAuthorityNoteObservation

type AttestationAuthorityNoteObservation struct {
	DelegationServiceAccountEmail *string `json:"delegationServiceAccountEmail,omitempty" tf:"delegation_service_account_email,omitempty"`
}

func (*AttestationAuthorityNoteObservation) DeepCopy

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

func (*AttestationAuthorityNoteObservation) DeepCopyInto

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

type AttestationAuthorityNoteParameters

type AttestationAuthorityNoteParameters struct {

	// The resource name of a ATTESTATION_AUTHORITY Note, created by the
	// user. If the Note is in a different project from the Attestor, it
	// should be specified in the format 'projects/*/notes/*' (or the legacy
	// 'providers/*/notes/*'). This field may not be updated.
	// An attestation by this attestor is stored as a Container Analysis
	// ATTESTATION_AUTHORITY Occurrence that names a container image
	// and that links to this Note.
	// +kubebuilder:validation:Required
	NoteReference *string `json:"noteReference" tf:"note_reference,omitempty"`

	// Public keys that verify attestations signed by this attestor. This
	// field may be updated.
	// If this field is non-empty, one of the specified public keys must
	// verify that an attestation was signed by this attestor for the
	// image specified in the admission request.
	// If this field is empty, this attestor always returns that no valid
	// attestations exist.
	// +kubebuilder:validation:Optional
	PublicKeys []PublicKeysParameters `json:"publicKeys,omitempty" tf:"public_keys,omitempty"`
}

func (*AttestationAuthorityNoteParameters) DeepCopy

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

func (*AttestationAuthorityNoteParameters) DeepCopyInto

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

type Attestor

type Attestor struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AttestorSpec   `json:"spec"`
	Status            AttestorStatus `json:"status,omitempty"`
}

Attestor is the Schema for the Attestors 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,gcpjet}

func (*Attestor) DeepCopy

func (in *Attestor) DeepCopy() *Attestor

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

func (*Attestor) DeepCopyInto

func (in *Attestor) DeepCopyInto(out *Attestor)

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

func (*Attestor) DeepCopyObject

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

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

func (*Attestor) GetCondition

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

GetCondition of this Attestor.

func (*Attestor) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Attestor

func (*Attestor) GetDeletionPolicy

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

GetDeletionPolicy of this Attestor.

func (*Attestor) GetID

func (tr *Attestor) GetID() string

GetID returns ID of underlying Terraform resource of this Attestor

func (*Attestor) GetObservation

func (tr *Attestor) GetObservation() (map[string]interface{}, error)

GetObservation of this Attestor

func (*Attestor) GetParameters

func (tr *Attestor) GetParameters() (map[string]interface{}, error)

GetParameters of this Attestor

func (*Attestor) GetProviderConfigReference

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

GetProviderConfigReference of this Attestor.

func (*Attestor) GetProviderReference

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

GetProviderReference of this Attestor. Deprecated: Use GetProviderConfigReference.

func (*Attestor) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Attestor.

func (*Attestor) GetTerraformResourceType

func (mg *Attestor) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Attestor

func (*Attestor) GetTerraformSchemaVersion

func (tr *Attestor) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Attestor) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Attestor.

func (*Attestor) LateInitialize

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

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

func (*Attestor) SetConditions

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

SetConditions of this Attestor.

func (*Attestor) SetDeletionPolicy

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

SetDeletionPolicy of this Attestor.

func (*Attestor) SetObservation

func (tr *Attestor) SetObservation(obs map[string]interface{}) error

SetObservation for this Attestor

func (*Attestor) SetParameters

func (tr *Attestor) SetParameters(params map[string]interface{}) error

SetParameters for this Attestor

func (*Attestor) SetProviderConfigReference

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

SetProviderConfigReference of this Attestor.

func (*Attestor) SetProviderReference

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

SetProviderReference of this Attestor. Deprecated: Use SetProviderConfigReference.

func (*Attestor) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Attestor.

func (*Attestor) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Attestor.

type AttestorIAMBinding

type AttestorIAMBinding struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AttestorIAMBindingSpec   `json:"spec"`
	Status            AttestorIAMBindingStatus `json:"status,omitempty"`
}

AttestorIAMBinding is the Schema for the AttestorIAMBindings 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,gcpjet}

func (*AttestorIAMBinding) DeepCopy

func (in *AttestorIAMBinding) DeepCopy() *AttestorIAMBinding

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

func (*AttestorIAMBinding) DeepCopyInto

func (in *AttestorIAMBinding) DeepCopyInto(out *AttestorIAMBinding)

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

func (*AttestorIAMBinding) DeepCopyObject

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

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

func (*AttestorIAMBinding) GetCondition

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

GetCondition of this AttestorIAMBinding.

func (*AttestorIAMBinding) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this AttestorIAMBinding

func (*AttestorIAMBinding) GetDeletionPolicy

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

GetDeletionPolicy of this AttestorIAMBinding.

func (*AttestorIAMBinding) GetID

func (tr *AttestorIAMBinding) GetID() string

GetID returns ID of underlying Terraform resource of this AttestorIAMBinding

func (*AttestorIAMBinding) GetObservation

func (tr *AttestorIAMBinding) GetObservation() (map[string]interface{}, error)

GetObservation of this AttestorIAMBinding

func (*AttestorIAMBinding) GetParameters

func (tr *AttestorIAMBinding) GetParameters() (map[string]interface{}, error)

GetParameters of this AttestorIAMBinding

func (*AttestorIAMBinding) GetProviderConfigReference

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

GetProviderConfigReference of this AttestorIAMBinding.

func (*AttestorIAMBinding) GetProviderReference

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

GetProviderReference of this AttestorIAMBinding. Deprecated: Use GetProviderConfigReference.

func (*AttestorIAMBinding) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this AttestorIAMBinding.

func (*AttestorIAMBinding) GetTerraformResourceType

func (mg *AttestorIAMBinding) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AttestorIAMBinding

func (*AttestorIAMBinding) GetTerraformSchemaVersion

func (tr *AttestorIAMBinding) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AttestorIAMBinding) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this AttestorIAMBinding.

func (*AttestorIAMBinding) LateInitialize

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

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

func (*AttestorIAMBinding) SetConditions

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

SetConditions of this AttestorIAMBinding.

func (*AttestorIAMBinding) SetDeletionPolicy

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

SetDeletionPolicy of this AttestorIAMBinding.

func (*AttestorIAMBinding) SetObservation

func (tr *AttestorIAMBinding) SetObservation(obs map[string]interface{}) error

SetObservation for this AttestorIAMBinding

func (*AttestorIAMBinding) SetParameters

func (tr *AttestorIAMBinding) SetParameters(params map[string]interface{}) error

SetParameters for this AttestorIAMBinding

func (*AttestorIAMBinding) SetProviderConfigReference

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

SetProviderConfigReference of this AttestorIAMBinding.

func (*AttestorIAMBinding) SetProviderReference

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

SetProviderReference of this AttestorIAMBinding. Deprecated: Use SetProviderConfigReference.

func (*AttestorIAMBinding) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this AttestorIAMBinding.

func (*AttestorIAMBinding) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this AttestorIAMBinding.

type AttestorIAMBindingList

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

AttestorIAMBindingList contains a list of AttestorIAMBindings

func (*AttestorIAMBindingList) DeepCopy

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

func (*AttestorIAMBindingList) DeepCopyInto

func (in *AttestorIAMBindingList) DeepCopyInto(out *AttestorIAMBindingList)

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

func (*AttestorIAMBindingList) DeepCopyObject

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

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

func (*AttestorIAMBindingList) GetItems

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

GetItems of this AttestorIAMBindingList.

type AttestorIAMBindingObservation

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

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

func (*AttestorIAMBindingObservation) DeepCopy

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

func (*AttestorIAMBindingObservation) DeepCopyInto

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

type AttestorIAMBindingParameters

type AttestorIAMBindingParameters struct {

	// +kubebuilder:validation:Required
	Attestor *string `json:"attestor" tf:"attestor,omitempty"`

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

	// +kubebuilder:validation:Required
	Members []*string `json:"members" tf:"members,omitempty"`

	// +kubebuilder:validation:Optional
	Project *string `json:"project,omitempty" tf:"project,omitempty"`

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

func (*AttestorIAMBindingParameters) DeepCopy

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

func (*AttestorIAMBindingParameters) DeepCopyInto

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

type AttestorIAMBindingSpec

type AttestorIAMBindingSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AttestorIAMBindingParameters `json:"forProvider"`
}

AttestorIAMBindingSpec defines the desired state of AttestorIAMBinding

func (*AttestorIAMBindingSpec) DeepCopy

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

func (*AttestorIAMBindingSpec) DeepCopyInto

func (in *AttestorIAMBindingSpec) DeepCopyInto(out *AttestorIAMBindingSpec)

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

type AttestorIAMBindingStatus

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

AttestorIAMBindingStatus defines the observed state of AttestorIAMBinding.

func (*AttestorIAMBindingStatus) DeepCopy

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

func (*AttestorIAMBindingStatus) DeepCopyInto

func (in *AttestorIAMBindingStatus) DeepCopyInto(out *AttestorIAMBindingStatus)

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

type AttestorIAMMember

type AttestorIAMMember struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AttestorIAMMemberSpec   `json:"spec"`
	Status            AttestorIAMMemberStatus `json:"status,omitempty"`
}

AttestorIAMMember is the Schema for the AttestorIAMMembers 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,gcpjet}

func (*AttestorIAMMember) DeepCopy

func (in *AttestorIAMMember) DeepCopy() *AttestorIAMMember

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

func (*AttestorIAMMember) DeepCopyInto

func (in *AttestorIAMMember) DeepCopyInto(out *AttestorIAMMember)

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

func (*AttestorIAMMember) DeepCopyObject

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

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

func (*AttestorIAMMember) GetCondition

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

GetCondition of this AttestorIAMMember.

func (*AttestorIAMMember) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this AttestorIAMMember

func (*AttestorIAMMember) GetDeletionPolicy

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

GetDeletionPolicy of this AttestorIAMMember.

func (*AttestorIAMMember) GetID

func (tr *AttestorIAMMember) GetID() string

GetID returns ID of underlying Terraform resource of this AttestorIAMMember

func (*AttestorIAMMember) GetObservation

func (tr *AttestorIAMMember) GetObservation() (map[string]interface{}, error)

GetObservation of this AttestorIAMMember

func (*AttestorIAMMember) GetParameters

func (tr *AttestorIAMMember) GetParameters() (map[string]interface{}, error)

GetParameters of this AttestorIAMMember

func (*AttestorIAMMember) GetProviderConfigReference

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

GetProviderConfigReference of this AttestorIAMMember.

func (*AttestorIAMMember) GetProviderReference

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

GetProviderReference of this AttestorIAMMember. Deprecated: Use GetProviderConfigReference.

func (*AttestorIAMMember) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this AttestorIAMMember.

func (*AttestorIAMMember) GetTerraformResourceType

func (mg *AttestorIAMMember) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AttestorIAMMember

func (*AttestorIAMMember) GetTerraformSchemaVersion

func (tr *AttestorIAMMember) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AttestorIAMMember) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this AttestorIAMMember.

func (*AttestorIAMMember) LateInitialize

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

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

func (*AttestorIAMMember) SetConditions

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

SetConditions of this AttestorIAMMember.

func (*AttestorIAMMember) SetDeletionPolicy

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

SetDeletionPolicy of this AttestorIAMMember.

func (*AttestorIAMMember) SetObservation

func (tr *AttestorIAMMember) SetObservation(obs map[string]interface{}) error

SetObservation for this AttestorIAMMember

func (*AttestorIAMMember) SetParameters

func (tr *AttestorIAMMember) SetParameters(params map[string]interface{}) error

SetParameters for this AttestorIAMMember

func (*AttestorIAMMember) SetProviderConfigReference

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

SetProviderConfigReference of this AttestorIAMMember.

func (*AttestorIAMMember) SetProviderReference

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

SetProviderReference of this AttestorIAMMember. Deprecated: Use SetProviderConfigReference.

func (*AttestorIAMMember) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this AttestorIAMMember.

func (*AttestorIAMMember) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this AttestorIAMMember.

type AttestorIAMMemberConditionObservation

type AttestorIAMMemberConditionObservation struct {
}

func (*AttestorIAMMemberConditionObservation) DeepCopy

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

func (*AttestorIAMMemberConditionObservation) DeepCopyInto

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

type AttestorIAMMemberConditionParameters

type AttestorIAMMemberConditionParameters 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 (*AttestorIAMMemberConditionParameters) DeepCopy

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

func (*AttestorIAMMemberConditionParameters) DeepCopyInto

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

type AttestorIAMMemberList

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

AttestorIAMMemberList contains a list of AttestorIAMMembers

func (*AttestorIAMMemberList) DeepCopy

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

func (*AttestorIAMMemberList) DeepCopyInto

func (in *AttestorIAMMemberList) DeepCopyInto(out *AttestorIAMMemberList)

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

func (*AttestorIAMMemberList) DeepCopyObject

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

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

func (*AttestorIAMMemberList) GetItems

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

GetItems of this AttestorIAMMemberList.

type AttestorIAMMemberObservation

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

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

func (*AttestorIAMMemberObservation) DeepCopy

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

func (*AttestorIAMMemberObservation) DeepCopyInto

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

type AttestorIAMMemberParameters

type AttestorIAMMemberParameters struct {

	// +kubebuilder:validation:Required
	Attestor *string `json:"attestor" tf:"attestor,omitempty"`

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

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

	// +kubebuilder:validation:Optional
	Project *string `json:"project,omitempty" tf:"project,omitempty"`

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

func (*AttestorIAMMemberParameters) DeepCopy

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

func (*AttestorIAMMemberParameters) DeepCopyInto

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

type AttestorIAMMemberSpec

type AttestorIAMMemberSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AttestorIAMMemberParameters `json:"forProvider"`
}

AttestorIAMMemberSpec defines the desired state of AttestorIAMMember

func (*AttestorIAMMemberSpec) DeepCopy

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

func (*AttestorIAMMemberSpec) DeepCopyInto

func (in *AttestorIAMMemberSpec) DeepCopyInto(out *AttestorIAMMemberSpec)

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

type AttestorIAMMemberStatus

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

AttestorIAMMemberStatus defines the observed state of AttestorIAMMember.

func (*AttestorIAMMemberStatus) DeepCopy

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

func (*AttestorIAMMemberStatus) DeepCopyInto

func (in *AttestorIAMMemberStatus) DeepCopyInto(out *AttestorIAMMemberStatus)

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

type AttestorIAMPolicy

type AttestorIAMPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AttestorIAMPolicySpec   `json:"spec"`
	Status            AttestorIAMPolicyStatus `json:"status,omitempty"`
}

AttestorIAMPolicy is the Schema for the AttestorIAMPolicys 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,gcpjet}

func (*AttestorIAMPolicy) DeepCopy

func (in *AttestorIAMPolicy) DeepCopy() *AttestorIAMPolicy

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

func (*AttestorIAMPolicy) DeepCopyInto

func (in *AttestorIAMPolicy) DeepCopyInto(out *AttestorIAMPolicy)

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

func (*AttestorIAMPolicy) DeepCopyObject

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

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

func (*AttestorIAMPolicy) GetCondition

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

GetCondition of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this AttestorIAMPolicy

func (*AttestorIAMPolicy) GetDeletionPolicy

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

GetDeletionPolicy of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) GetID

func (tr *AttestorIAMPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this AttestorIAMPolicy

func (*AttestorIAMPolicy) GetObservation

func (tr *AttestorIAMPolicy) GetObservation() (map[string]interface{}, error)

GetObservation of this AttestorIAMPolicy

func (*AttestorIAMPolicy) GetParameters

func (tr *AttestorIAMPolicy) GetParameters() (map[string]interface{}, error)

GetParameters of this AttestorIAMPolicy

func (*AttestorIAMPolicy) GetProviderConfigReference

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

GetProviderConfigReference of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) GetProviderReference

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

GetProviderReference of this AttestorIAMPolicy. Deprecated: Use GetProviderConfigReference.

func (*AttestorIAMPolicy) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) GetTerraformResourceType

func (mg *AttestorIAMPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AttestorIAMPolicy

func (*AttestorIAMPolicy) GetTerraformSchemaVersion

func (tr *AttestorIAMPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AttestorIAMPolicy) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) LateInitialize

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

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

func (*AttestorIAMPolicy) SetConditions

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

SetConditions of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) SetDeletionPolicy

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

SetDeletionPolicy of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) SetObservation

func (tr *AttestorIAMPolicy) SetObservation(obs map[string]interface{}) error

SetObservation for this AttestorIAMPolicy

func (*AttestorIAMPolicy) SetParameters

func (tr *AttestorIAMPolicy) SetParameters(params map[string]interface{}) error

SetParameters for this AttestorIAMPolicy

func (*AttestorIAMPolicy) SetProviderConfigReference

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

SetProviderConfigReference of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) SetProviderReference

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

SetProviderReference of this AttestorIAMPolicy. Deprecated: Use SetProviderConfigReference.

func (*AttestorIAMPolicy) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this AttestorIAMPolicy.

func (*AttestorIAMPolicy) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this AttestorIAMPolicy.

type AttestorIAMPolicyList

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

AttestorIAMPolicyList contains a list of AttestorIAMPolicys

func (*AttestorIAMPolicyList) DeepCopy

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

func (*AttestorIAMPolicyList) DeepCopyInto

func (in *AttestorIAMPolicyList) DeepCopyInto(out *AttestorIAMPolicyList)

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

func (*AttestorIAMPolicyList) DeepCopyObject

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

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

func (*AttestorIAMPolicyList) GetItems

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

GetItems of this AttestorIAMPolicyList.

type AttestorIAMPolicyObservation

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

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

func (*AttestorIAMPolicyObservation) DeepCopy

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

func (*AttestorIAMPolicyObservation) DeepCopyInto

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

type AttestorIAMPolicyParameters

type AttestorIAMPolicyParameters struct {

	// +kubebuilder:validation:Required
	Attestor *string `json:"attestor" tf:"attestor,omitempty"`

	// +kubebuilder:validation:Required
	PolicyData *string `json:"policyData" tf:"policy_data,omitempty"`

	// +kubebuilder:validation:Optional
	Project *string `json:"project,omitempty" tf:"project,omitempty"`
}

func (*AttestorIAMPolicyParameters) DeepCopy

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

func (*AttestorIAMPolicyParameters) DeepCopyInto

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

type AttestorIAMPolicySpec

type AttestorIAMPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AttestorIAMPolicyParameters `json:"forProvider"`
}

AttestorIAMPolicySpec defines the desired state of AttestorIAMPolicy

func (*AttestorIAMPolicySpec) DeepCopy

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

func (*AttestorIAMPolicySpec) DeepCopyInto

func (in *AttestorIAMPolicySpec) DeepCopyInto(out *AttestorIAMPolicySpec)

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

type AttestorIAMPolicyStatus

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

AttestorIAMPolicyStatus defines the observed state of AttestorIAMPolicy.

func (*AttestorIAMPolicyStatus) DeepCopy

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

func (*AttestorIAMPolicyStatus) DeepCopyInto

func (in *AttestorIAMPolicyStatus) DeepCopyInto(out *AttestorIAMPolicyStatus)

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

type AttestorList

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

AttestorList contains a list of Attestors

func (*AttestorList) DeepCopy

func (in *AttestorList) DeepCopy() *AttestorList

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

func (*AttestorList) DeepCopyInto

func (in *AttestorList) DeepCopyInto(out *AttestorList)

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

func (*AttestorList) DeepCopyObject

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

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

func (*AttestorList) GetItems

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

GetItems of this AttestorList.

type AttestorObservation

type AttestorObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*AttestorObservation) DeepCopy

func (in *AttestorObservation) DeepCopy() *AttestorObservation

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

func (*AttestorObservation) DeepCopyInto

func (in *AttestorObservation) DeepCopyInto(out *AttestorObservation)

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

type AttestorParameters

type AttestorParameters struct {

	// A Container Analysis ATTESTATION_AUTHORITY Note, created by the user.
	// +kubebuilder:validation:Required
	AttestationAuthorityNote []AttestationAuthorityNoteParameters `json:"attestationAuthorityNote" tf:"attestation_authority_note,omitempty"`

	// A descriptive comment. This field may be updated. The field may be
	// displayed in chooser dialogs.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The resource name.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// +kubebuilder:validation:Optional
	Project *string `json:"project,omitempty" tf:"project,omitempty"`
}

func (*AttestorParameters) DeepCopy

func (in *AttestorParameters) DeepCopy() *AttestorParameters

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

func (*AttestorParameters) DeepCopyInto

func (in *AttestorParameters) DeepCopyInto(out *AttestorParameters)

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

type AttestorSpec

type AttestorSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AttestorParameters `json:"forProvider"`
}

AttestorSpec defines the desired state of Attestor

func (*AttestorSpec) DeepCopy

func (in *AttestorSpec) DeepCopy() *AttestorSpec

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

func (*AttestorSpec) DeepCopyInto

func (in *AttestorSpec) DeepCopyInto(out *AttestorSpec)

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

type AttestorStatus

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

AttestorStatus defines the observed state of Attestor.

func (*AttestorStatus) DeepCopy

func (in *AttestorStatus) DeepCopy() *AttestorStatus

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

func (*AttestorStatus) DeepCopyInto

func (in *AttestorStatus) DeepCopyInto(out *AttestorStatus)

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

type ClusterAdmissionRulesObservation

type ClusterAdmissionRulesObservation struct {
}

func (*ClusterAdmissionRulesObservation) DeepCopy

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

func (*ClusterAdmissionRulesObservation) DeepCopyInto

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

type ClusterAdmissionRulesParameters

type ClusterAdmissionRulesParameters struct {

	// +kubebuilder:validation:Required
	Cluster *string `json:"cluster" tf:"cluster,omitempty"`

	// The action when a pod creation is denied by the admission rule. Possible values: ["ENFORCED_BLOCK_AND_AUDIT_LOG", "DRYRUN_AUDIT_LOG_ONLY"]
	// +kubebuilder:validation:Required
	EnforcementMode *string `json:"enforcementMode" tf:"enforcement_mode,omitempty"`

	// How this admission rule will be evaluated. Possible values: ["ALWAYS_ALLOW", "REQUIRE_ATTESTATION", "ALWAYS_DENY"]
	// +kubebuilder:validation:Required
	EvaluationMode *string `json:"evaluationMode" tf:"evaluation_mode,omitempty"`

	// The resource names of the attestors that must attest to a
	// container image. If the attestor is in a different project from the
	// policy, it should be specified in the format 'projects/*/attestors/*'.
	// Each attestor must exist before a policy can reference it. To add an
	// attestor to a policy the principal issuing the policy change
	// request must be able to read the attestor resource.
	//
	// Note: this field must be non-empty when the evaluation_mode field
	// specifies REQUIRE_ATTESTATION, otherwise it must be empty.
	// +kubebuilder:validation:Optional
	RequireAttestationsBy []*string `json:"requireAttestationsBy,omitempty" tf:"require_attestations_by,omitempty"`
}

func (*ClusterAdmissionRulesParameters) DeepCopy

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

func (*ClusterAdmissionRulesParameters) DeepCopyInto

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 DefaultAdmissionRuleObservation

type DefaultAdmissionRuleObservation struct {
}

func (*DefaultAdmissionRuleObservation) DeepCopy

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

func (*DefaultAdmissionRuleObservation) DeepCopyInto

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

type DefaultAdmissionRuleParameters

type DefaultAdmissionRuleParameters struct {

	// The action when a pod creation is denied by the admission rule. Possible values: ["ENFORCED_BLOCK_AND_AUDIT_LOG", "DRYRUN_AUDIT_LOG_ONLY"]
	// +kubebuilder:validation:Required
	EnforcementMode *string `json:"enforcementMode" tf:"enforcement_mode,omitempty"`

	// How this admission rule will be evaluated. Possible values: ["ALWAYS_ALLOW", "REQUIRE_ATTESTATION", "ALWAYS_DENY"]
	// +kubebuilder:validation:Required
	EvaluationMode *string `json:"evaluationMode" tf:"evaluation_mode,omitempty"`

	// The resource names of the attestors that must attest to a
	// container image. If the attestor is in a different project from the
	// policy, it should be specified in the format 'projects/*/attestors/*'.
	// Each attestor must exist before a policy can reference it. To add an
	// attestor to a policy the principal issuing the policy change
	// request must be able to read the attestor resource.
	//
	// Note: this field must be non-empty when the evaluation_mode field
	// specifies REQUIRE_ATTESTATION, otherwise it must be empty.
	// +kubebuilder:validation:Optional
	RequireAttestationsBy []*string `json:"requireAttestationsBy,omitempty" tf:"require_attestations_by,omitempty"`
}

func (*DefaultAdmissionRuleParameters) DeepCopy

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

func (*DefaultAdmissionRuleParameters) DeepCopyInto

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

type PkixPublicKeyObservation

type PkixPublicKeyObservation struct {
}

func (*PkixPublicKeyObservation) DeepCopy

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

func (*PkixPublicKeyObservation) DeepCopyInto

func (in *PkixPublicKeyObservation) DeepCopyInto(out *PkixPublicKeyObservation)

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

type PkixPublicKeyParameters

type PkixPublicKeyParameters struct {

	// A PEM-encoded public key, as described in
	// 'https://tools.ietf.org/html/rfc7468#section-13'
	// +kubebuilder:validation:Optional
	PublicKeyPem *string `json:"publicKeyPem,omitempty" tf:"public_key_pem,omitempty"`

	// The signature algorithm used to verify a message against
	// a signature using this key. These signature algorithm must
	// match the structure and any object identifiers encoded in
	// publicKeyPem (i.e. this algorithm must match that of the
	// public key).
	// +kubebuilder:validation:Optional
	SignatureAlgorithm *string `json:"signatureAlgorithm,omitempty" tf:"signature_algorithm,omitempty"`
}

func (*PkixPublicKeyParameters) DeepCopy

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

func (*PkixPublicKeyParameters) DeepCopyInto

func (in *PkixPublicKeyParameters) DeepCopyInto(out *PkixPublicKeyParameters)

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

type Policy

type Policy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PolicySpec   `json:"spec"`
	Status            PolicyStatus `json:"status,omitempty"`
}

Policy is the Schema for the Policys 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,gcpjet}

func (*Policy) DeepCopy

func (in *Policy) DeepCopy() *Policy

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

func (*Policy) DeepCopyInto

func (in *Policy) DeepCopyInto(out *Policy)

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

func (*Policy) DeepCopyObject

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

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

func (*Policy) GetCondition

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

GetCondition of this Policy.

func (*Policy) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Policy

func (*Policy) GetDeletionPolicy

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

GetDeletionPolicy of this Policy.

func (*Policy) GetID

func (tr *Policy) GetID() string

GetID returns ID of underlying Terraform resource of this Policy

func (*Policy) GetObservation

func (tr *Policy) GetObservation() (map[string]interface{}, error)

GetObservation of this Policy

func (*Policy) GetParameters

func (tr *Policy) GetParameters() (map[string]interface{}, error)

GetParameters of this Policy

func (*Policy) GetProviderConfigReference

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

GetProviderConfigReference of this Policy.

func (*Policy) GetProviderReference

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

GetProviderReference of this Policy. Deprecated: Use GetProviderConfigReference.

func (*Policy) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Policy.

func (*Policy) GetTerraformResourceType

func (mg *Policy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Policy

func (*Policy) GetTerraformSchemaVersion

func (tr *Policy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Policy) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Policy.

func (*Policy) LateInitialize

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

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

func (*Policy) SetConditions

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

SetConditions of this Policy.

func (*Policy) SetDeletionPolicy

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

SetDeletionPolicy of this Policy.

func (*Policy) SetObservation

func (tr *Policy) SetObservation(obs map[string]interface{}) error

SetObservation for this Policy

func (*Policy) SetParameters

func (tr *Policy) SetParameters(params map[string]interface{}) error

SetParameters for this Policy

func (*Policy) SetProviderConfigReference

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

SetProviderConfigReference of this Policy.

func (*Policy) SetProviderReference

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

SetProviderReference of this Policy. Deprecated: Use SetProviderConfigReference.

func (*Policy) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Policy.

func (*Policy) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Policy.

type PolicyList

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

PolicyList contains a list of Policys

func (*PolicyList) DeepCopy

func (in *PolicyList) DeepCopy() *PolicyList

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

func (*PolicyList) DeepCopyInto

func (in *PolicyList) DeepCopyInto(out *PolicyList)

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

func (*PolicyList) DeepCopyObject

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

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

func (*PolicyList) GetItems

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

GetItems of this PolicyList.

type PolicyObservation

type PolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*PolicyObservation) DeepCopy

func (in *PolicyObservation) DeepCopy() *PolicyObservation

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

func (*PolicyObservation) DeepCopyInto

func (in *PolicyObservation) DeepCopyInto(out *PolicyObservation)

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

type PolicyParameters

type PolicyParameters struct {

	// A whitelist of image patterns to exclude from admission rules. If an
	// image's name matches a whitelist pattern, the image's admission
	// requests will always be permitted regardless of your admission rules.
	// +kubebuilder:validation:Optional
	AdmissionWhitelistPatterns []AdmissionWhitelistPatternsParameters `json:"admissionWhitelistPatterns,omitempty" tf:"admission_whitelist_patterns,omitempty"`

	// Per-cluster admission rules. An admission rule specifies either that
	// all container images used in a pod creation request must be attested
	// to by one or more attestors, that all pod creations will be allowed,
	// or that all pod creations will be denied. There can be at most one
	// admission rule per cluster spec.
	//
	//
	// Identifier format: '{{location}}.{{clusterId}}'.
	// A location is either a compute zone (e.g. 'us-central1-a') or a region
	// (e.g. 'us-central1').
	// +kubebuilder:validation:Optional
	ClusterAdmissionRules []ClusterAdmissionRulesParameters `json:"clusterAdmissionRules,omitempty" tf:"cluster_admission_rules,omitempty"`

	// Default admission rule for a cluster without a per-cluster admission
	// rule.
	// +kubebuilder:validation:Required
	DefaultAdmissionRule []DefaultAdmissionRuleParameters `json:"defaultAdmissionRule" tf:"default_admission_rule,omitempty"`

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

	// Controls the evaluation of a Google-maintained global admission policy
	// for common system-level images. Images not covered by the global
	// policy will be subject to the project admission policy. Possible values: ["ENABLE", "DISABLE"]
	// +kubebuilder:validation:Optional
	GlobalPolicyEvaluationMode *string `json:"globalPolicyEvaluationMode,omitempty" tf:"global_policy_evaluation_mode,omitempty"`

	// +kubebuilder:validation:Optional
	Project *string `json:"project,omitempty" tf:"project,omitempty"`
}

func (*PolicyParameters) DeepCopy

func (in *PolicyParameters) DeepCopy() *PolicyParameters

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

func (*PolicyParameters) DeepCopyInto

func (in *PolicyParameters) DeepCopyInto(out *PolicyParameters)

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

type PolicySpec

type PolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PolicyParameters `json:"forProvider"`
}

PolicySpec defines the desired state of Policy

func (*PolicySpec) DeepCopy

func (in *PolicySpec) DeepCopy() *PolicySpec

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

func (*PolicySpec) DeepCopyInto

func (in *PolicySpec) DeepCopyInto(out *PolicySpec)

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

type PolicyStatus

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

PolicyStatus defines the observed state of Policy.

func (*PolicyStatus) DeepCopy

func (in *PolicyStatus) DeepCopy() *PolicyStatus

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

func (*PolicyStatus) DeepCopyInto

func (in *PolicyStatus) DeepCopyInto(out *PolicyStatus)

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

type PublicKeysObservation

type PublicKeysObservation struct {
}

func (*PublicKeysObservation) DeepCopy

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

func (*PublicKeysObservation) DeepCopyInto

func (in *PublicKeysObservation) DeepCopyInto(out *PublicKeysObservation)

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

type PublicKeysParameters

type PublicKeysParameters struct {

	// ASCII-armored representation of a PGP public key, as the
	// entire output by the command
	// 'gpg --export --armor foo@example.com' (either LF or CRLF
	// line endings). When using this field, id should be left
	// blank. The BinAuthz API handlers will calculate the ID
	// and fill it in automatically. BinAuthz computes this ID
	// as the OpenPGP RFC4880 V4 fingerprint, represented as
	// upper-case hex. If id is provided by the caller, it will
	// be overwritten by the API-calculated ID.
	// +kubebuilder:validation:Optional
	ASCIIArmoredPgpPublicKey *string `json:"asciiArmoredPgpPublicKey,omitempty" tf:"ascii_armored_pgp_public_key,omitempty"`

	// A descriptive comment. This field may be updated.
	// +kubebuilder:validation:Optional
	Comment *string `json:"comment,omitempty" tf:"comment,omitempty"`

	// The ID of this public key. Signatures verified by BinAuthz
	// must include the ID of the public key that can be used to
	// verify them, and that ID must match the contents of this
	// field exactly. Additional restrictions on this field can
	// be imposed based on which public key type is encapsulated.
	// See the documentation on publicKey cases below for details.
	// +kubebuilder:validation:Optional
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A raw PKIX SubjectPublicKeyInfo format public key.
	//
	// NOTE: id may be explicitly provided by the caller when using this
	// type of public key, but it MUST be a valid RFC3986 URI. If id is left
	// blank, a default one will be computed based on the digest of the DER
	// encoding of the public key.
	// +kubebuilder:validation:Optional
	PkixPublicKey []PkixPublicKeyParameters `json:"pkixPublicKey,omitempty" tf:"pkix_public_key,omitempty"`
}

func (*PublicKeysParameters) DeepCopy

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

func (*PublicKeysParameters) DeepCopyInto

func (in *PublicKeysParameters) DeepCopyInto(out *PublicKeysParameters)

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