Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EphemeralVolumeControllerConfiguration ¶
type EphemeralVolumeControllerConfiguration struct { // ConcurrentEphemeralVolumeSyncs is the number of ephemeral volume syncing operations // that will be done concurrently. Larger number = faster ephemeral volume updating, // but more CPU (and network) load. ConcurrentEphemeralVolumeSyncs int32 }
EphemeralVolumeControllerConfiguration contains elements describing EphemeralVolumeController.
func (*EphemeralVolumeControllerConfiguration) DeepCopy ¶
func (in *EphemeralVolumeControllerConfiguration) DeepCopy() *EphemeralVolumeControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EphemeralVolumeControllerConfiguration.
func (*EphemeralVolumeControllerConfiguration) DeepCopyInto ¶
func (in *EphemeralVolumeControllerConfiguration) DeepCopyInto(out *EphemeralVolumeControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.