io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList
See theMutatingWebhookConfigurationList companion object
final case class MutatingWebhookConfigurationList(items: Seq[MutatingWebhookConfiguration], metadata: Option[ListMeta]) extends KObject
MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
Attributes
- Companion
- object
- Source
- MutatingWebhookConfigurationList.scala
- Graph
-
- Supertypes
-
trait KObjecttrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Appends new values to items
Attributes
- Definition Classes
- Source
- MutatingWebhookConfigurationList.scala
def mapItems(f: Seq[MutatingWebhookConfiguration] => Seq[MutatingWebhookConfiguration]): MutatingWebhookConfigurationList
transforms items to result of function
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
Attributes
Returns a new data with items set to new value
Returns a new data with items set to new value
Attributes
Returns a new data with metadata set to new value
Returns a new data with metadata set to new value
Attributes
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article