v1alpha1

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=notification.cloudflare.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "notification.cloudflare.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

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 (
	PolicyWebhooks_Kind             = "PolicyWebhooks"
	PolicyWebhooks_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: PolicyWebhooks_Kind}.String()
	PolicyWebhooks_KindAPIVersion   = PolicyWebhooks_Kind + "." + CRDGroupVersion.String()
	PolicyWebhooks_GroupVersionKind = CRDGroupVersion.WithKind(PolicyWebhooks_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type PolicyWebhooks

type PolicyWebhooks struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PolicyWebhooksSpec   `json:"spec"`
	Status            PolicyWebhooksStatus `json:"status,omitempty"`
}

PolicyWebhooks is the Schema for the PolicyWebhookss 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,cloudflarejet}

func (*PolicyWebhooks) DeepCopy

func (in *PolicyWebhooks) DeepCopy() *PolicyWebhooks

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

func (*PolicyWebhooks) DeepCopyInto

func (in *PolicyWebhooks) DeepCopyInto(out *PolicyWebhooks)

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

func (*PolicyWebhooks) DeepCopyObject

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

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

func (*PolicyWebhooks) GetCondition

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

GetCondition of this PolicyWebhooks.

func (*PolicyWebhooks) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this PolicyWebhooks

func (*PolicyWebhooks) GetDeletionPolicy

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

GetDeletionPolicy of this PolicyWebhooks.

func (*PolicyWebhooks) GetID

func (tr *PolicyWebhooks) GetID() string

GetID returns ID of underlying Terraform resource of this PolicyWebhooks

func (*PolicyWebhooks) GetObservation

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

GetObservation of this PolicyWebhooks

func (*PolicyWebhooks) GetParameters

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

GetParameters of this PolicyWebhooks

func (*PolicyWebhooks) GetProviderConfigReference

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

GetProviderConfigReference of this PolicyWebhooks.

func (*PolicyWebhooks) GetProviderReference

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

GetProviderReference of this PolicyWebhooks. Deprecated: Use GetProviderConfigReference.

func (*PolicyWebhooks) GetTerraformResourceType

func (mg *PolicyWebhooks) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this PolicyWebhooks

func (*PolicyWebhooks) GetTerraformSchemaVersion

func (tr *PolicyWebhooks) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*PolicyWebhooks) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this PolicyWebhooks.

func (*PolicyWebhooks) LateInitialize

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

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

func (*PolicyWebhooks) SetConditions

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

SetConditions of this PolicyWebhooks.

func (*PolicyWebhooks) SetDeletionPolicy

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

SetDeletionPolicy of this PolicyWebhooks.

func (*PolicyWebhooks) SetObservation

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

SetObservation for this PolicyWebhooks

func (*PolicyWebhooks) SetParameters

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

SetParameters for this PolicyWebhooks

func (*PolicyWebhooks) SetProviderConfigReference

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

SetProviderConfigReference of this PolicyWebhooks.

func (*PolicyWebhooks) SetProviderReference

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

SetProviderReference of this PolicyWebhooks. Deprecated: Use SetProviderConfigReference.

func (*PolicyWebhooks) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this PolicyWebhooks.

type PolicyWebhooksList

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

PolicyWebhooksList contains a list of PolicyWebhookss

func (*PolicyWebhooksList) DeepCopy

func (in *PolicyWebhooksList) DeepCopy() *PolicyWebhooksList

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

func (*PolicyWebhooksList) DeepCopyInto

func (in *PolicyWebhooksList) DeepCopyInto(out *PolicyWebhooksList)

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

func (*PolicyWebhooksList) DeepCopyObject

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

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

func (*PolicyWebhooksList) GetItems

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

GetItems of this PolicyWebhooksList.

type PolicyWebhooksObservation

type PolicyWebhooksObservation struct {
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

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

	LastFailure *string `json:"lastFailure,omitempty" tf:"last_failure,omitempty"`

	LastSuccess *string `json:"lastSuccess,omitempty" tf:"last_success,omitempty"`

	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*PolicyWebhooksObservation) DeepCopy

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

func (*PolicyWebhooksObservation) DeepCopyInto

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

type PolicyWebhooksParameters

type PolicyWebhooksParameters struct {

	// +kubebuilder:validation:Required
	AccountID *string `json:"accountId" tf:"account_id,omitempty"`

	// +kubebuilder:validation:Optional
	Secret *string `json:"secret,omitempty" tf:"secret,omitempty"`

	// +kubebuilder:validation:Optional
	URL *string `json:"url,omitempty" tf:"url,omitempty"`
}

func (*PolicyWebhooksParameters) DeepCopy

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

func (*PolicyWebhooksParameters) DeepCopyInto

func (in *PolicyWebhooksParameters) DeepCopyInto(out *PolicyWebhooksParameters)

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

type PolicyWebhooksSpec

type PolicyWebhooksSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PolicyWebhooksParameters `json:"forProvider"`
}

PolicyWebhooksSpec defines the desired state of PolicyWebhooks

func (*PolicyWebhooksSpec) DeepCopy

func (in *PolicyWebhooksSpec) DeepCopy() *PolicyWebhooksSpec

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

func (*PolicyWebhooksSpec) DeepCopyInto

func (in *PolicyWebhooksSpec) DeepCopyInto(out *PolicyWebhooksSpec)

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

type PolicyWebhooksStatus

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

PolicyWebhooksStatus defines the observed state of PolicyWebhooks.

func (*PolicyWebhooksStatus) DeepCopy

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

func (*PolicyWebhooksStatus) DeepCopyInto

func (in *PolicyWebhooksStatus) DeepCopyInto(out *PolicyWebhooksStatus)

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