Class AppsV1beta2Api.ReadNamespacedDaemonSet
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- com.marcnuri.yakc.api.apps.v1beta2.AppsV1beta2Api.ReadNamespacedDaemonSet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
- Enclosing interface:
- AppsV1beta2Api
public static final class AppsV1beta2Api.ReadNamespacedDaemonSet extends java.util.HashMap<java.lang.String,java.lang.Object>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadNamespacedDaemonSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppsV1beta2Api.ReadNamespacedDaemonSetexact(java.lang.Boolean exact)Should the export be exact.AppsV1beta2Api.ReadNamespacedDaemonSetexport(java.lang.Boolean export)Should this value be exported.AppsV1beta2Api.ReadNamespacedDaemonSetpretty(java.lang.String pretty)If 'true', then the output is pretty printed.-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
pretty
public AppsV1beta2Api.ReadNamespacedDaemonSet pretty(java.lang.String pretty)
If 'true', then the output is pretty printed.
-
exact
public AppsV1beta2Api.ReadNamespacedDaemonSet exact(java.lang.Boolean exact)
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
-
export
public AppsV1beta2Api.ReadNamespacedDaemonSet export(java.lang.Boolean export)
Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
-
-