Documentation ¶
Overview ¶
Package v1alpha2 is the v1alpha2 version of the API.
Index ¶
- Variables
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type AwsManagedNodeNetwork
- type CloudStackManagedNodeNetwork
- type CloudStackManagedNodeNetworks
- type CommonManagedNodeNetwork
- func (in *CommonManagedNodeNetwork) DeepCopy() *CommonManagedNodeNetwork
- func (in *CommonManagedNodeNetwork) DeepCopyInto(out *CommonManagedNodeNetwork)
- func (m *CommonManagedNodeNetwork) GetAdapter() string
- func (m *CommonManagedNodeNetwork) GetIPV4Address() string
- func (m *CommonManagedNodeNetwork) GetMacAddress() string
- func (m *CommonManagedNodeNetwork) GetNetmask() string
- func (m *CommonManagedNodeNetwork) GetNetworkName() string
- func (m *CommonManagedNodeNetwork) GetRoutes() []NetworkRoutes
- func (m *CommonManagedNodeNetwork) GetUseDhcpRoutes() *bool
- func (m *CommonManagedNodeNetwork) IsDHCP() bool
- type LxdManagedNodeNetwork
- type LxdManagedNodeNetworks
- type ManagedNetworkConfig
- type ManagedNetworkInterface
- type ManagedNode
- type ManagedNodeList
- type ManagedNodeSpec
- type ManagedNodeStatus
- type MultipassManagedNodeNetwork
- func (in *MultipassManagedNodeNetwork) DeepCopy() *MultipassManagedNodeNetwork
- func (in *MultipassManagedNodeNetwork) DeepCopyInto(out *MultipassManagedNodeNetwork)
- func (m *MultipassManagedNodeNetwork) GetMacAddress() string
- func (m *MultipassManagedNodeNetwork) GetRoutes() []NetworkRoutes
- func (m *MultipassManagedNodeNetwork) GetUseDhcpRoutes() *bool
- type MultipassManagedNodeNetworks
- type NetworkRoutes
- type OpenStackManagedNodeNetwork
- type OpenStackManagedNodeNetworks
- type VMWareManagedNodeNetwork
- func (in *VMWareManagedNodeNetwork) DeepCopy() *VMWareManagedNodeNetwork
- func (in *VMWareManagedNodeNetwork) DeepCopyInto(out *VMWareManagedNodeNetwork)
- func (m *VMWareManagedNodeNetwork) GetAdapter() string
- func (m *VMWareManagedNodeNetwork) GetMacAddress() string
- func (m *VMWareManagedNodeNetwork) GetRoutes() []NetworkRoutes
- func (m *VMWareManagedNodeNetwork) GetUseDhcpRoutes() *bool
- type VMWareManagedNodeNetworks
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: nodemanager.GroupName, Version: nodemanager.GroupVersion}
SchemeGroupVersion is group version used to register these objects
var SchemeGroupVersionKind = SchemeGroupVersion.WithKind(nodemanager.CRDKind)
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type AwsManagedNodeNetwork ¶
type AwsManagedNodeNetwork struct { SubnetID string `json:"subnetID,omitempty"` SecurityGroupID string `json:"securityGroup,omitempty"` NetworkInterfaceID string `json:"networkInterfaceID,omitempty"` PrivateAddress string `json:"privateAddress,omitempty"` PublicIP bool `json:"publicIP,omitempty"` }
ManagedNodeNetwork is a specification for a network ManagedNode resource
func (*AwsManagedNodeNetwork) DeepCopy ¶
func (in *AwsManagedNodeNetwork) DeepCopy() *AwsManagedNodeNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AwsManagedNodeNetwork.
func (*AwsManagedNodeNetwork) DeepCopyInto ¶
func (in *AwsManagedNodeNetwork) DeepCopyInto(out *AwsManagedNodeNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudStackManagedNodeNetwork ¶ added in v1.30.0
type CloudStackManagedNodeNetwork struct {
CommonManagedNodeNetwork
}
func (*CloudStackManagedNodeNetwork) DeepCopy ¶ added in v1.30.0
func (in *CloudStackManagedNodeNetwork) DeepCopy() *CloudStackManagedNodeNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStackManagedNodeNetwork.
func (*CloudStackManagedNodeNetwork) DeepCopyInto ¶ added in v1.30.0
func (in *CloudStackManagedNodeNetwork) DeepCopyInto(out *CloudStackManagedNodeNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudStackManagedNodeNetworks ¶ added in v1.30.5
type CloudStackManagedNodeNetworks []CloudStackManagedNodeNetwork
func (CloudStackManagedNodeNetworks) DeepCopy ¶ added in v1.30.5
func (in CloudStackManagedNodeNetworks) DeepCopy() CloudStackManagedNodeNetworks
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStackManagedNodeNetworks.
func (CloudStackManagedNodeNetworks) DeepCopyInto ¶ added in v1.30.5
func (in CloudStackManagedNodeNetworks) DeepCopyInto(out *CloudStackManagedNodeNetworks)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (CloudStackManagedNodeNetworks) Managed ¶ added in v1.30.5
func (m CloudStackManagedNodeNetworks) Managed() (managed []ManagedNetworkInterface)
type CommonManagedNodeNetwork ¶
type CommonManagedNodeNetwork struct { NetworkName string `json:"network,omitempty"` //vnet for desktop DHCP bool `json:"dhcp,omitempty"` IPV4Address string `json:"address,omitempty"` Netmask string `json:"netmask,omitempty"` }
ComonManagedNodeNetwork is a specification for a common network ManagedNode resource
func (*CommonManagedNodeNetwork) DeepCopy ¶
func (in *CommonManagedNodeNetwork) DeepCopy() *CommonManagedNodeNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonManagedNodeNetwork.
func (*CommonManagedNodeNetwork) DeepCopyInto ¶
func (in *CommonManagedNodeNetwork) DeepCopyInto(out *CommonManagedNodeNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CommonManagedNodeNetwork) GetAdapter ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) GetAdapter() string
func (*CommonManagedNodeNetwork) GetIPV4Address ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) GetIPV4Address() string
func (*CommonManagedNodeNetwork) GetMacAddress ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) GetMacAddress() string
func (*CommonManagedNodeNetwork) GetNetmask ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) GetNetmask() string
func (*CommonManagedNodeNetwork) GetNetworkName ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) GetNetworkName() string
func (*CommonManagedNodeNetwork) GetRoutes ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) GetRoutes() []NetworkRoutes
func (*CommonManagedNodeNetwork) GetUseDhcpRoutes ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) GetUseDhcpRoutes() *bool
func (*CommonManagedNodeNetwork) IsDHCP ¶ added in v1.30.5
func (m *CommonManagedNodeNetwork) IsDHCP() bool
** CommonManagedNodeNetwork
type LxdManagedNodeNetwork ¶ added in v1.30.5
type LxdManagedNodeNetwork struct { NetworkName string `json:"network,omitempty"` //vnet for desktop DHCP bool `json:"dhcp,omitempty"` IPV4Address string `json:"address,omitempty"` }
func (*LxdManagedNodeNetwork) DeepCopy ¶ added in v1.30.5
func (in *LxdManagedNodeNetwork) DeepCopy() *LxdManagedNodeNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LxdManagedNodeNetwork.
func (*LxdManagedNodeNetwork) DeepCopyInto ¶ added in v1.30.5
func (in *LxdManagedNodeNetwork) DeepCopyInto(out *LxdManagedNodeNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LxdManagedNodeNetwork) GetRoutes ¶ added in v1.30.5
func (m *LxdManagedNodeNetwork) GetRoutes() []NetworkRoutes
** LxdManagedNodeNetwork
type LxdManagedNodeNetworks ¶ added in v1.30.5
type LxdManagedNodeNetworks []LxdManagedNodeNetwork
func (LxdManagedNodeNetworks) DeepCopy ¶ added in v1.30.5
func (in LxdManagedNodeNetworks) DeepCopy() LxdManagedNodeNetworks
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LxdManagedNodeNetworks.
func (LxdManagedNodeNetworks) DeepCopyInto ¶ added in v1.30.5
func (in LxdManagedNodeNetworks) DeepCopyInto(out *LxdManagedNodeNetworks)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (LxdManagedNodeNetworks) Managed ¶ added in v1.30.5
func (m LxdManagedNodeNetworks) Managed() (managed []ManagedNetworkInterface)
type ManagedNetworkConfig ¶
type ManagedNetworkConfig struct { OpenStack OpenStackManagedNodeNetworks `json:"openstack,omitempty"` CloudStack CloudStackManagedNodeNetworks `json:"cloudstack,omitempty"` VMWare VMWareManagedNodeNetworks `json:"vmware,omitempty"` Multipass MultipassManagedNodeNetworks `json:"multipass,omitempty"` Lxd LxdManagedNodeNetworks `json:"lxd,omitempty"` ENI *AwsManagedNodeNetwork `json:"eni,omitempty"` }
func (*ManagedNetworkConfig) DeepCopy ¶
func (in *ManagedNetworkConfig) DeepCopy() *ManagedNetworkConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedNetworkConfig.
func (*ManagedNetworkConfig) DeepCopyInto ¶
func (in *ManagedNetworkConfig) DeepCopyInto(out *ManagedNetworkConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManagedNetworkInterface ¶ added in v1.30.5
type ManagedNode ¶
type ManagedNode struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ManagedNodeSpec `json:"spec,omitempty"` Status ManagedNodeStatus `json:"status,omitempty"` }
ManagedNode is a specification for a ManagedNode resource
func (*ManagedNode) DeepCopy ¶
func (in *ManagedNode) DeepCopy() *ManagedNode
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedNode.
func (*ManagedNode) DeepCopyInto ¶
func (in *ManagedNode) DeepCopyInto(out *ManagedNode)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ManagedNode) DeepCopyObject ¶
func (in *ManagedNode) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ManagedNode) GetNodegroup ¶
func (mn *ManagedNode) GetNodegroup() string
type ManagedNodeList ¶
type ManagedNodeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ManagedNode `json:"items"` }
ManagedNodeList is a list of ManagedNode resources
func (*ManagedNodeList) DeepCopy ¶
func (in *ManagedNodeList) DeepCopy() *ManagedNodeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedNodeList.
func (*ManagedNodeList) DeepCopyInto ¶
func (in *ManagedNodeList) DeepCopyInto(out *ManagedNodeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ManagedNodeList) DeepCopyObject ¶
func (in *ManagedNodeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ManagedNodeSpec ¶
type ManagedNodeSpec struct { Nodegroup string `default:"vmware-ca-k8s" json:"nodegroup,omitempty"` ControlPlane bool `json:"controlPlane,omitempty"` AllowDeployment bool `json:"allowDeployment,omitempty"` InstanceType string `default:"t2.micro" json:"instanceType"` DiskSizeInMB int `default:"10240" json:"diskSizeInMB"` DiskType string `default:"gp3" json:"diskType"` Labels []string `json:"labels,omitempty"` Annotations []string `json:"annotations,omitempty"` Networking ManagedNetworkConfig `json:"network,omitempty"` }
ManagedNodeSpec is the spec for a ManagedNode resource
func (*ManagedNodeSpec) DeepCopy ¶
func (in *ManagedNodeSpec) DeepCopy() *ManagedNodeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedNodeSpec.
func (*ManagedNodeSpec) DeepCopyInto ¶
func (in *ManagedNodeSpec) DeepCopyInto(out *ManagedNodeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManagedNodeStatus ¶
type ManagedNodeStatus struct { // The last time this status was updated. LastUpdateTime metav1.Time `json:"lastUpdateTime,omitempty"` // The node name created NodeName string `json:"nodename,omitempty"` // The instance created InstanceName string `json:"instancename,omitempty"` InstanceID string `json:"instanceid,omitempty"` // A human-readable description of the status of this operation. // +optional Message string `json:"message,omitempty"` // A machine-readable description of why this operation is in the // "Failure" status. If this value is empty there // is no information available. A Reason clarifies an HTTP status // code but does not override it. // +optional Reason metav1.StatusReason `json:"reason,omitempty"` // Suggested HTTP return code for this status, 0 if not set. // +optional Code int32 `json:"code,omitempty"` }
ManagedNodeStatus is the status for a ManagedNode resource
func (*ManagedNodeStatus) DeepCopy ¶
func (in *ManagedNodeStatus) DeepCopy() *ManagedNodeStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedNodeStatus.
func (*ManagedNodeStatus) DeepCopyInto ¶
func (in *ManagedNodeStatus) DeepCopyInto(out *ManagedNodeStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MultipassManagedNodeNetwork ¶
type MultipassManagedNodeNetwork struct { CommonManagedNodeNetwork UseRoutes *bool `json:"use-dhcp-routes,omitempty" yaml:"use-dhcp-routes,omitempty"` MacAddress string `json:"mac-address,omitempty" yaml:"mac-address,omitempty"` Routes []NetworkRoutes `json:"routes,omitempty" yaml:"routes,omitempty"` }
func (*MultipassManagedNodeNetwork) DeepCopy ¶
func (in *MultipassManagedNodeNetwork) DeepCopy() *MultipassManagedNodeNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MultipassManagedNodeNetwork.
func (*MultipassManagedNodeNetwork) DeepCopyInto ¶
func (in *MultipassManagedNodeNetwork) DeepCopyInto(out *MultipassManagedNodeNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MultipassManagedNodeNetwork) GetMacAddress ¶ added in v1.30.5
func (m *MultipassManagedNodeNetwork) GetMacAddress() string
func (*MultipassManagedNodeNetwork) GetRoutes ¶ added in v1.30.5
func (m *MultipassManagedNodeNetwork) GetRoutes() []NetworkRoutes
func (*MultipassManagedNodeNetwork) GetUseDhcpRoutes ¶ added in v1.30.5
func (m *MultipassManagedNodeNetwork) GetUseDhcpRoutes() *bool
** MultipassManagedNodeNetwork
type MultipassManagedNodeNetworks ¶ added in v1.30.5
type MultipassManagedNodeNetworks []MultipassManagedNodeNetwork
func (MultipassManagedNodeNetworks) DeepCopy ¶ added in v1.30.5
func (in MultipassManagedNodeNetworks) DeepCopy() MultipassManagedNodeNetworks
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MultipassManagedNodeNetworks.
func (MultipassManagedNodeNetworks) DeepCopyInto ¶ added in v1.30.5
func (in MultipassManagedNodeNetworks) DeepCopyInto(out *MultipassManagedNodeNetworks)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (MultipassManagedNodeNetworks) Managed ¶ added in v1.30.5
func (m MultipassManagedNodeNetworks) Managed() (managed []ManagedNetworkInterface)
type NetworkRoutes ¶
type NetworkRoutes struct { To string `json:"to,omitempty" yaml:"to,omitempty"` Via string `json:"via,omitempty" yaml:"via,omitempty"` Metric int `json:"metric,omitempty" yaml:"metric,omitempty"` }
NetworkRoutes is a specification for a network route ManagedNode resource
func (*NetworkRoutes) DeepCopy ¶
func (in *NetworkRoutes) DeepCopy() *NetworkRoutes
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkRoutes.
func (*NetworkRoutes) DeepCopyInto ¶
func (in *NetworkRoutes) DeepCopyInto(out *NetworkRoutes)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OpenStackManagedNodeNetwork ¶
type OpenStackManagedNodeNetwork struct {
CommonManagedNodeNetwork
}
func (*OpenStackManagedNodeNetwork) DeepCopy ¶
func (in *OpenStackManagedNodeNetwork) DeepCopy() *OpenStackManagedNodeNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenStackManagedNodeNetwork.
func (*OpenStackManagedNodeNetwork) DeepCopyInto ¶
func (in *OpenStackManagedNodeNetwork) DeepCopyInto(out *OpenStackManagedNodeNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OpenStackManagedNodeNetworks ¶ added in v1.30.5
type OpenStackManagedNodeNetworks []OpenStackManagedNodeNetwork
func (OpenStackManagedNodeNetworks) DeepCopy ¶ added in v1.30.5
func (in OpenStackManagedNodeNetworks) DeepCopy() OpenStackManagedNodeNetworks
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenStackManagedNodeNetworks.
func (OpenStackManagedNodeNetworks) DeepCopyInto ¶ added in v1.30.5
func (in OpenStackManagedNodeNetworks) DeepCopyInto(out *OpenStackManagedNodeNetworks)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (OpenStackManagedNodeNetworks) Managed ¶ added in v1.30.5
func (m OpenStackManagedNodeNetworks) Managed() (managed []ManagedNetworkInterface)
type VMWareManagedNodeNetwork ¶
type VMWareManagedNodeNetwork struct { CommonManagedNodeNetwork Adapter string `json:"adapter,omitempty" yaml:"adapter,omitempty"` UseRoutes *bool `json:"use-dhcp-routes,omitempty" yaml:"use-dhcp-routes,omitempty"` MacAddress string `json:"mac-address,omitempty" yaml:"mac-address,omitempty"` Routes []NetworkRoutes `json:"routes,omitempty" yaml:"routes,omitempty"` }
ManagedNodeNetwork is a specification for a network ManagedNode resource
func (*VMWareManagedNodeNetwork) DeepCopy ¶
func (in *VMWareManagedNodeNetwork) DeepCopy() *VMWareManagedNodeNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VMWareManagedNodeNetwork.
func (*VMWareManagedNodeNetwork) DeepCopyInto ¶
func (in *VMWareManagedNodeNetwork) DeepCopyInto(out *VMWareManagedNodeNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VMWareManagedNodeNetwork) GetAdapter ¶ added in v1.30.5
func (m *VMWareManagedNodeNetwork) GetAdapter() string
** VMWareManagedNodeNetwork
func (*VMWareManagedNodeNetwork) GetMacAddress ¶ added in v1.30.5
func (m *VMWareManagedNodeNetwork) GetMacAddress() string
func (*VMWareManagedNodeNetwork) GetRoutes ¶ added in v1.30.5
func (m *VMWareManagedNodeNetwork) GetRoutes() []NetworkRoutes
func (*VMWareManagedNodeNetwork) GetUseDhcpRoutes ¶ added in v1.30.5
func (m *VMWareManagedNodeNetwork) GetUseDhcpRoutes() *bool
type VMWareManagedNodeNetworks ¶ added in v1.30.5
type VMWareManagedNodeNetworks []VMWareManagedNodeNetwork
func (VMWareManagedNodeNetworks) DeepCopy ¶ added in v1.30.5
func (in VMWareManagedNodeNetworks) DeepCopy() VMWareManagedNodeNetworks
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VMWareManagedNodeNetworks.
func (VMWareManagedNodeNetworks) DeepCopyInto ¶ added in v1.30.5
func (in VMWareManagedNodeNetworks) DeepCopyInto(out *VMWareManagedNodeNetworks)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (VMWareManagedNodeNetworks) Managed ¶ added in v1.30.5
func (m VMWareManagedNodeNetworks) Managed() (managed []ManagedNetworkInterface)