c

com.coralogix.zio.k8s.model.policy.v1beta1

PodSecurityPolicySpecFields

class PodSecurityPolicySpecFields extends AnyRef

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

Instance Constructors

  1. new PodSecurityPolicySpecFields(_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 allowPrivilegeEscalation: client.model.Field
  5. def allowedCSIDrivers: client.model.Field
  6. def allowedCapabilities: client.model.Field
  7. def allowedFlexVolumes: client.model.Field
  8. def allowedHostPaths: client.model.Field
  9. def allowedProcMountTypes: client.model.Field
  10. def allowedUnsafeSysctls: client.model.Field
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def defaultAddCapabilities: client.model.Field
  14. def defaultAllowPrivilegeEscalation: client.model.Field
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def forbiddenSysctls: client.model.Field
  18. def fsGroup: FSGroupStrategyOptionsFields
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hostIPC: client.model.Field
  22. def hostNetwork: client.model.Field
  23. def hostPID: client.model.Field
  24. def hostPorts: client.model.Field
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def privileged: client.model.Field
  30. def readOnlyRootFilesystem: client.model.Field
  31. def requiredDropCapabilities: client.model.Field
  32. def runAsGroup: RunAsGroupStrategyOptionsFields
  33. def runAsUser: RunAsUserStrategyOptionsFields
  34. def runtimeClass: RuntimeClassStrategyOptionsFields
  35. def seLinux: SELinuxStrategyOptionsFields
  36. def supplementalGroups: SupplementalGroupsStrategyOptionsFields
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def volumes: client.model.Field
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. 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