v1alpha1

package
v0.0.0-...-1a4a168 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains the core resources of the aws jet provider. +kubebuilder:object:generate=true +groupName=aws.kubedb.com +versionName=v1alpha1

Index

Constants

View Source
const (
	Group   = "aws.kubedb.com"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)
View Source
var (
	StoreConfigKind             = reflect.TypeOf(StoreConfig{}).Name()
	StoreConfigGroupKind        = schema.GroupKind{Group: Group, Kind: StoreConfigKind}.String()
	StoreConfigKindAPIVersion   = StoreConfigKind + "." + SchemeGroupVersion.String()
	StoreConfigGroupVersionKind = SchemeGroupVersion.WithKind(StoreConfigKind)
)

StoreConfig type metadata.

Functions

This section is empty.

Types

type StoreConfig

type StoreConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   StoreConfigSpec   `json:"spec"`
	Status StoreConfigStatus `json:"status,omitempty"`
}

A StoreConfig configures how aws controller should store connection details. +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:printcolumn:name="TYPE",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="DEFAULT-SCOPE",type="string",JSONPath=".spec.defaultScope" +kubebuilder:resource:scope=Cluster,categories={crossplane,store,aws} +kubebuilder:subresource:status

func (*StoreConfig) GetCondition

func (in *StoreConfig) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this StoreConfig.

func (*StoreConfig) GetStoreConfig

func (in *StoreConfig) GetStoreConfig() xpv1.SecretStoreConfig

GetStoreConfig returns SecretStoreConfig

func (*StoreConfig) SetConditions

func (in *StoreConfig) SetConditions(c ...xpv1.Condition)

SetConditions of this StoreConfig.

type StoreConfigList

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

StoreConfigList contains a list of StoreConfig

type StoreConfigSpec

type StoreConfigSpec struct {
	xpv1.SecretStoreConfig `json:",inline"`
}

A StoreConfigSpec defines the desired state of a ProviderConfig.

type StoreConfigStatus

type StoreConfigStatus struct {
	xpv1.ConditionedStatus `json:",inline"`
}

A StoreConfigStatus represents the status of a StoreConfig.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL