io.k8s.api.networking.v1alpha1

Members list

Type members

Classlikes

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

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

Pointer for ClusterCIDRList

Pointer for ClusterCIDRList

Attributes

Source
ClusterCIDRListPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Pointer for ClusterCIDR

Pointer for ClusterCIDR

Attributes

Source
ClusterCIDRPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for ClusterCIDRSpec

Pointer for ClusterCIDRSpec

Attributes

Source
ClusterCIDRSpecPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for IPAddressList

Pointer for IPAddressList

Attributes

Source
IPAddressListPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Pointer for IPAddress

Pointer for IPAddress

Attributes

Source
IPAddressPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for IPAddressSpec

Pointer for IPAddressSpec

Attributes

Source
IPAddressSpecPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for ParentReference

Pointer for ParentReference

Attributes

Source
ParentReferencePointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all