Versions in this module Expand all Collapse all v0 v0.6.0 Sep 9, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type NodePool struct + Spec NodePoolSpec + Status NodePoolStatus + func (dst *NodePool) ConvertFrom(srcRaw conversion.Hub) error + func (in *NodePool) DeepCopy() *NodePool + func (in *NodePool) DeepCopyInto(out *NodePool) + func (in *NodePool) DeepCopyObject() runtime.Object + func (src *NodePool) ConvertTo(dstRaw conversion.Hub) error + type NodePoolList struct + Items []NodePool + func (in *NodePoolList) DeepCopy() *NodePoolList + func (in *NodePoolList) DeepCopyInto(out *NodePoolList) + func (in *NodePoolList) DeepCopyObject() runtime.Object + type NodePoolSpec struct + Annotations map[string]string + Labels map[string]string + Selector *metav1.LabelSelector + Taints []v1.Taint + Type NodePoolType + func (in *NodePoolSpec) DeepCopy() *NodePoolSpec + func (in *NodePoolSpec) DeepCopyInto(out *NodePoolSpec) + type NodePoolStatus struct + Nodes []string + ReadyNodeNum int32 + UnreadyNodeNum int32 + func (in *NodePoolStatus) DeepCopy() *NodePoolStatus + func (in *NodePoolStatus) DeepCopyInto(out *NodePoolStatus) + type NodePoolType string + const Cloud + const Edge