io.k8s.api.networking.v1beta1.ServiceCIDR
See theServiceCIDR companion object
final case class ServiceCIDR(status: Option[ServiceCIDRStatus], spec: Option[ServiceCIDRSpec], metadata: Option[ObjectMeta]) extends KObject
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
Attributes
- Companion
- object
- Source
- ServiceCIDR.scala
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product
In this article