package v1alpha1
- Alphabetic
- Public
- All
Type Members
-
final
case class
IPAddress(metadata: Option[ObjectMeta] = None, spec: Option[IPAddressSpec] = None) extends KObject with Product with Serializable
IPAddress represents a single IP of a single IP Family.
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
-
final
case class
IPAddressList(items: Seq[IPAddress], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable
IPAddressList contains a list of IPAddress.
-
final
case class
IPAddressListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[IPAddressList] with Product with Serializable
Pointer for IPAddressList
-
final
case class
IPAddressPointer(currentPath: PointerPath = PointerPath()) extends Pointer[IPAddress] with Product with Serializable
Pointer for IPAddress
-
final
case class
IPAddressSpec(parentRef: Option[ParentReference] = None) extends Product with Serializable
IPAddressSpec describe the attributes in an IP Address.
-
final
case class
IPAddressSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[IPAddressSpec] with Product with Serializable
Pointer for IPAddressSpec
-
final
case class
ParentReference(group: Option[String] = None, name: Option[String] = None, namespace: Option[String] = None, resource: Option[String] = None) extends Product with Serializable
ParentReference describes a reference to a parent object.
-
final
case class
ParentReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[ParentReference] with Product with Serializable
Pointer for ParentReference
-
final
case class
ServiceCIDR(status: Option[ServiceCIDRStatus] = None, spec: Option[ServiceCIDRSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable
ServiceCIDR defines a range of IP addresses using CIDR format (e.g.
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.
-
final
case class
ServiceCIDRList(items: Seq[ServiceCIDR], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable
ServiceCIDRList contains a list of ServiceCIDR objects.
-
final
case class
ServiceCIDRListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServiceCIDRList] with Product with Serializable
Pointer for ServiceCIDRList
-
final
case class
ServiceCIDRPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServiceCIDR] with Product with Serializable
Pointer for ServiceCIDR
-
final
case class
ServiceCIDRSpec(cidrs: Option[Seq[String]] = None) extends Product with Serializable
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
-
final
case class
ServiceCIDRSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServiceCIDRSpec] with Product with Serializable
Pointer for ServiceCIDRSpec
-
final
case class
ServiceCIDRStatus(conditions: Option[Seq[Condition]] = None) extends Product with Serializable
ServiceCIDRStatus describes the current state of the ServiceCIDR.
-
final
case class
ServiceCIDRStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServiceCIDRStatus] with Product with Serializable
Pointer for ServiceCIDRStatus
Value Members
- object IPAddress extends Serializable
- object IPAddressList extends Serializable
- object IPAddressSpec extends Serializable
- object ParentReference extends Serializable
- object ServiceCIDR extends Serializable
- object ServiceCIDRList extends Serializable
- object ServiceCIDRSpec extends Serializable
- object ServiceCIDRStatus extends Serializable