RuleWithOperationsPointer

io.k8s.api.admissionregistration.v1.RuleWithOperationsPointer
final case class RuleWithOperationsPointer(currentPath: PointerPath) extends Pointer[RuleWithOperations]

Pointer for RuleWithOperations

Attributes

Source
RuleWithOperationsPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apiGroups: ListPointer[String]
def operations: ListPointer[String]
def resources: ListPointer[String]
def scope: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product