v1alpha1

package
v0.0.0-...-976eb9d Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=developer.apig.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "developer.apig.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	App_Kind             = "App"
	App_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: App_Kind}.String()
	App_KindAPIVersion   = App_Kind + "." + CRDGroupVersion.String()
	App_GroupVersionKind = CRDGroupVersion.WithKind(App_Kind)
)

Repository type metadata.

View Source
var (
	AppCredential_Kind             = "AppCredential"
	AppCredential_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AppCredential_Kind}.String()
	AppCredential_KindAPIVersion   = AppCredential_Kind + "." + CRDGroupVersion.String()
	AppCredential_GroupVersionKind = CRDGroupVersion.WithKind(AppCredential_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 App

type App struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AppSpec   `json:"spec"`
	Status            AppStatus `json:"status,omitempty"`
}

App is the Schema for the Apps 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,apigjet}

func (*App) DeepCopy

func (in *App) DeepCopy() *App

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

func (*App) DeepCopyInto

func (in *App) DeepCopyInto(out *App)

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

func (*App) DeepCopyObject

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

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

func (*App) GetCondition

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

GetCondition of this App.

func (*App) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this App

func (*App) GetDeletionPolicy

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

GetDeletionPolicy of this App.

func (*App) GetID

func (tr *App) GetID() string

GetID returns ID of underlying Terraform resource of this App

func (*App) GetObservation

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

GetObservation of this App

func (*App) GetParameters

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

GetParameters of this App

func (*App) GetProviderConfigReference

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

GetProviderConfigReference of this App.

func (*App) GetProviderReference

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

GetProviderReference of this App. Deprecated: Use GetProviderConfigReference.

func (*App) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this App.

func (*App) GetTerraformResourceType

func (mg *App) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this App

func (*App) GetTerraformSchemaVersion

func (tr *App) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*App) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this App.

func (*App) LateInitialize

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

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

func (*App) SetConditions

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

SetConditions of this App.

func (*App) SetDeletionPolicy

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

SetDeletionPolicy of this App.

func (*App) SetObservation

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

SetObservation for this App

func (*App) SetParameters

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

SetParameters for this App

func (*App) SetProviderConfigReference

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

SetProviderConfigReference of this App.

func (*App) SetProviderReference

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

SetProviderReference of this App. Deprecated: Use SetProviderConfigReference.

func (*App) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this App.

func (*App) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this App.

type AppCredential

type AppCredential struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AppCredentialSpec   `json:"spec"`
	Status            AppCredentialStatus `json:"status,omitempty"`
}

AppCredential is the Schema for the AppCredentials 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,apigjet}

func (*AppCredential) DeepCopy

func (in *AppCredential) DeepCopy() *AppCredential

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

func (*AppCredential) DeepCopyInto

func (in *AppCredential) DeepCopyInto(out *AppCredential)

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

func (*AppCredential) DeepCopyObject

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

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

func (*AppCredential) GetCondition

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

GetCondition of this AppCredential.

func (*AppCredential) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this AppCredential

func (*AppCredential) GetDeletionPolicy

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

GetDeletionPolicy of this AppCredential.

func (*AppCredential) GetID

func (tr *AppCredential) GetID() string

GetID returns ID of underlying Terraform resource of this AppCredential

func (*AppCredential) GetObservation

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

GetObservation of this AppCredential

func (*AppCredential) GetParameters

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

GetParameters of this AppCredential

func (*AppCredential) GetProviderConfigReference

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

GetProviderConfigReference of this AppCredential.

func (*AppCredential) GetProviderReference

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

GetProviderReference of this AppCredential. Deprecated: Use GetProviderConfigReference.

func (*AppCredential) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this AppCredential.

func (*AppCredential) GetTerraformResourceType

func (mg *AppCredential) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AppCredential

func (*AppCredential) GetTerraformSchemaVersion

func (tr *AppCredential) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AppCredential) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this AppCredential.

func (*AppCredential) LateInitialize

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

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

func (*AppCredential) SetConditions

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

SetConditions of this AppCredential.

func (*AppCredential) SetDeletionPolicy

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

SetDeletionPolicy of this AppCredential.

func (*AppCredential) SetObservation

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

SetObservation for this AppCredential

func (*AppCredential) SetParameters

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

SetParameters for this AppCredential

func (*AppCredential) SetProviderConfigReference

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

SetProviderConfigReference of this AppCredential.

func (*AppCredential) SetProviderReference

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

SetProviderReference of this AppCredential. Deprecated: Use SetProviderConfigReference.

func (*AppCredential) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this AppCredential.

func (*AppCredential) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this AppCredential.

type AppCredentialList

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

