v1alpha1

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=tag.pagerduty.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "tag.pagerduty.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Assignment_Kind             = "Assignment"
	Assignment_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Assignment_Kind}.String()
	Assignment_KindAPIVersion   = Assignment_Kind + "." + CRDGroupVersion.String()
	Assignment_GroupVersionKind = CRDGroupVersion.WithKind(Assignment_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
)

Functions

This section is empty.

Types

type Assignment

type Assignment struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AssignmentSpec   `json:"spec"`
	Status            AssignmentStatus `json:"status,omitempty"`
}

Assignment is the Schema for the Assignments 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,pagerdutyjet}

func (*Assignment) DeepCopy

func (in *Assignment) DeepCopy() *Assignment

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

func (*Assignment) DeepCopyInto

func (in *Assignment) DeepCopyInto(out *Assignment)

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

func (*Assignment) DeepCopyObject

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

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

func (*Assignment) GetCondition

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

GetCondition of this Assignment.

func (*Assignment) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Assignment

func (*Assignment) GetDeletionPolicy

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

GetDeletionPolicy of this Assignment.

func (*Assignment) GetID

func (tr *Assignment) GetID() string

GetID returns ID of underlying Terraform resource of this Assignment

func (*Assignment) GetObservation

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

GetObservation of this Assignment

func (*Assignment) GetParameters

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

GetParameters of this Assignment

func (*Assignment) GetProviderConfigReference

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

GetProviderConfigReference of this Assignment.

func (*Assignment) GetProviderReference

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

GetProviderReference of this Assignment. Deprecated: Use GetProviderConfigReference.

func (*Assignment) GetTerraformResourceType

func (mg *Assignment) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Assignment

func (*Assignment) GetTerraformSchemaVersion

func (tr *Assignment) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Assignment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Assignment.

func (*Assignment) LateInitialize

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

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

func (*Assignment) SetConditions

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

SetConditions of this Assignment.

func (*Assignment) SetDeletionPolicy

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

SetDeletionPolicy of this Assignment.

func (*Assignment) SetObservation

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

SetObservation for this Assignment

func (*Assignment) SetParameters

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

SetParameters for this Assignment

func (*Assignment) SetProviderConfigReference

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

SetProviderConfigReference of this Assignment.

func (*Assignment) SetProviderReference

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

SetProviderReference of this Assignment. Deprecated: Use SetProviderConfigReference.

func (*Assignment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Assignment.

type AssignmentList

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

AssignmentList contains a list of Assignments

func (*AssignmentList) DeepCopy

func (in *AssignmentList) DeepCopy() *AssignmentList

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

func (*AssignmentList) DeepCopyInto

func (in *AssignmentList) DeepCopyInto(out *AssignmentList)

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

func (*AssignmentList) DeepCopyObject

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

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

func (*AssignmentList) GetItems

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

GetItems of this AssignmentList.

type AssignmentObservation

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

func (*AssignmentObservation) DeepCopy

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

func (*AssignmentObservation) DeepCopyInto

func (in *AssignmentObservation) DeepCopyInto(out *AssignmentObservation)

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

type AssignmentParameters

type AssignmentParameters struct {

	// +kubebuilder:validation:Required
	EntityID *string `json:"entityId" tf:"entity_id,omitempty"`

	// +kubebuilder:validation:Required
	EntityType *string `json:"entityType" tf:"entity_type,omitempty"`

	// +kubebuilder:validation:Required
	TagID *string `json:"tagId" tf:"tag_id,omitempty"`
}

func (*AssignmentParameters) DeepCopy

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

func (*AssignmentParameters) DeepCopyInto

func (in *AssignmentParameters) DeepCopyInto(out *AssignmentParameters)

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

type AssignmentSpec

type AssignmentSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AssignmentParameters `json:"forProvider"`
}

AssignmentSpec defines the desired state of Assignment

func (*AssignmentSpec) DeepCopy

func (in *AssignmentSpec) DeepCopy() *AssignmentSpec

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

func (*AssignmentSpec) DeepCopyInto

func (in *AssignmentSpec) DeepCopyInto(out *AssignmentSpec)

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

type AssignmentStatus

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

AssignmentStatus defines the observed state of Assignment.

func (*AssignmentStatus) DeepCopy

func (in *AssignmentStatus) DeepCopy() *AssignmentStatus

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

func (*AssignmentStatus) DeepCopyInto

func (in *AssignmentStatus) DeepCopyInto(out *AssignmentStatus)

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