Packages

c

com.coralogix.zio.k8s.model.core.v1

PodSpecFields

class PodSpecFields extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PodSpecFields
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PodSpecFields(_prefix: Chunk[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def activeDeadlineSeconds: client.model.Field
  5. def affinity: AffinityFields
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def automountServiceAccountToken: client.model.Field
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def containers: client.model.Field
  10. def dnsConfig: PodDNSConfigFields
  11. def dnsPolicy: client.model.Field
  12. def enableServiceLinks: client.model.Field
  13. def ephemeralContainers: client.model.Field
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hostAliases: client.model.Field
  19. def hostIPC: client.model.Field
  20. def hostNetwork: client.model.Field
  21. def hostPID: client.model.Field
  22. def hostname: client.model.Field
  23. def imagePullSecrets: client.model.Field
  24. def initContainers: client.model.Field
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def nodeName: client.model.Field
  28. def nodeSelector: client.model.Field
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def os: PodOSFields
  32. def overhead: client.model.Field
  33. def preemptionPolicy: client.model.Field
  34. def priority: client.model.Field
  35. def priorityClassName: client.model.Field
  36. def readinessGates: client.model.Field
  37. def restartPolicy: client.model.Field
  38. def runtimeClassName: client.model.Field
  39. def schedulerName: client.model.Field
  40. def securityContext: PodSecurityContextFields
  41. def serviceAccount: client.model.Field
  42. def serviceAccountName: client.model.Field
  43. def setHostnameAsFQDN: client.model.Field
  44. def shareProcessNamespace: client.model.Field
  45. def subdomain: client.model.Field
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def terminationGracePeriodSeconds: client.model.Field
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def tolerations: client.model.Field
  50. def topologySpreadConstraints: client.model.Field
  51. def volumes: client.model.Field
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped