v1alpha1

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the credstash v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=credstash.ouzi.tech

Package v1alpha1 contains API Schema definitions for the credstash v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=credstash.ouzi.tech

Index

Constants

This section is empty.

Variables

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

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

Functions

Types

type CredstashSecret

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

	Spec   CredstashSecretSpec   `json:"spec,omitempty"`
	Status CredstashSecretStatus `json:"status,omitempty"`
}

CredstashSecret is the Schema for the credstashsecrets API +kubebuilder:subresource:status +kubebuilder:resource:path=credstashsecrets,scope=Namespaced +kubebuilder:printcolumn:name="Secret",type="string",JSONPath=".status.name",description="The managed secret"

func (*CredstashSecret) DeepCopy

func (in *CredstashSecret) DeepCopy() *CredstashSecret

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

func (*CredstashSecret) DeepCopyInto

func (in *CredstashSecret) DeepCopyInto(out *CredstashSecret)

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

func (*CredstashSecret) DeepCopyObject

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

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

type CredstashSecretDef

type CredstashSecretDef struct {
	Name    string            `json:"name,omitempty"`
	Key     string            `json:"key,omitempty"`
	Table   string            `json:"table,omitempty"`
	Version string            `json:"version,omitempty"`
	Context map[string]string `json:"context,omitempty"`
}

func (*CredstashSecretDef) DeepCopy

func (in *CredstashSecretDef) DeepCopy() *CredstashSecretDef

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

func (*CredstashSecretDef) DeepCopyInto

func (in *CredstashSecretDef) DeepCopyInto(out *CredstashSecretDef)

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

type CredstashSecretList

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

CredstashSecretList contains a list of CredstashSecret

func (*CredstashSecretList) DeepCopy

func (in *CredstashSecretList) DeepCopy() *CredstashSecretList

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

func (*CredstashSecretList) DeepCopyInto

func (in *CredstashSecretList) DeepCopyInto(out *CredstashSecretList)

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

func (*CredstashSecretList) DeepCopyObject

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

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

type CredstashSecretSpec

type CredstashSecretSpec struct {
	SecretName string               `json:"name,omitempty"`
	Secrets    []CredstashSecretDef `json:"secrets,omitempty"`
	SecretType corev1.SecretType    `json:"type,omitempty"`
}

CredstashSecretSpec defines the desired state of CredstashSecret

func (*CredstashSecretSpec) DeepCopy

func (in *CredstashSecretSpec) DeepCopy() *CredstashSecretSpec

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

func (*CredstashSecretSpec) DeepCopyInto

func (in *CredstashSecretSpec) DeepCopyInto(out *CredstashSecretSpec)

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

type CredstashSecretStatus

type CredstashSecretStatus struct {
	SecretName string `json:"name,omitempty"`
}

CredstashSecretStatus defines the observed state of CredstashSecret

func (*CredstashSecretStatus) DeepCopy

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

func (*CredstashSecretStatus) DeepCopyInto

func (in *CredstashSecretStatus) DeepCopyInto(out *CredstashSecretStatus)

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