Class V1NamespaceSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NamespaceSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NamespaceSpec
extends Object
NamespaceSpec describes the attributes on a Namespace.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddfinalizersItem
(String finalizersItem) Add an item to the finalizers property in a chainable fashion.boolean
finalizers
(List<String> finalizers) Set finalizers in a chainable fashion.Finalizers is an opaque list of values that must be empty to permanently remove object from storage.int
hashCode()
void
setFinalizers
(List<String> finalizers) Set the finalizers property valuetoString()
-
Field Details
-
JSON_PROPERTY_FINALIZERS
- See Also:
-
-
Constructor Details
-
V1NamespaceSpec
public V1NamespaceSpec()
-
-
Method Details
-
getFinalizers
Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/- Returns:
- the finalizers property value
-
setFinalizers
Set the finalizers property value -
finalizers
Set finalizers in a chainable fashion.- Returns:
- The same instance of V1NamespaceSpec for chaining.
-
addfinalizersItem
Add an item to the finalizers property in a chainable fashion.- Returns:
- The same instance of V1NamespaceSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-