FSGroupStrategyOptions

case
class FSGroupStrategyOptions(ranges: Optional[Vector[IDRange]], rule: Optional[String])

FSGroupStrategyOptions defines the strategy type and options used to create the strategy.

Value Params
ranges

ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.

rule

rule is the strategy that will dictate what FSGroup is used in the SecurityContext.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getRanges: IO[K8sFailure, Vector[IDRange]]

ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.

ranges are the allowed ranges of fs groups. If you would like to force a single fs group 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.

def getRule: IO[K8sFailure, String]

rule is the strategy that will dictate what FSGroup is used in the SecurityContext.

rule is the strategy that will dictate what FSGroup is used in the SecurityContext.

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product