Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterNetwork ¶
func (*ClusterNetwork) IsAnAPIObject ¶
func (*ClusterNetwork) IsAnAPIObject()
type ClusterNetworkList ¶
type ClusterNetworkList struct { kapi.TypeMeta kapi.ListMeta Items []ClusterNetwork }
func (*ClusterNetworkList) IsAnAPIObject ¶
func (*ClusterNetworkList) IsAnAPIObject()
type HostSubnet ¶
type HostSubnet struct { kapi.TypeMeta kapi.ObjectMeta // host may just be an IP address, resolvable hostname or a complete DNS Host string HostIP string Subnet string }
HostSubnet encapsulates the inputs needed to define the container subnet network on a minion
func (*HostSubnet) IsAnAPIObject ¶
func (*HostSubnet) IsAnAPIObject()
type HostSubnetList ¶
type HostSubnetList struct { kapi.TypeMeta kapi.ListMeta Items []HostSubnet }
HostSubnetList is a collection of HostSubnets
func (*HostSubnetList) IsAnAPIObject ¶
func (*HostSubnetList) IsAnAPIObject()
Click to show internal directories.
Click to hide internal directories.