io.k8s.api.flowcontrol.v1beta3.FlowSchemaList
See theFlowSchemaList companion object
final case class FlowSchemaList(items: Seq[FlowSchema], metadata: Option[ListMeta]) extends KObject
FlowSchemaList is a list of FlowSchema objects.
Attributes
- Companion
- object
- Source
- FlowSchemaList.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
- FlowSchemaList.scala
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
- Source
- FlowSchemaList.scala
Returns a new data with items set to new value
Returns a new data with metadata set to new value
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