v1beta1

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: Apache-2.0, Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package v1beta1 is a generated protocol buffer package.

It is generated from these files:

k8s.io/kubernetes/vendor/k8s.io/api/storage/v1beta1/generated.proto

It has these top-level messages:

CSIDriver
CSIDriverList
CSIDriverSpec
CSINode
CSINodeDriver
CSINodeList
CSINodeSpec
StorageClass
StorageClassList
VolumeAttachment
VolumeAttachmentList
VolumeAttachmentSource
VolumeAttachmentSpec
VolumeAttachmentStatus
VolumeError

Index

Constants

View Source
const GroupName = "storage.k8s.io"

GroupName is the group name use in this package

Variables

View Source
var (
	ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type CSIDriver added in v1.14.0

type CSIDriver struct {
	metav1.TypeMeta `json:",inline"`

	// Standard object metadata.
	// metadata.Name indicates the name of the CSI driver that this object
	// refers to; it MUST be the same name returned by the CSI GetPluginName()
	// call for that driver.
	// The driver name must be 63 characters or less, beginning and ending with
	// an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and
	// alphanumerics between.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Specification of the CSI Driver.
	Spec CSIDriverSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
}

CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.

func (*CSIDriver) DeepCopy added in v1.14.0

func (in *CSIDriver) DeepCopy() *CSIDriver

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

func (*CSIDriver) DeepCopyInto added in v1.14.0

func (in *CSIDriver) DeepCopyInto(out *CSIDriver)

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

func (*CSIDriver) DeepCopyObject added in v1.14.0

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

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

func (*CSIDriver) Descriptor added in v1.14.0

func (*CSIDriver) Descriptor() ([]byte, []int)

func (*CSIDriver) Marshal added in v1.14.0

func (m *CSIDriver) Marshal() (dAtA []byte, err error)

func (*CSIDriver) MarshalTo added in v1.14.0

func (m *CSIDriver) MarshalTo(dAtA []byte) (int, error)

func (*CSIDriver) ProtoMessage added in v1.14.0

func (*CSIDriver) ProtoMessage()

func (*CSIDriver) Reset added in v1.14.0

func (m *CSIDriver) Reset()

func (*CSIDriver) Size added in v1.14.0

func (m *CSIDriver) Size() (n int)

func (*CSIDriver) String added in v1.14.0

func (this *CSIDriver) String() string

func (CSIDriver) SwaggerDoc added in v1.14.0

func (CSIDriver) SwaggerDoc() map[string]string

func (*CSIDriver) Unmarshal added in v1.14.0

func (m *CSIDriver) Unmarshal(dAtA []byte) error

type CSIDriverList added in v1.14.0

type CSIDriverList struct {
	metav1.TypeMeta `json:",inline"`

	// Standard list metadata
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// items is the list of CSIDriver
	Items []CSIDriver `json:"items" protobuf:"bytes,2,rep,name=items"`
}

CSIDriverList is a collection of CSIDriver objects.

func (*CSIDriverList) DeepCopy added in v1.14.0

func (in *CSIDriverList) DeepCopy() *CSIDriverList

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

func (*CSIDriverList) DeepCopyInto added in v1.14.0

func (in *CSIDriverList) DeepCopyInto(out *CSIDriverList)

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

func (*CSIDriverList) DeepCopyObject added in v1.14.0

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

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

func (*CSIDriverList) Descriptor added in v1.14.0

func (*CSIDriverList) Descriptor() ([]byte, []int)

func (*CSIDriverList) Marshal added in v1.14.0

func (m *CSIDriverList) Marshal() (dAtA []byte, err error)

func (*CSIDriverList) MarshalTo added in v1.14.0

func (m *CSIDriverList) MarshalTo(dAtA []byte) (int, error)

func (*CSIDriverList) ProtoMessage added in v1.14.0

func (*CSIDriverList) ProtoMessage()

func (*CSIDriverList) Reset added in v1.14.0

func (m *CSIDriverList) Reset()

func (*CSIDriverList) Size added in v1.14.0

func (m *CSIDriverList) Size() (n int)

func (*CSIDriverList) String added in v1.14.0

func (this *CSIDriverList) String() string

func (CSIDriverList) SwaggerDoc added in v1.14.0

func (CSIDriverList) SwaggerDoc() map[string]string

func (*CSIDriverList) Unmarshal added in v1.14.0

func (m *CSIDriverList) Unmarshal(dAtA []byte) error

type CSIDriverSpec added in v1.14.0

type CSIDriverSpec struct {
	// attachRequired indicates this CSI volume driver requires an attach
	// operation (because it implements the CSI ControllerPublishVolume()
	// method), and that the Kubernetes attach detach controller should call
	// the attach volume interface which checks the volumeattachment status
	// and waits until the volume is attached before proceeding to mounting.
	// The CSI external-attacher coordinates with CSI volume driver and updates
	// the volumeattachment status when the attach operation is complete.
	// If the CSIDriverRegistry feature gate is enabled and the value is
	// specified to false, the attach operation will be skipped.
	// Otherwise the attach operation will be called.
	// +optional
	AttachRequired *bool `json:"attachRequired,omitempty" protobuf:"varint,1,opt,name=attachRequired"`

	// If set to true, podInfoOnMount indicates this CSI volume driver
	// requires additional pod information (like podName, podUID, etc.) during
	// mount operations.
	// If set to false, pod information will not be passed on mount.
	// Default is false.
	// The CSI driver specifies podInfoOnMount as part of driver deployment.
	// If true, Kubelet will pass pod information as VolumeContext in the CSI
	// NodePublishVolume() calls.
	// The CSI driver is responsible for parsing and validating the information
	// passed in as VolumeContext.
	// The following VolumeConext will be passed if podInfoOnMount is set to true.
	// This list might grow, but the prefix will be used.
	// "csi.storage.k8s.io/pod.name": pod.Name
	// "csi.storage.k8s.io/pod.namespace": pod.Namespace
	// "csi.storage.k8s.io/pod.uid": string(pod.UID)
	// +optional
	PodInfoOnMount *bool `json:"podInfoOnMount,omitempty" protobuf:"bytes,2,opt,name=podInfoOnMount"`
}

CSIDriverSpec is the specification of a CSIDriver.

func (*CSIDriverSpec) DeepCopy added in v1.14.0

func (in *CSIDriverSpec) DeepCopy() *CSIDriverSpec

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

func (*CSIDriverSpec) DeepCopyInto added in v1.14.0

func (in *CSIDriverSpec) DeepCopyInto(out *CSIDriverSpec)

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

func (*CSIDriverSpec) Descriptor added in v1.14.0

func (*CSIDriverSpec) Descriptor() ([]byte, []int)

func (*CSIDriverSpec) Marshal added in v1.14.0

func (m *CSIDriverSpec) Marshal() (dAtA []byte, err error)

func (*CSIDriverSpec) MarshalTo added in v1.14.0

func (m *CSIDriverSpec) MarshalTo(dAtA []byte) (int, error)

func (*CSIDriverSpec) ProtoMessage added in v1.14.0

func (*CSIDriverSpec) ProtoMessage()

func (*CSIDriverSpec) Reset added in v1.14.0

func (m *CSIDriverSpec) Reset()

func (*CSIDriverSpec) Size added in v1.14.0

func (m *CSIDriverSpec) Size() (n int)

func (*CSIDriverSpec) String added in v1.14.0

func (this *CSIDriverSpec) String() string

func (CSIDriverSpec) SwaggerDoc added in v1.14.0

func (CSIDriverSpec) SwaggerDoc() map[string]string

func (*CSIDriverSpec) Unmarshal added in v1.14.0

func (m *CSIDriverSpec) Unmarshal(dAtA []byte) error

type CSINode added in v1.14.0

type CSINode struct {
	metav1.TypeMeta `json:",inline"`

	// metadata.name must be the Kubernetes node name.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// spec is the specification of CSINode
	Spec CSINodeSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
}

CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.

func (*CSINode) DeepCopy added in v1.14.0

func (in *CSINode) DeepCopy() *CSINode

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

func (*CSINode) DeepCopyInto added in v1.14.0

func (in *CSINode) DeepCopyInto(out *CSINode)

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

func (*CSINode) DeepCopyObject added in v1.14.0

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

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

func (*CSINode) Descriptor added in v1.14.0

func (*CSINode) Descriptor() ([]byte, []int)

func (*CSINode) Marshal added in v1.14.0

func (m *CSINode) Marshal() (dAtA []byte, err error)

func (*CSINode) MarshalTo added in v1.14.0

func (m *CSINode) MarshalTo(dAtA []byte) (int, error)

func (*CSINode) ProtoMessage added in v1.14.0

func (*CSINode) ProtoMessage()

func (*CSINode) Reset added in v1.14.0

func (m *CSINode) Reset()

func (*CSINode) Size added in v1.14.0

func (m *CSINode) Size() (n int)

func (*CSINode) String added in v1.14.0

func (this *CSINode) String() string

func (CSINode) SwaggerDoc added in v1.14.0

func (CSINode) SwaggerDoc() map[string]string

func (*CSINode) Unmarshal added in v1.14.0

func (m *CSINode) Unmarshal(dAtA []byte) error

type CSINodeDriver added in v1.14.0

type CSINodeDriver struct {
	// This is the name of the CSI driver that this object refers to.
	// This MUST be the same name returned by the CSI GetPluginName() call for
	// that driver.
	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`

	// nodeID of the node from the driver point of view.
	// This field enables Kubernetes to communicate with storage systems that do
	// not share the same nomenclature for nodes. For example, Kubernetes may
	// refer to a given node as "node1", but the storage system may refer to
	// the same node as "nodeA". When Kubernetes issues a command to the storage
	// system to attach a volume to a specific node, it can use this field to
	// refer to the node name using the ID that the storage system will
	// understand, e.g. "nodeA" instead of "node1". This field is required.
	NodeID string `json:"nodeID" protobuf:"bytes,2,opt,name=nodeID"`

	// topologyKeys is the list of keys supported by the driver.
	// When a driver is initialized on a cluster, it provides a set of topology
	// keys that it understands (e.g. "company.com/zone", "company.com/region").
	// When a driver is initialized on a node, it provides the same topology keys
	// along with values. Kubelet will expose these topology keys as labels
	// on its own node object.
	// When Kubernetes does topology aware provisioning, it can use this list to
	// determine which labels it should retrieve from the node object and pass
	// back to the driver.
	// It is possible for different nodes to use different topology keys.
	// This can be empty if driver does not support topology.
	// +optional
	TopologyKeys []string `json:"topologyKeys" protobuf:"bytes,3,rep,name=topologyKeys"`
}

CSINodeDriver holds information about the specification of one CSI driver installed on a node

func (*CSINodeDriver) DeepCopy added in v1.14.0

func (in *CSINodeDriver) DeepCopy() *CSINodeDriver

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

func (*CSINodeDriver) DeepCopyInto added in v1.14.0

func (in *CSINodeDriver) DeepCopyInto(out *CSINodeDriver)

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

func (*CSINodeDriver) Descriptor added in v1.14.0

func (*CSINodeDriver) Descriptor() ([]byte, []int)

func (*CSINodeDriver) Marshal added in v1.14.0

func (m *CSINodeDriver) Marshal() (dAtA []byte, err error)

func (*CSINodeDriver) MarshalTo added in v1.14.0

func (m *CSINodeDriver) MarshalTo(dAtA []byte) (int, error)

func (*CSINodeDriver) ProtoMessage added in v1.14.0

func (*CSINodeDriver) ProtoMessage()

func (*CSINodeDriver) Reset added in v1.14.0

func (m *CSINodeDriver) Reset()

func (*CSINodeDriver) Size added in v1.14.0

func (m *CSINodeDriver) Size() (n int)

func (*CSINodeDriver) String added in v1.14.0

func (this *CSINodeDriver) String() string

func (CSINodeDriver) SwaggerDoc added in v1.14.0

func (CSINodeDriver) SwaggerDoc() map[string]string

func (*CSINodeDriver) Unmarshal added in v1.14.0

func (m *CSINodeDriver) Unmarshal(dAtA []byte) error

type CSINodeList added in v1.14.0

type CSINodeList struct {
	metav1.TypeMeta `json:",inline"`

	// Standard list metadata
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// items is the list of CSINode
	Items []CSINode `json:"items" protobuf:"bytes,2,rep,name=items"`
}

CSINodeList is a collection of CSINode objects.

func (*CSINodeList) DeepCopy added in v1.14.0

func (in *CSINodeList) DeepCopy() *CSINodeList

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

func (*CSINodeList) DeepCopyInto added in v1.14.0

func (in *CSINodeList) DeepCopyInto(out *CSINodeList)

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

func (*CSINodeList) DeepCopyObject added in v1.14.0

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

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

func (*CSINodeList) Descriptor added in v1.14.0

func (*CSINodeList) Descriptor() ([]byte, []int)

func (*CSINodeList) Marshal added in v1.14.0

func (m *CSINodeList) Marshal() (dAtA []byte, err error)

func (*CSINodeList) MarshalTo added in v1.14.0

func (m *CSINodeList) MarshalTo(dAtA []byte) (int, error)

func (*CSINodeList) ProtoMessage added in v1.14.0

func (*CSINodeList) ProtoMessage()

func (*CSINodeList) Reset added in v1.14.0

func (m *CSINodeList) Reset()

func (*CSINodeList) Size added in v1.14.0

func (m *CSINodeList) Size() (n int)

func (*CSINodeList) String added in v1.14.0

func (this *CSINodeList) String() string

func (CSINodeList) SwaggerDoc added in v1.14.0

func (CSINodeList) SwaggerDoc() map[string]string

func (*CSINodeList) Unmarshal added in v1.14.0

func (m *CSINodeList) Unmarshal(dAtA []byte) error

type CSINodeSpec added in v1.14.0

type CSINodeSpec struct {
	// drivers is a list of information of all CSI Drivers existing on a node.
	// If all drivers in the list are uninstalled, this can become empty.
	// +patchMergeKey=name
	// +patchStrategy=merge
	Drivers []CSINodeDriver `json:"drivers" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,1,rep,name=drivers"`
}

CSINodeSpec holds information about the specification of all CSI drivers installed on a node

func (*CSINodeSpec) DeepCopy added in v1.14.0

func (in *CSINodeSpec) DeepCopy() *CSINodeSpec

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

func (*CSINodeSpec) DeepCopyInto added in v1.14.0

func (in *CSINodeSpec) DeepCopyInto(out *CSINodeSpec)

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

func (*CSINodeSpec) Descriptor added in v1.14.0

func (*CSINodeSpec) Descriptor() ([]byte, []int)

func (*CSINodeSpec) Marshal added in v1.14.0

func (m *CSINodeSpec) Marshal() (dAtA []byte, err error)

func (*CSINodeSpec) MarshalTo added in v1.14.0

func (m *CSINodeSpec) MarshalTo(dAtA []byte) (int, error)

func (*CSINodeSpec) ProtoMessage added in v1.14.0

func (*CSINodeSpec) ProtoMessage()

func (*CSINodeSpec) Reset added in v1.14.0

func (m *CSINodeSpec) Reset()

func (*CSINodeSpec) Size added in v1.14.0

func (m *CSINodeSpec) Size() (n int)

func (*CSINodeSpec) String added in v1.14.0

func (this *CSINodeSpec) String() string

func (CSINodeSpec) SwaggerDoc added in v1.14.0

func (CSINodeSpec) SwaggerDoc() map[string]string

func (*CSINodeSpec) Unmarshal added in v1.14.0

func (m *CSINodeSpec) Unmarshal(dAtA []byte) error

type StorageClass

type StorageClass struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Provisioner indicates the type of the provisioner.
	Provisioner string `json:"provisioner" protobuf:"bytes,2,opt,name=provisioner"`

	// Parameters holds the parameters for the provisioner that should
	// create volumes of this storage class.
	// +optional
	Parameters map[string]string `json:"parameters,omitempty" protobuf:"bytes,3,rep,name=parameters"`

	// Dynamically provisioned PersistentVolumes of this storage class are
	// created with this reclaimPolicy. Defaults to Delete.
	// +optional
	ReclaimPolicy *v1.PersistentVolumeReclaimPolicy `` /* 130-byte string literal not displayed */

	// Dynamically provisioned PersistentVolumes of this storage class are
	// created with these mountOptions, e.g. ["ro", "soft"]. Not validated -
	// mount of the PVs will simply fail if one is invalid.
	// +optional
	MountOptions []string `json:"mountOptions,omitempty" protobuf:"bytes,5,opt,name=mountOptions"`

	// AllowVolumeExpansion shows whether the storage class allow volume expand
	// +optional
	AllowVolumeExpansion *bool `json:"allowVolumeExpansion,omitempty" protobuf:"varint,6,opt,name=allowVolumeExpansion"`

	// VolumeBindingMode indicates how PersistentVolumeClaims should be
	// provisioned and bound.  When unset, VolumeBindingImmediate is used.
	// This field is only honored by servers that enable the VolumeScheduling feature.
	// +optional
	VolumeBindingMode *VolumeBindingMode `json:"volumeBindingMode,omitempty" protobuf:"bytes,7,opt,name=volumeBindingMode"`

	// Restrict the node topologies where volumes can be dynamically provisioned.
	// Each volume plugin defines its own supported topology specifications.
	// An empty TopologySelectorTerm list means there is no topology restriction.
	// This field is only honored by servers that enable the VolumeScheduling feature.
	// +optional
	AllowedTopologies []v1.TopologySelectorTerm `json:"allowedTopologies,omitempty" protobuf:"bytes,8,rep,name=allowedTopologies"`
}

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

