io.k8s.api.admissionregistration.v1alpha1
NamedRuleWithOperations
Companion object NamedRuleWithOperations
final case class NamedRuleWithOperations(operations: Option[Seq[String]] = None, apiVersions: Option[Seq[String]] = None, scope: Option[String] = None, apiGroups: Option[Seq[String]] = None, resources: Option[Seq[String]] = None, resourceNames: Option[Seq[String]] = None) extends Product with Serializable
NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.
- Alphabetic
- By Inheritance
- NamedRuleWithOperations
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addApiGroups(newValues: String*): NamedRuleWithOperations
Appends new values to apiGroups
-
def
addApiVersions(newValues: String*): NamedRuleWithOperations
Appends new values to apiVersions
-
def
addOperations(newValues: String*): NamedRuleWithOperations
Appends new values to operations
-
def
addResourceNames(newValues: String*): NamedRuleWithOperations
Appends new values to resourceNames
-
def
addResources(newValues: String*): NamedRuleWithOperations
Appends new values to resources
- val apiGroups: Option[Seq[String]]
- val apiVersions: Option[Seq[String]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapApiGroups(f: (Seq[String]) ⇒ Seq[String]): NamedRuleWithOperations
if apiGroups has a value, transforms to the result of function
-
def
mapApiVersions(f: (Seq[String]) ⇒ Seq[String]): NamedRuleWithOperations
if apiVersions has a value, transforms to the result of function
-
def
mapOperations(f: (Seq[String]) ⇒ Seq[String]): NamedRuleWithOperations
if operations has a value, transforms to the result of function
-
def
mapResourceNames(f: (Seq[String]) ⇒ Seq[String]): NamedRuleWithOperations
if resourceNames has a value, transforms to the result of function
-
def
mapResources(f: (Seq[String]) ⇒ Seq[String]): NamedRuleWithOperations
if resources has a value, transforms to the result of function
-
def
mapScope(f: (String) ⇒ String): NamedRuleWithOperations
if scope has a value, transforms to the result of function
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operations: Option[Seq[String]]
- val resourceNames: Option[Seq[String]]
- val resources: Option[Seq[String]]
- val scope: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withApiGroups(value: Seq[String]): NamedRuleWithOperations
Returns a new data with apiGroups set to new value
-
def
withApiVersions(value: Seq[String]): NamedRuleWithOperations
Returns a new data with apiVersions set to new value
-
def
withOperations(value: Seq[String]): NamedRuleWithOperations
Returns a new data with operations set to new value
-
def
withResourceNames(value: Seq[String]): NamedRuleWithOperations
Returns a new data with resourceNames set to new value
-
def
withResources(value: Seq[String]): NamedRuleWithOperations
Returns a new data with resources set to new value
-
def
withScope(value: String): NamedRuleWithOperations
Returns a new data with scope set to new value