Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sVolume ¶
type K8sVolume struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` v1.Volume `json:"volume,omitempty" protobuf:"bytes,2,opt,name=volume"` }
K8sVolume is a wrapper around v1.Volume to be used when building up source properties for the component
func (*K8sVolume) DeepCopyObject ¶
DeepCopyObject is needed in order to fulfill the runtime.Object interface
func (*K8sVolume) ProtoMessage ¶
func (k *K8sVolume) ProtoMessage()
ProtoMessage defers to the Volume.ProtoMessage function
type K8sVolumeSource ¶
type K8sVolumeSource struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` v1.PersistentVolumeSource `json:"source,omitempty" protobuf:"bytes,2,opt,name=source"` }
K8sVolumeSource is a wrapper around v1.PersistentVolumeSource to be used when building up source properties for the component
func (*K8sVolumeSource) DeepCopyObject ¶
func (k *K8sVolumeSource) DeepCopyObject() runtime.Object
DeepCopyObject is needed in order to fulfill the runtime.Object interface
func (*K8sVolumeSource) ProtoMessage ¶
func (k *K8sVolumeSource) ProtoMessage()
ProtoMessage defers to the PersistentVolumeSource.ProtoMessage function
func (*K8sVolumeSource) Reset ¶
func (k *K8sVolumeSource) Reset()
Reset defers to the PersistentVolumeSource.Reset function
func (*K8sVolumeSource) String ¶
func (k *K8sVolumeSource) String() string
String defers to the PersistentVolumeSource.String function
Click to show internal directories.
Click to hide internal directories.