func (*StorageClass) DeepCopy

func (in *StorageClass) DeepCopy() *StorageClass

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

func (*StorageClass) DeepCopyInto

func (in *StorageClass) DeepCopyInto(out *StorageClass)

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

func (*StorageClass) DeepCopyObject

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

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

func (*StorageClass) Descriptor

func (*StorageClass) Descriptor() ([]byte, []int)

func (*StorageClass) Marshal

func (m *StorageClass) Marshal() (dAtA []byte, err error)

func (*StorageClass) MarshalTo

func (m *StorageClass) MarshalTo(dAtA []byte) (int, error)

func (*StorageClass) ProtoMessage

func (*StorageClass) ProtoMessage()

func (*StorageClass) Reset

func (m *StorageClass) Reset()

func (*StorageClass) Size

func (m *StorageClass) Size() (n int)

func (*StorageClass) String

func (this *StorageClass) String() string

func (StorageClass) SwaggerDoc

func (StorageClass) SwaggerDoc() map[string]string

func (*StorageClass) Unmarshal

func (m *StorageClass) Unmarshal(dAtA []byte) error

type StorageClassList

type StorageClassList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard list metadata
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Items is the list of StorageClasses
	Items []StorageClass `json:"items" protobuf:"bytes,2,rep,name=items"`
}

