v1alpha1

package
v0.0.0-...-54c7bc2 Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: Apache-2.0 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: configurator.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 CustomConfigMap

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

	Spec CustomConfigMapSpec `json:"spec"`
}

CustomConfigMap

func (*CustomConfigMap) DeepCopy

func (in *CustomConfigMap) DeepCopy() *CustomConfigMap

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

func (*CustomConfigMap) DeepCopyInto

func (in *CustomConfigMap) DeepCopyInto(out *CustomConfigMap)

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

func (*CustomConfigMap) DeepCopyObject

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

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

type CustomConfigMapList

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

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

CustomConfigMapList is a list of CustomConfigMap resource

func (*CustomConfigMapList) DeepCopy

func (in *CustomConfigMapList) DeepCopy() *CustomConfigMapList

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

func (*CustomConfigMapList) DeepCopyInto

func (in *CustomConfigMapList) DeepCopyInto(out *CustomConfigMapList)

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

func (*CustomConfigMapList) DeepCopyObject

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

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

type CustomConfigMapSpec

type CustomConfigMapSpec struct {
	ConfigMapName string            `json:"configMapName"`
	Data          map[string]string `json:"data"`
	BinaryData    map[string][]byte `json:"binaryData"`
}

func (*CustomConfigMapSpec) DeepCopy

func (in *CustomConfigMapSpec) DeepCopy() *CustomConfigMapSpec

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

func (*CustomConfigMapSpec) DeepCopyInto

func (in *CustomConfigMapSpec) DeepCopyInto(out *CustomConfigMapSpec)

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

type CustomSecret

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

	Spec CustomSecretSpec `json:"spec"`
}

CustomSecret

func (*CustomSecret) DeepCopy

func (in *CustomSecret) DeepCopy() *CustomSecret

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

func (*CustomSecret) DeepCopyInto

func (in *CustomSecret) DeepCopyInto(out *CustomSecret)

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

func (*CustomSecret) DeepCopyObject

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

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

type CustomSecretList

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

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

CustomSecretList is a list of CustomSecret resource

func (*CustomSecretList) DeepCopy

func (in *CustomSecretList) DeepCopy() *CustomSecretList

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

func (*CustomSecretList) DeepCopyInto

func (in *CustomSecretList) DeepCopyInto(out *CustomSecretList)

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

func (*CustomSecretList) DeepCopyObject

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

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

type CustomSecretSpec

type CustomSecretSpec struct {
	SecretName        string            `json:"secretName"`
	StringData        map[string]string `json:"stringData"`
	Data              map[string][]byte `json:"data"`
	Type              corev1.SecretType `json:"type"`
	SecretAnnotations map[string]string `json:"secretAnnotations"`
}

func (*CustomSecretSpec) DeepCopy

func (in *CustomSecretSpec) DeepCopy() *CustomSecretSpec

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

func (*CustomSecretSpec) DeepCopyInto

func (in *CustomSecretSpec) DeepCopyInto(out *CustomSecretSpec)

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