Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TTLAfterFinishedControllerConfiguration ¶
type TTLAfterFinishedControllerConfiguration struct { // concurrentTTLSyncs is the number of TTL-after-finished collector workers that are // allowed to sync concurrently. ConcurrentTTLSyncs int32 }
TTLAfterFinishedControllerConfiguration contains elements describing TTLAfterFinishedController.
func (*TTLAfterFinishedControllerConfiguration) DeepCopy ¶
func (in *TTLAfterFinishedControllerConfiguration) DeepCopy() *TTLAfterFinishedControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TTLAfterFinishedControllerConfiguration.
func (*TTLAfterFinishedControllerConfiguration) DeepCopyInto ¶
func (in *TTLAfterFinishedControllerConfiguration) DeepCopyInto(out *TTLAfterFinishedControllerConfiguration)
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.