ClusterCIDRSpec

final case class ClusterCIDRSpec(perNodeHostBits: Int, ipv4: Option[String], ipv6: Option[String], nodeSelector: Option[NodeSelector])

ClusterCIDRSpec defines the desired state of ClusterCIDR.

Source:
ClusterCIDRSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

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

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

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

Source:
ClusterCIDRSpec.scala

transforms perNodeHostBits to result of function

transforms perNodeHostBits to result of function

Source:
ClusterCIDRSpec.scala

Returns a new data with ipv4 set to new value

Returns a new data with ipv4 set to new value

Source:
ClusterCIDRSpec.scala

Returns a new data with ipv6 set to new value

Returns a new data with ipv6 set to new value

Source:
ClusterCIDRSpec.scala

Returns a new data with nodeSelector set to new value

Returns a new data with nodeSelector set to new value

Source:
ClusterCIDRSpec.scala

Returns a new data with perNodeHostBits set to new value

Returns a new data with perNodeHostBits set to new value

Source:
ClusterCIDRSpec.scala

Inherited methods

Inherited from:
Product