Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodGCControllerConfiguration ¶
type PodGCControllerConfiguration struct { // terminatedPodGCThreshold is the number of terminated pods that can exist // before the terminated pod garbage collector starts deleting terminated pods. // If <= 0, the terminated pod garbage collector is disabled. TerminatedPodGCThreshold int32 }
PodGCControllerConfiguration contains elements describing PodGCController.
func (*PodGCControllerConfiguration) DeepCopy ¶
func (in *PodGCControllerConfiguration) DeepCopy() *PodGCControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodGCControllerConfiguration.
func (*PodGCControllerConfiguration) DeepCopyInto ¶
func (in *PodGCControllerConfiguration) DeepCopyInto(out *PodGCControllerConfiguration)
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.