Class GarbageCollection
java.lang.Object
hudson.model.AbstractDescribableImpl<GarbageCollection>
org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- All Implemented Interfaces:
Describable<GarbageCollection>
Manages garbage collection of orphaned pods.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static final class
Annotate pods owned by live Kubernetes agents to help with garbage collection. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
protected Object
void
setNamespaces
(String namespaces) void
setTimeout
(int timeout) toString()
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
ANNOTATION_LAST_REFRESH
- See Also:
-
MINIMUM_GC_TIMEOUT
public static final int MINIMUM_GC_TIMEOUT- See Also:
-
-
Constructor Details
-
GarbageCollection
@DataBoundConstructor public GarbageCollection()
-
-
Method Details
-
getNamespaces
-
setNamespaces
-
getTimeout
public int getTimeout() -
readResolve
-
setTimeout
@DataBoundSetter public void setTimeout(int timeout) -
getDurationTimeout
-
getNamespaceSet
-
equals
-
hashCode
public int hashCode() -
toString
-