etcd

package
v0.0.0-...-b9c3673 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package etcd is the internal version of the API. +groupName=etcd.k8s.io

Index

Constants

View Source
const (
	// EtcdStorageReferenceType is reference type of etcdStorage.
	EtcdStorageReferenceType = ReferenceType("EtcdStorage")
)
View Source
const GroupName = "etcdstorage.k8s.io"

GroupName is the name of apiserver's group.

Variables

View Source
var (
	// SchemeBuilder is scheme of known types (etcdStorage).
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)

	// AddToScheme is function for adding to schema.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}

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 back a Group qualified GroupResource

Types

type EtcdStorage

type EtcdStorage struct {
	metav1.TypeMeta
	metav1.ObjectMeta

	Spec   EtcdStorageSpec
	Status EtcdStorageStatus
}

EtcdStorage describe an etcdStorage object.

func (*EtcdStorage) DeepCopy

func (in *EtcdStorage) DeepCopy() *EtcdStorage

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

func (*EtcdStorage) DeepCopyInto

func (in *EtcdStorage) DeepCopyInto(out *EtcdStorage)

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

func (*EtcdStorage) DeepCopyObject

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

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

type EtcdStorageList

type EtcdStorageList struct {
	metav1.TypeMeta
	metav1.ListMeta

	Items []EtcdStorage
}

EtcdStorageList is a list of EtcdStorage objects.

func (*EtcdStorageList) DeepCopy

func (in *EtcdStorageList) DeepCopy() *EtcdStorageList

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

func (*EtcdStorageList) DeepCopyInto

func (in *EtcdStorageList) DeepCopyInto(out *EtcdStorageList)

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

func (*EtcdStorageList) DeepCopyObject

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

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

type EtcdStorageSpec

type EtcdStorageSpec struct {
	// A name of another etcd storage.
	EtcdStorageReference string
	// The reference type.
	ReferenceType ReferenceType
}

EtcdStorageSpec is etcdStorage's spec.

func (*EtcdStorageSpec) DeepCopy

func (in *EtcdStorageSpec) DeepCopy() *EtcdStorageSpec

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

func (*EtcdStorageSpec) DeepCopyInto

func (in *EtcdStorageSpec) DeepCopyInto(out *EtcdStorageSpec)

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

type EtcdStorageStatus

type EtcdStorageStatus struct {
}

EtcdStorageStatus is current status of etcdStorage object.

func (*EtcdStorageStatus) DeepCopy

func (in *EtcdStorageStatus) DeepCopy() *EtcdStorageStatus

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

func (*EtcdStorageStatus) DeepCopyInto

func (in *EtcdStorageStatus) DeepCopyInto(out *EtcdStorageStatus)

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

type ReferenceType

type ReferenceType string

ReferenceType is a string describing reference.

Directories

Path Synopsis
Package v1alpha1 is the v1alpha1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.

Jump to

Keyboard shortcuts

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