final case class ClusterCIDRSpec(perNodeHostBits: Int, ipv4: Option[String] = None, ipv6: Option[String] = None, nodeSelector: Option[NodeSelector] = None) extends Product with Serializable
ClusterCIDRSpec defines the desired state of ClusterCIDR.
- Source
- ClusterCIDRSpec.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterCIDRSpec
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ipv4: Option[String]
- val ipv6: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapIpv4(f: (String) ⇒ String): ClusterCIDRSpec
if ipv4 has a value, transforms to the result of function
-
def
mapIpv6(f: (String) ⇒ String): ClusterCIDRSpec
if ipv6 has a value, transforms to the result of function
-
def
mapNodeSelector(f: (NodeSelector) ⇒ NodeSelector): ClusterCIDRSpec
if nodeSelector has a value, transforms to the result of function
-
def
mapPerNodeHostBits(f: (Int) ⇒ Int): ClusterCIDRSpec
transforms perNodeHostBits to result of function
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeSelector: Option[NodeSelector]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val perNodeHostBits: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withIpv4(value: String): ClusterCIDRSpec
Returns a new data with ipv4 set to new value
-
def
withIpv6(value: String): ClusterCIDRSpec
Returns a new data with ipv6 set to new value
-
def
withNodeSelector(value: NodeSelector): ClusterCIDRSpec
Returns a new data with nodeSelector set to new value
-
def
withPerNodeHostBits(value: Int): ClusterCIDRSpec
Returns a new data with perNodeHostBits set to new value