io.k8s.api.networking.v1alpha1

Members list

Type members

Classlikes

final case class IPAddress(metadata: Option[ObjectMeta], spec: Option[IPAddressSpec]) extends KObject

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

Attributes

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

Attributes

Companion
class
Source
IPAddress.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
IPAddress.type
final case class IPAddressList(items: Seq[IPAddress], metadata: Option[ListMeta]) extends KObject

IPAddressList contains a list of IPAddress.

IPAddressList contains a list of IPAddress.

Attributes

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

Attributes

Companion
class
Source
IPAddressList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class IPAddressSpec(parentRef: Option[ParentReference])

IPAddressSpec describe the attributes in an IP Address.

IPAddressSpec describe the attributes in an IP Address.

Attributes

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

Attributes

Companion
class
Source
IPAddressSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ParentReference(group: Option[String], name: Option[String], namespace: Option[String], resource: Option[String])

ParentReference describes a reference to a parent object.

ParentReference describes a reference to a parent object.

Attributes

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

Attributes

Companion
class
Source
ParentReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

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
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object ServiceCIDR

Attributes

Companion
class
Source
ServiceCIDR.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ServiceCIDRList(items: Seq[ServiceCIDR], metadata: Option[ListMeta]) extends KObject

ServiceCIDRList contains a list of ServiceCIDR objects.

ServiceCIDRList contains a list of ServiceCIDR objects.

Attributes

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

Attributes

Companion
class
Source
ServiceCIDRList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ServiceCIDRSpec(cidrs: Option[Seq[String]])

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

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

Attributes

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

Attributes

Companion
class
Source
ServiceCIDRSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ServiceCIDRStatus(conditions: Option[Seq[Condition]])

ServiceCIDRStatus describes the current state of the ServiceCIDR.

ServiceCIDRStatus describes the current state of the ServiceCIDR.

Attributes

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

Attributes

Companion
class
Source
ServiceCIDRStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type