v1alpha1

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Overview

Package v1alpha1 is the v1alpha1 version of the API. +groupName=cryptopussecretcontroller.puzzle.ch

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: cryptopussecretcontroller.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 SecretClaim

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

	Spec   SecretClaimSpec   `json:"spec"`
	Status SecretClaimStatus `json:"status"`
}

SecretClaim is a specification for a SecretClaim resource

func (*SecretClaim) DeepCopy

func (in *SecretClaim) DeepCopy() *SecretClaim

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

func (*SecretClaim) DeepCopyInto

func (in *SecretClaim) DeepCopyInto(out *SecretClaim)

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

func (*SecretClaim) DeepCopyObject

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

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

type SecretClaimList

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

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

SecretClaimList is a list of Foo resources

func (*SecretClaimList) DeepCopy

func (in *SecretClaimList) DeepCopy() *SecretClaimList

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

func (*SecretClaimList) DeepCopyInto

func (in *SecretClaimList) DeepCopyInto(out *SecretClaimList)

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

func (*SecretClaimList) DeepCopyObject

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

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

type SecretClaimSpec

type SecretClaimSpec struct {
	Id              []int32 `json:"id"`
	SecretName      string  `json:"secretName"`
	RefreshTime     int32   `json:"refreshTime"`
	CryptopusSecret string  `json:"cryptopusSecret"`
}

SecretClaimSpec is the spec for a Foo resource

func (*SecretClaimSpec) DeepCopy

func (in *SecretClaimSpec) DeepCopy() *SecretClaimSpec

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

func (*SecretClaimSpec) DeepCopyInto

func (in *SecretClaimSpec) DeepCopyInto(out *SecretClaimSpec)

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

type SecretClaimStatus

type SecretClaimStatus struct {
	LastUpdate int32  `json:"lastUpdate"`
	Phase      string `json:"phase", default:"init"`
}

SecretClaimStatus is the status for a Foo resource

func (*SecretClaimStatus) DeepCopy

func (in *SecretClaimStatus) DeepCopy() *SecretClaimStatus

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

func (*SecretClaimStatus) DeepCopyInto

func (in *SecretClaimStatus) DeepCopyInto(out *SecretClaimStatus)

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