RunAsUserStrategyOptions

com.coralogix.zio.k8s.model.policy.v1beta1.RunAsUserStrategyOptions
See theRunAsUserStrategyOptions companion object
case class RunAsUserStrategyOptions(ranges: Optional[Vector[IDRange]], rule: String)

RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.

Value parameters

ranges

ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.

rule

rule is the strategy that will dictate the allowable RunAsUser values that may be set.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.

ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

rule is the strategy that will dictate the allowable RunAsUser values that may be set.

rule is the strategy that will dictate the allowable RunAsUser values that may be set.

This effect always succeeds, it is safe to use the field rule directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product