v1alpha1

package
v0.0.0-...-c864fc6 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the secret v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=secret.levigross.com

Package v1alpha1 contains API Schema definitions for the secret v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=secret.levigross.com

Index

Constants

This section is empty.

Variables

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

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

Functions

Types

type EncryptedSecret

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

	Spec   EncryptedSecretSpec   `json:"spec,omitempty"`
	Status EncryptedSecretStatus `json:"status,omitempty"`
}

EncryptedSecret is the Schema for the encryptedsecrets API +kubebuilder:subresource:status +kubebuilder:resource:path=encryptedsecrets,scope=Namespaced

func (*EncryptedSecret) DeepCopy

func (in *EncryptedSecret) DeepCopy() *EncryptedSecret

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

func (*EncryptedSecret) DeepCopyInto

func (in *EncryptedSecret) DeepCopyInto(out *EncryptedSecret)

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

func (*EncryptedSecret) DeepCopyObject

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

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

type EncryptedSecretList

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

EncryptedSecretList contains a list of EncryptedSecret

func (*EncryptedSecretList) DeepCopy

func (in *EncryptedSecretList) DeepCopy() *EncryptedSecretList

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

func (*EncryptedSecretList) DeepCopyInto

func (in *EncryptedSecretList) DeepCopyInto(out *EncryptedSecretList)

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

func (*EncryptedSecretList) DeepCopyObject

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

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

type EncryptedSecretSpec

type EncryptedSecretSpec struct {
	corev1.Secret `json:",inline"`
}

EncryptedSecretSpec defines the desired state of EncryptedSecret

func (*EncryptedSecretSpec) DeepCopy

func (in *EncryptedSecretSpec) DeepCopy() *EncryptedSecretSpec

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

func (*EncryptedSecretSpec) DeepCopyInto

func (in *EncryptedSecretSpec) DeepCopyInto(out *EncryptedSecretSpec)

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

type EncryptedSecretStatus

type EncryptedSecretStatus struct {
	SecretStatus []status.KeyStatus `json:"secretStatus"`
}

EncryptedSecretStatus defines the observed state of EncryptedSecret

func (*EncryptedSecretStatus) DeepCopy

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

func (*EncryptedSecretStatus) DeepCopyInto

func (in *EncryptedSecretStatus) DeepCopyInto(out *EncryptedSecretStatus)

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