io.k8s.api.networking.v1alpha1.ClusterCIDRSpec
See theClusterCIDRSpec companion object
final case class ClusterCIDRSpec(perNodeHostBits: Int, ipv4: Option[String], ipv6: Option[String], nodeSelector: Option[NodeSelector])
ClusterCIDRSpec defines the desired state of ClusterCIDR.
Attributes
- Companion
- object
- Source
- ClusterCIDRSpec.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
if ipv4 has a value, transforms to the result of function
if ipv6 has a value, transforms to the result of function
if nodeSelector has a value, transforms to the result of function
if nodeSelector has a value, transforms to the result of function
Attributes
- Source
- ClusterCIDRSpec.scala
transforms perNodeHostBits to result of function
Returns a new data with ipv4 set to new value
Returns a new data with ipv6 set to new value
Returns a new data with nodeSelector set to new value
Returns a new data with perNodeHostBits set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article