io.k8s.api.networking.v1alpha1

Members list

Type members

Classlikes

final case class ClusterCIDR(metadata: Option[ObjectMeta], spec: Option[ClusterCIDRSpec]) extends KObject

ClusterCIDR represents a single configuration for per-Node Pod CIDR allocations when the MultiCIDRRangeAllocator is enabled (see the config for kube-controller-manager).

ClusterCIDR represents a single configuration for per-Node Pod CIDR allocations when the MultiCIDRRangeAllocator is enabled (see the config for kube-controller-manager). A cluster may have any number of ClusterCIDR resources, all of which will be considered when allocating a CIDR for a Node. A ClusterCIDR is eligible to be used for a given Node when the node selector matches the node in question and has free CIDRs to allocate. In case of multiple matching ClusterCIDR resources, the allocator will attempt to break ties using internal heuristics, but any ClusterCIDR whose node selector matches the Node may be used.

Attributes

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

Attributes

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

ClusterCIDRList contains a list of ClusterCIDR.

ClusterCIDRList contains a list of ClusterCIDR.

Attributes

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

Attributes

Companion
class
Source
ClusterCIDRList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ClusterCIDRSpec(perNodeHostBits: Int, ipv4: Option[String], ipv6: Option[String], nodeSelector: Option[NodeSelector])

ClusterCIDRSpec defines the desired state of ClusterCIDR.

ClusterCIDRSpec defines the desired state of ClusterCIDR.

Attributes

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

Attributes

Companion
class
Source
ClusterCIDRSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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(name: Option[String], resource: Option[String], uid: Option[String], group: Option[String], namespace: 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