ServiceCIDRSpec

io.k8s.api.networking.v1alpha1.ServiceCIDRSpec
See theServiceCIDRSpec companion object
final case class ServiceCIDRSpec(cidrs: Option[Seq[String]])

ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.

Attributes

Companion
object
Source
ServiceCIDRSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addCidrs(newValues: String*): ServiceCIDRSpec

Appends new values to cidrs

Appends new values to cidrs

Attributes

Source
ServiceCIDRSpec.scala

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

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

Attributes

Source
ServiceCIDRSpec.scala

Returns a new data with cidrs set to new value

Returns a new data with cidrs set to new value

Attributes

Source
ServiceCIDRSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product