StorageClassList is a collection of storage classes.

func (*StorageClassList) DeepCopy

func (in *StorageClassList) DeepCopy() *StorageClassList

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

func (*StorageClassList) DeepCopyInto

func (in *StorageClassList) DeepCopyInto(out *StorageClassList)

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

func (*StorageClassList) DeepCopyObject

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

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

func (*StorageClassList) Descriptor

func (*StorageClassList) Descriptor() ([]byte, []int)

func (*StorageClassList) Marshal

func (m *StorageClassList) Marshal() (dAtA []byte, err error)

func (*StorageClassList) MarshalTo

func (m *StorageClassList) MarshalTo(dAtA []byte) (int, error)

func (*StorageClassList) ProtoMessage

func (*StorageClassList) ProtoMessage()

func (*StorageClassList) Reset

func (m *StorageClassList) Reset()

func (*StorageClassList) Size

func (m *StorageClassList) Size() (n int)

func (*StorageClassList) String

func (this *StorageClassList) String() string

func (StorageClassList) SwaggerDoc

func (StorageClassList) SwaggerDoc() map[string]string

func (*StorageClassList) Unmarshal

func (m *StorageClassList) Unmarshal(dAtA []byte) error

type VolumeAttachment added in v1.10.0

type VolumeAttachment struct {
	metav1.TypeMeta `json:",inline"`

	// Standard object metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Specification of the desired attach/detach volume behavior.
	// Populated by the Kubernetes system.
	Spec VolumeAttachmentSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`

	// Status of the VolumeAttachment request.
	// Populated by the entity completing the attach or detach
	// operation, i.e. the external-attacher.
	// +optional
	Status VolumeAttachmentStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced.

func (*VolumeAttachment) DeepCopy added in v1.10.0

func (in *VolumeAttachment) DeepCopy() *VolumeAttachment

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

func (*VolumeAttachment) DeepCopyInto added in v1.10.0

func (in *VolumeAttachment) DeepCopyInto(out *VolumeAttachment)

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

func (*VolumeAttachment) DeepCopyObject added in v1.10.0

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

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

func (*VolumeAttachment) Descriptor added in v1.10.0

func (*VolumeAttachment) Descriptor() ([]byte, []int)

func (*VolumeAttachment) Marshal added in v1.10.0

func (m *VolumeAttachment) Marshal() (dAtA []byte, err error)

func (*VolumeAttachment) MarshalTo added in v1.10.0

func (m *VolumeAttachment) MarshalTo(dAtA []byte) (int, error)

func (*VolumeAttachment) ProtoMessage added in v1.10.0

func (*VolumeAttachment) ProtoMessage()

func (*VolumeAttachment) Reset added in v1.10.0

func (m *VolumeAttachment) Reset()

func (*VolumeAttachment) Size added in v1.10.0

func (m *VolumeAttachment) Size() (n int)

func (*VolumeAttachment) String added in v1.10.0

func (this *VolumeAttachment) String() string

func (VolumeAttachment) SwaggerDoc added in v1.10.0

func (VolumeAttachment) SwaggerDoc() map[string]string

func (*VolumeAttachment) Unmarshal added in v1.10.0

func (m *VolumeAttachment) Unmarshal(dAtA []byte) error

type VolumeAttachmentList added in v1.10.0

type VolumeAttachmentList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard list metadata
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Items is the list of VolumeAttachments
	Items []VolumeAttachment `json:"items" protobuf:"bytes,2,rep,name=items"`
}

VolumeAttachmentList is a collection of VolumeAttachment objects.

func (*VolumeAttachmentList) DeepCopy added in v1.10.0

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

func (*VolumeAttachmentList) DeepCopyInto added in v1.10.0

func (in *VolumeAttachmentList) DeepCopyInto(out *VolumeAttachmentList)

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

func (*VolumeAttachmentList) DeepCopyObject added in v1.10.0

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

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

func (*VolumeAttachmentList) Descriptor added in v1.10.0

func (*VolumeAttachmentList) Descriptor() ([]byte, []int)

func (*VolumeAttachmentList) Marshal added in v1.10.0

func (m *VolumeAttachmentList) Marshal() (dAtA []byte, err error)

func (*VolumeAttachmentList) MarshalTo added in v1.10.0

func (m *VolumeAttachmentList) MarshalTo(dAtA []byte) (int, error)

func (*VolumeAttachmentList) ProtoMessage added in v1.10.0

func (*VolumeAttachmentList) ProtoMessage()

func (*VolumeAttachmentList) Reset added in v1.10.0

func (m *VolumeAttachmentList) Reset()

func (*VolumeAttachmentList) Size added in v1.10.0

func (m *VolumeAttachmentList) Size() (n int)

func (*VolumeAttachmentList) String added in v1.10.0

func (this *VolumeAttachmentList) String() string

func (VolumeAttachmentList) SwaggerDoc added in v1.10.0

func (VolumeAttachmentList) SwaggerDoc() map[string]string

func (*VolumeAttachmentList) Unmarshal added in v1.10.0

func (m *VolumeAttachmentList) Unmarshal(dAtA []byte) error

type VolumeAttachmentSource added in v1.10.0

type VolumeAttachmentSource struct {
	// Name of the persistent volume to attach.
	// +optional
	PersistentVolumeName *string `json:"persistentVolumeName,omitempty" protobuf:"bytes,1,opt,name=persistentVolumeName"`
}

VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

func (*VolumeAttachmentSource) DeepCopy added in v1.10.0

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

func (*VolumeAttachmentSource) DeepCopyInto added in v1.10.0

func (in *VolumeAttachmentSource) DeepCopyInto(out *VolumeAttachmentSource)

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

func (*VolumeAttachmentSource) Descriptor added in v1.10.0

func (*VolumeAttachmentSource) Descriptor() ([]byte, []int)

func (*VolumeAttachmentSource) Marshal added in v1.10.0

func (m *VolumeAttachmentSource) Marshal() (dAtA []byte, err error)

func (*VolumeAttachmentSource) MarshalTo added in v1.10.0

func (m *VolumeAttachmentSource) MarshalTo(dAtA []byte) (int, error)

func (*VolumeAttachmentSource) ProtoMessage added in v1.10.0

func (*VolumeAttachmentSource) ProtoMessage()

func (*VolumeAttachmentSource) Reset added in v1.10.0

func (m *VolumeAttachmentSource) Reset()

func (*VolumeAttachmentSource) Size added in v1.10.0

func (m *VolumeAttachmentSource) Size() (n int)

func (*VolumeAttachmentSource) String added in v1.10.0

func (this *VolumeAttachmentSource) String() string

func (VolumeAttachmentSource) SwaggerDoc added in v1.10.0

func (VolumeAttachmentSource) SwaggerDoc() map[string]string

func (*VolumeAttachmentSource) Unmarshal added in v1.10.0

func (m *VolumeAttachmentSource) Unmarshal(dAtA []byte) error

type VolumeAttachmentSpec added in v1.10.0

type VolumeAttachmentSpec struct {
	// Attacher indicates the name of the volume driver that MUST handle this
	// request. This is the name returned by GetPluginName().
	Attacher string `json:"attacher" protobuf:"bytes,1,opt,name=attacher"`

	// Source represents the volume that should be attached.
	Source VolumeAttachmentSource `json:"source" protobuf:"bytes,2,opt,name=source"`

	// The node that the volume should be attached to.
	NodeName string `json:"nodeName" protobuf:"bytes,3,opt,name=nodeName"`
}

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

func (*VolumeAttachmentSpec) DeepCopy added in v1.10.0

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

func (*VolumeAttachmentSpec) DeepCopyInto added in v1.10.0

func (in *VolumeAttachmentSpec) DeepCopyInto(out *VolumeAttachmentSpec)

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

func (*VolumeAttachmentSpec) Descriptor added in v1.10.0

func (*VolumeAttachmentSpec) Descriptor() ([]byte, []int)

func (*VolumeAttachmentSpec) Marshal added in v1.10.0

func (m *VolumeAttachmentSpec) Marshal() (dAtA []byte, err error)

func (*VolumeAttachmentSpec) MarshalTo added in v1.10.0

func (m *VolumeAttachmentSpec) MarshalTo(dAtA []byte) (int, error)

func (*VolumeAttachmentSpec) ProtoMessage added in v1.10.0

func (*VolumeAttachmentSpec) ProtoMessage()

func (*VolumeAttachmentSpec) Reset added in v1.10.0

func (m *VolumeAttachmentSpec) Reset()

func (*VolumeAttachmentSpec) Size added in v1.10.0

func (m *VolumeAttachmentSpec) Size() (n int)

func (*VolumeAttachmentSpec) String added in v1.10.0

func (this *VolumeAttachmentSpec) String() string

func (VolumeAttachmentSpec) SwaggerDoc added in v1.10.0

func (VolumeAttachmentSpec) SwaggerDoc() map[string]string

func (*VolumeAttachmentSpec) Unmarshal added in v1.10.0

func (m *VolumeAttachmentSpec) Unmarshal(dAtA []byte) error

type VolumeAttachmentStatus added in v1.10.0

type VolumeAttachmentStatus struct {
	// Indicates the volume is successfully attached.
	// This field must only be set by the entity completing the attach
	// operation, i.e. the external-attacher.
	Attached bool `json:"attached" protobuf:"varint,1,opt,name=attached"`

	// Upon successful attach, this field is populated with any
	// information returned by the attach operation that must be passed
	// into subsequent WaitForAttach or Mount calls.
	// This field must only be set by the entity completing the attach
	// operation, i.e. the external-attacher.
	// +optional
	AttachmentMetadata map[string]string `json:"attachmentMetadata,omitempty" protobuf:"bytes,2,rep,name=attachmentMetadata"`

	// The last error encountered during attach operation, if any.
	// This field must only be set by the entity completing the attach
	// operation, i.e. the external-attacher.
	// +optional
	AttachError *VolumeError `json:"attachError,omitempty" protobuf:"bytes,3,opt,name=attachError,casttype=VolumeError"`

	// The last error encountered during detach operation, if any.
	// This field must only be set by the entity completing the detach
	// operation, i.e. the external-attacher.
	// +optional
	DetachError *VolumeError `json:"detachError,omitempty" protobuf:"bytes,4,opt,name=detachError,casttype=VolumeError"`
}

VolumeAttachmentStatus is the status of a VolumeAttachment request.

func (*VolumeAttachmentStatus) DeepCopy added in v1.10.0

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

func (*VolumeAttachmentStatus) DeepCopyInto added in v1.10.0

func (in *VolumeAttachmentStatus) DeepCopyInto(out *VolumeAttachmentStatus)

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

func (*VolumeAttachmentStatus) Descriptor added in v1.10.0

func (*VolumeAttachmentStatus) Descriptor() ([]byte, []int)

func (*VolumeAttachmentStatus) Marshal added in v1.10.0

func (m *VolumeAttachmentStatus) Marshal() (dAtA []byte, err error)

func (*VolumeAttachmentStatus) MarshalTo added in v1.10.0

func (m *VolumeAttachmentStatus) MarshalTo(dAtA []byte) (int, error)

func (*VolumeAttachmentStatus) ProtoMessage added in v1.10.0

func (*VolumeAttachmentStatus) ProtoMessage()

func (*VolumeAttachmentStatus) Reset added in v1.10.0

func (m *VolumeAttachmentStatus) Reset()

func (*VolumeAttachmentStatus) Size added in v1.10.0

func (m *VolumeAttachmentStatus) Size() (n int)

func (*VolumeAttachmentStatus) String added in v1.10.0

func (this *VolumeAttachmentStatus) String() string

func (VolumeAttachmentStatus) SwaggerDoc added in v1.10.0

func (VolumeAttachmentStatus) SwaggerDoc() map[string]string

func (*VolumeAttachmentStatus) Unmarshal added in v1.10.0

func (m *VolumeAttachmentStatus) Unmarshal(dAtA []byte) error

type VolumeBindingMode added in v1.9.0

type VolumeBindingMode string

VolumeBindingMode indicates how PersistentVolumeClaims should be bound.

const (
	// VolumeBindingImmediate indicates that PersistentVolumeClaims should be
	// immediately provisioned and bound.  This is the default mode.
	VolumeBindingImmediate VolumeBindingMode = "Immediate"

	// VolumeBindingWaitForFirstConsumer indicates that PersistentVolumeClaims
	// should not be provisioned and bound until the first Pod is created that
	// references the PeristentVolumeClaim.  The volume provisioning and
	// binding will occur during Pod scheduing.
	VolumeBindingWaitForFirstConsumer VolumeBindingMode = "WaitForFirstConsumer"
)

type VolumeError added in v1.10.0

type VolumeError struct {
	// Time the error was encountered.
	// +optional
	Time metav1.Time `json:"time,omitempty" protobuf:"bytes,1,opt,name=time"`

	// String detailing the error encountered during Attach or Detach operation.
	// This string may be logged, so it should not contain sensitive
	// information.
	// +optional
	Message string `json:"message,omitempty" protobuf:"bytes,2,opt,name=message"`
}

VolumeError captures an error encountered during a volume operation.

func (*VolumeError) DeepCopy added in v1.10.0

func (in *VolumeError) DeepCopy() *VolumeError

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

func (*VolumeError) DeepCopyInto added in v1.10.0

func (in *VolumeError) DeepCopyInto(out *VolumeError)

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

func (*VolumeError) Descriptor added in v1.10.0

func (*VolumeError) Descriptor() ([]byte, []int)

func (*VolumeError) Marshal added in v1.10.0

func (m *VolumeError) Marshal() (dAtA []byte, err error)

func (*VolumeError) MarshalTo added in v1.10.0

func (m *VolumeError) MarshalTo(dAtA []byte) (int, error)

func (*VolumeError) ProtoMessage added in v1.10.0

func (*VolumeError) ProtoMessage()

func (*VolumeError) Reset added in v1.10.0

func (m *VolumeError) Reset()

func (*VolumeError) Size added in v1.10.0

func (m *VolumeError) Size() (n int)

func (*VolumeError) String added in v1.10.0

func (this *VolumeError) String() string

func (VolumeError) SwaggerDoc added in v1.10.0

func (VolumeError) SwaggerDoc() map[string]string

func (*VolumeError) Unmarshal added in v1.10.0

func (m *VolumeError) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

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