v1alpha1

package
v0.0.0-...-e995ff0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 is the v1alpha1 version of the API.

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: crypt.GroupName, Version: "v1alpha1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Crypt

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

	Spec   CryptSpec   `json:"spec"`
	Status CryptStatus `json:"status"`
}

Crypt is a specification for a Crypt resource

func (*Crypt) DeepCopy

func (in *Crypt) DeepCopy() *Crypt

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

func (*Crypt) DeepCopyInto

func (in *Crypt) DeepCopyInto(out *Crypt)

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

func (*Crypt) DeepCopyObject

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

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

type CryptList

type CryptList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []Crypt `json:"items"`
}

CryptList is a list of Crypt resources

func (*CryptList) DeepCopy

func (in *CryptList) DeepCopy() *CryptList

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

func (*CryptList) DeepCopyInto

func (in *CryptList) DeepCopyInto(out *CryptList)

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

func (*CryptList) DeepCopyObject

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

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

type CryptSpec

type CryptSpec struct {
	Secrets    []SecretDefinition `json:"secrets"`
	Namespaces []string           `json:"namespaces"`
}

func (*CryptSpec) DeepCopy

func (in *CryptSpec) DeepCopy() *CryptSpec

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

func (*CryptSpec) DeepCopyInto

func (in *CryptSpec) DeepCopyInto(out *CryptSpec)

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

type CryptStatus

type CryptStatus struct {
}

func (*CryptStatus) DeepCopy

func (in *CryptStatus) DeepCopy() *CryptStatus

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

func (*CryptStatus) DeepCopyInto

func (in *CryptStatus) DeepCopyInto(out *CryptStatus)

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

type SecretDefinition

type SecretDefinition struct {
	Name        string            `json:"name"`
	Type        string            `json:"type"`
	Key         string            `json:"key"`
	Labels      map[string]string `json:"labels"`
	Annotations map[string]string `json:"annotations"`
}

func (*SecretDefinition) DeepCopy

func (in *SecretDefinition) DeepCopy() *SecretDefinition

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

func (*SecretDefinition) DeepCopyInto

func (in *SecretDefinition) DeepCopyInto(out *SecretDefinition)

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

func (*SecretDefinition) GetAnnotations

func (in *SecretDefinition) GetAnnotations() map[string]string

func (*SecretDefinition) GetKey

func (in *SecretDefinition) GetKey() string

func (*SecretDefinition) GetLabels

func (in *SecretDefinition) GetLabels() map[string]string

func (*SecretDefinition) GetName

func (in *SecretDefinition) GetName() string

func (*SecretDefinition) GetType

func (in *SecretDefinition) GetType() string

Jump to

Keyboard shortcuts

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