v1alpha1

package
v0.0.0-...-55a10e7 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2020 License: Apache-2.0 Imports: 4 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 initializes a scheme builder
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	// AddToScheme is a global function that registers this API group & version to a scheme
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: operator.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 EFSCSIDriver

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

	Spec   EFSCSIDriverSpec   `json:"spec"`
	Status EFSCSIDriverStatus `json:"status"`
}

EFSCSIDriver is a specification for a EFSCSIDriver resource

func (*EFSCSIDriver) DeepCopy

func (in *EFSCSIDriver) DeepCopy() *EFSCSIDriver

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

func (*EFSCSIDriver) DeepCopyInto

func (in *EFSCSIDriver) DeepCopyInto(out *EFSCSIDriver)

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

func (*EFSCSIDriver) DeepCopyObject

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

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

type EFSCSIDriverList

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

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

EFSCSIDriverList is a list of EFSCSIDriver resources

func (*EFSCSIDriverList) DeepCopy

func (in *EFSCSIDriverList) DeepCopy() *EFSCSIDriverList

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

func (*EFSCSIDriverList) DeepCopyInto

func (in *EFSCSIDriverList) DeepCopyInto(out *EFSCSIDriverList)

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

func (*EFSCSIDriverList) DeepCopyObject

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

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

type EFSCSIDriverSpec

type EFSCSIDriverSpec struct {
	DeploymentName string `json:"deploymentName"`
	Replicas       *int32 `json:"replicas"`
}

EFSCSIDriverSpec is the spec for a EFSCSIDriver resource

func (*EFSCSIDriverSpec) DeepCopy

func (in *EFSCSIDriverSpec) DeepCopy() *EFSCSIDriverSpec

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

func (*EFSCSIDriverSpec) DeepCopyInto

func (in *EFSCSIDriverSpec) DeepCopyInto(out *EFSCSIDriverSpec)

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

type EFSCSIDriverStatus

type EFSCSIDriverStatus struct {
	AvailableReplicas int32 `json:"availableReplicas"`
}

EFSCSIDriverStatus is the status for a EFSCSIDriver resource

func (*EFSCSIDriverStatus) DeepCopy

func (in *EFSCSIDriverStatus) DeepCopy() *EFSCSIDriverStatus

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

func (*EFSCSIDriverStatus) DeepCopyInto

func (in *EFSCSIDriverStatus) DeepCopyInto(out *EFSCSIDriverStatus)

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