NamedRuleWithOperations

io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations
See theNamedRuleWithOperations companion object
final case class NamedRuleWithOperations(operations: Option[Seq[String]], apiVersions: Option[Seq[String]], scope: Option[String], apiGroups: Option[Seq[String]], resources: Option[Seq[String]], resourceNames: Option[Seq[String]])

NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.

Attributes

Companion:
object
Source:
NamedRuleWithOperations.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to apiGroups

Appends new values to apiGroups

Attributes

Source:
NamedRuleWithOperations.scala

Appends new values to apiVersions

Appends new values to apiVersions

Attributes

Source:
NamedRuleWithOperations.scala

Appends new values to operations

Appends new values to operations

Attributes

Source:
NamedRuleWithOperations.scala

Appends new values to resourceNames

Appends new values to resourceNames

Attributes

Source:
NamedRuleWithOperations.scala

Appends new values to resources

Appends new values to resources

Attributes

Source:
NamedRuleWithOperations.scala

if apiGroups has a value, transforms to the result of function

if apiGroups has a value, transforms to the result of function

Attributes

Source:
NamedRuleWithOperations.scala

if apiVersions has a value, transforms to the result of function

if apiVersions has a value, transforms to the result of function

Attributes

Source:
NamedRuleWithOperations.scala

if operations has a value, transforms to the result of function

if operations has a value, transforms to the result of function

Attributes

Source:
NamedRuleWithOperations.scala

if resourceNames has a value, transforms to the result of function

if resourceNames has a value, transforms to the result of function

Attributes

Source:
NamedRuleWithOperations.scala

if resources has a value, transforms to the result of function

if resources has a value, transforms to the result of function

Attributes

Source:
NamedRuleWithOperations.scala

if scope has a value, transforms to the result of function

if scope has a value, transforms to the result of function

Attributes

Source:
NamedRuleWithOperations.scala

Returns a new data with apiGroups set to new value

Returns a new data with apiGroups set to new value

Attributes

Source:
NamedRuleWithOperations.scala

Returns a new data with apiVersions set to new value

Returns a new data with apiVersions set to new value

Attributes

Source:
NamedRuleWithOperations.scala

Returns a new data with operations set to new value

Returns a new data with operations set to new value

Attributes

Source:
NamedRuleWithOperations.scala

Returns a new data with resourceNames set to new value

Returns a new data with resourceNames set to new value

Attributes

Source:
NamedRuleWithOperations.scala

Returns a new data with resources set to new value

Returns a new data with resources set to new value

Attributes

Source:
NamedRuleWithOperations.scala

Returns a new data with scope set to new value

Returns a new data with scope set to new value

Attributes

Source:
NamedRuleWithOperations.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product