ClusterCIDRSpec

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if ipv4 has a value, transforms to the result of function

if ipv4 has a value, transforms to the result of function

Attributes

Source
ClusterCIDRSpec.scala

if ipv6 has a value, transforms to the result of function

if ipv6 has a value, transforms to the result of function

Attributes

Source
ClusterCIDRSpec.scala

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

transforms perNodeHostBits to result of function

Attributes

Source
ClusterCIDRSpec.scala

Returns a new data with ipv4 set to new value

Returns a new data with ipv4 set to new value

Attributes

Source
ClusterCIDRSpec.scala

Returns a new data with ipv6 set to new value

Returns a new data with ipv6 set to new value

Attributes

Source
ClusterCIDRSpec.scala

Returns a new data with nodeSelector set to new value

Returns a new data with nodeSelector set to new value

Attributes

Source
ClusterCIDRSpec.scala

Returns a new data with perNodeHostBits set to new value

Returns a new data with perNodeHostBits set to new value

Attributes

Source
ClusterCIDRSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product