Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RequeueInterval Requeue every 1 seconds RequeueInterval = time.Second * 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileLocalDiskClaim ¶
type ReconcileLocalDiskClaim struct { // This client, initialized using mgr.Client() above, is a split client // that reads objects from the cache and writes to the apiserver client.Client Scheme *runtime.Scheme Recorder record.EventRecorder // contains filtered or unexported fields }
ReconcileLocalDiskClaim reconciles a LocalDiskClaim object
Click to show internal directories.
Click to hide internal directories.