AppCredentialList contains a list of AppCredentials

func (*AppCredentialList) DeepCopy

func (in *AppCredentialList) DeepCopy() *AppCredentialList

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

func (*AppCredentialList) DeepCopyInto

func (in *AppCredentialList) DeepCopyInto(out *AppCredentialList)

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

func (*AppCredentialList) DeepCopyObject

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

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

func (*AppCredentialList) GetItems

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

GetItems of this AppCredentialList.

type AppCredentialObservation

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

func (*AppCredentialObservation) DeepCopy

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

func (*AppCredentialObservation) DeepCopyInto

func (in *AppCredentialObservation) DeepCopyInto(out *AppCredentialObservation)

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

type AppCredentialParameters

type AppCredentialParameters struct {

	// +kubebuilder:validation:Optional
	APIProducts []*string `json:"apiProducts,omitempty" tf:"api_products,omitempty"`

	// +kubebuilder:validation:Optional
	Attributes map[string]*string `json:"attributes,omitempty" tf:"attributes,omitempty"`

	// +kubebuilder:validation:Required
	ConsumerKey *string `json:"consumerKey" tf:"consumer_key,omitempty"`

	// +kubebuilder:validation:Required
	ConsumerSecretSecretRef v1.SecretKeySelector `json:"consumerSecretSecretRef" tf:"-"`

	// +kubebuilder:validation:Required
	DeveloperAppName *string `json:"developerAppName" tf:"developer_app_name,omitempty"`

	// +kubebuilder:validation:Required
	DeveloperEmail *string `json:"developerEmail" tf:"developer_email,omitempty"`

	// +kubebuilder:validation:Optional
	Scopes []*string `json:"scopes,omitempty" tf:"scopes,omitempty"`
}

func (*AppCredentialParameters) DeepCopy

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

func (*AppCredentialParameters) DeepCopyInto

func (in *AppCredentialParameters) DeepCopyInto(out *AppCredentialParameters)

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

type AppCredentialSpec

type AppCredentialSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AppCredentialParameters `json:"forProvider"`
}

AppCredentialSpec defines the desired state of AppCredential

func (*AppCredentialSpec) DeepCopy

func (in *AppCredentialSpec) DeepCopy() *AppCredentialSpec

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

func (*AppCredentialSpec) DeepCopyInto

func (in *AppCredentialSpec) DeepCopyInto(out *AppCredentialSpec)

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

type AppCredentialStatus

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

AppCredentialStatus defines the observed state of AppCredential.

func (*AppCredentialStatus) DeepCopy

func (in *AppCredentialStatus) DeepCopy() *AppCredentialStatus

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

func (*AppCredentialStatus) DeepCopyInto

func (in *AppCredentialStatus) DeepCopyInto(out *AppCredentialStatus)

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

type AppList

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

AppList contains a list of Apps

func (*AppList) DeepCopy

func (in *AppList) DeepCopy() *AppList

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

func (*AppList) DeepCopyInto

func (in *AppList) DeepCopyInto(out *AppList)

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

func (*AppList) DeepCopyObject

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

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

func (*AppList) GetItems

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

GetItems of this AppList.

type AppObservation

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

func (*AppObservation) DeepCopy

func (in *AppObservation) DeepCopy() *AppObservation

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

func (*AppObservation) DeepCopyInto

func (in *AppObservation) DeepCopyInto(out *AppObservation)

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

type AppParameters

type AppParameters struct {

	// +kubebuilder:validation:Optional
	Attributes map[string]*string `json:"attributes,omitempty" tf:"attributes,omitempty"`

	// +kubebuilder:validation:Optional
	CallbackURL *string `json:"callbackUrl,omitempty" tf:"callback_url,omitempty"`

	// +kubebuilder:validation:Required
	DeveloperEmail *string `json:"developerEmail" tf:"developer_email,omitempty"`
}

func (*AppParameters) DeepCopy

func (in *AppParameters) DeepCopy() *AppParameters

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

func (*AppParameters) DeepCopyInto

func (in *AppParameters) DeepCopyInto(out *AppParameters)

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

type AppSpec

type AppSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AppParameters `json:"forProvider"`
}

AppSpec defines the desired state of App

func (*AppSpec) DeepCopy

func (in *AppSpec) DeepCopy() *AppSpec

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

func (*AppSpec) DeepCopyInto

func (in *AppSpec) DeepCopyInto(out *AppSpec)

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

type AppStatus

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

AppStatus defines the observed state of App.

func (*AppStatus) DeepCopy

func (in *AppStatus) DeepCopy() *AppStatus

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

func (*AppStatus) DeepCopyInto

func (in *AppStatus) DeepCopyInto(out *AppStatus)

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