RunAsGroupStrategyOptions

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

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

Value parameters

ranges

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

rule

rule is the strategy that will dictate the allowable RunAsGroup 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 gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.

ranges are the allowed ranges of gids that may be used. If you would like to force a single gid 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 RunAsGroup values that may be set.

rule is the strategy that will dictate the allowable RunAsGroup 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