v1alpha1

package
v0.0.0-...-23e3d66 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the cfn v1alpha1 API group +kubebuilder:object:generate=true +groupName=cfn.jerry153fish.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "cfn.jerry153fish.com", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type CloudformationOutput

type CloudformationOutput struct {
	//+kubebuilder:validation:MinLength=1
	StackName string `json:"stackName"`

	//+kubebuilder:validation:MinLength=1
	KeyName string `json:"key"`

	//+kubebuilder:validation:MinLength=1
	OutputKey string `json:"outputKey"`

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

func (*CloudformationOutput) DeepCopy

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

func (*CloudformationOutput) DeepCopyInto

func (in *CloudformationOutput) DeepCopyInto(out *CloudformationOutput)

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

type PlainCred

type PlainCred struct {
	//+kubebuilder:validation:MinLength=1
	KeyName string `json:"key"`

	//+kubebuilder:validation:MinLength=1
	Value string `json:"value"`

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

func (*PlainCred) DeepCopy

func (in *PlainCred) DeepCopy() *PlainCred

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

func (*PlainCred) DeepCopyInto

func (in *PlainCred) DeepCopyInto(out *PlainCred)

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

type Secrets

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

	Spec   SecretsSpec   `json:"spec,omitempty"`
	Status SecretsStatus `json:"status,omitempty"`
}

Secrets is the Schema for the secrets API

func (*Secrets) DeepCopy

func (in *Secrets) DeepCopy() *Secrets

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

func (*Secrets) DeepCopyInto

func (in *Secrets) DeepCopyInto(out *Secrets)

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

func (*Secrets) DeepCopyObject

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

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

type SecretsList

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

SecretsList contains a list of Secrets

func (*SecretsList) DeepCopy

func (in *SecretsList) DeepCopy() *SecretsList

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

func (*SecretsList) DeepCopyInto

func (in *SecretsList) DeepCopyInto(out *SecretsList)

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

func (*SecretsList) DeepCopyObject

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

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

type SecretsSpec

type SecretsSpec struct {

	// Foo is an example field of Secrets. Edit secrets_types.go to remove/update
	SecretName string                 `json:"secretName,omitempty"`
	Cfn        []CloudformationOutput `json:"cfn,omitempty"`
	PlainCreds []PlainCred            `json:"plainCreds,omitempty"`
}

SecretsSpec defines the desired state of Secrets

func (*SecretsSpec) DeepCopy

func (in *SecretsSpec) DeepCopy() *SecretsSpec

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

func (*SecretsSpec) DeepCopyInto

func (in *SecretsSpec) DeepCopyInto(out *SecretsSpec)

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

type SecretsStatus

type SecretsStatus struct {
}

SecretsStatus defines the observed state of Secrets

func (*SecretsStatus) DeepCopy

func (in *SecretsStatus) DeepCopy() *SecretsStatus

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

func (*SecretsStatus) DeepCopyInto

func (in *SecretsStatus) DeepCopyInto(out *SecretsStatus)

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