Class AppsV1Api.ReadNamespacedStatefulSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,​java.lang.Object>
    Enclosing interface:
    AppsV1Api

    public static final class AppsV1Api.ReadNamespacedStatefulSet
    extends java.util.HashMap<java.lang.String,​java.lang.Object>
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AppsV1Api.ReadNamespacedStatefulSet exact​(java.lang.Boolean exact)
      Should the export be exact.
      AppsV1Api.ReadNamespacedStatefulSet export​(java.lang.Boolean export)
      Should this value be exported.
      AppsV1Api.ReadNamespacedStatefulSet pretty​(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
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        equals, hashCode
    • Constructor Detail

      • ReadNamespacedStatefulSet

        public ReadNamespacedStatefulSet()
    • Method Detail

      • exact

        public AppsV1Api.ReadNamespacedStatefulSet 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 AppsV1Api.ReadNamespacedStatefulSet 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.