Versions in this module Expand all Collapse all v1 v1.27.3 Jul 11, 2023 v1.26.6 Jul 11, 2023 Changes in this version + var CloudProvider_ServiceDesc = grpc.ServiceDesc + var File_cloudprovider_externalgrpc_protos_externalgrpc_proto protoreflect.FileDescriptor + var InstanceStatus_InstanceState_name = map[int32]string + var InstanceStatus_InstanceState_value = map[string]int32 + func RegisterCloudProviderServer(s grpc.ServiceRegistrar, srv CloudProviderServer) + type CleanupRequest struct + func (*CleanupRequest) Descriptor() ([]byte, []int) + func (*CleanupRequest) ProtoMessage() + func (x *CleanupRequest) ProtoReflect() protoreflect.Message + func (x *CleanupRequest) Reset() + func (x *CleanupRequest) String() string + type CleanupResponse struct + func (*CleanupResponse) Descriptor() ([]byte, []int) + func (*CleanupResponse) ProtoMessage() + func (x *CleanupResponse) ProtoReflect() protoreflect.Message + func (x *CleanupResponse) Reset() + func (x *CleanupResponse) String() string + type CloudProviderClient interface + Cleanup func(ctx context.Context, in *CleanupRequest, opts ...grpc.CallOption) (*CleanupResponse, error) + GPULabel func(ctx context.Context, in *GPULabelRequest, opts ...grpc.CallOption) (*GPULabelResponse, error) + GetAvailableGPUTypes func(ctx context.Context, in *GetAvailableGPUTypesRequest, opts ...grpc.CallOption) (*GetAvailableGPUTypesResponse, error) + NodeGroupDecreaseTargetSize func(ctx context.Context, in *NodeGroupDecreaseTargetSizeRequest, ...) (*NodeGroupDecreaseTargetSizeResponse, error) + NodeGroupDeleteNodes func(ctx context.Context, in *NodeGroupDeleteNodesRequest, opts ...grpc.CallOption) (*NodeGroupDeleteNodesResponse, error) + NodeGroupForNode func(ctx context.Context, in *NodeGroupForNodeRequest, opts ...grpc.CallOption) (*NodeGroupForNodeResponse, error) + NodeGroupGetOptions func(ctx context.Context, in *NodeGroupAutoscalingOptionsRequest, ...) (*NodeGroupAutoscalingOptionsResponse, error) + NodeGroupIncreaseSize func(ctx context.Context, in *NodeGroupIncreaseSizeRequest, opts ...grpc.CallOption) (*NodeGroupIncreaseSizeResponse, error) + NodeGroupNodes func(ctx context.Context, in *NodeGroupNodesRequest, opts ...grpc.CallOption) (*NodeGroupNodesResponse, error) + NodeGroupTargetSize func(ctx context.Context, in *NodeGroupTargetSizeRequest, opts ...grpc.CallOption) (*NodeGroupTargetSizeResponse, error) + NodeGroupTemplateNodeInfo func(ctx context.Context, in *NodeGroupTemplateNodeInfoRequest, ...) (*NodeGroupTemplateNodeInfoResponse, error) + NodeGroups func(ctx context.Context, in *NodeGroupsRequest, opts ...grpc.CallOption) (*NodeGroupsResponse, error) + PricingNodePrice func(ctx context.Context, in *PricingNodePriceRequest, opts ...grpc.CallOption) (*PricingNodePriceResponse, error) + PricingPodPrice func(ctx context.Context, in *PricingPodPriceRequest, opts ...grpc.CallOption) (*PricingPodPriceResponse, error) + Refresh func(ctx context.Context, in *RefreshRequest, opts ...grpc.CallOption) (*RefreshResponse, error) + func NewCloudProviderClient(cc grpc.ClientConnInterface) CloudProviderClient + type CloudProviderServer interface + Cleanup func(context.Context, *CleanupRequest) (*CleanupResponse, error) + GPULabel func(context.Context, *GPULabelRequest) (*GPULabelResponse, error) + GetAvailableGPUTypes func(context.Context, *GetAvailableGPUTypesRequest) (*GetAvailableGPUTypesResponse, error) + NodeGroupDecreaseTargetSize func(context.Context, *NodeGroupDecreaseTargetSizeRequest) (*NodeGroupDecreaseTargetSizeResponse, error) + NodeGroupDeleteNodes func(context.Context, *NodeGroupDeleteNodesRequest) (*NodeGroupDeleteNodesResponse, error) + NodeGroupForNode func(context.Context, *NodeGroupForNodeRequest) (*NodeGroupForNodeResponse, error) + NodeGroupGetOptions func(context.Context, *NodeGroupAutoscalingOptionsRequest) (*NodeGroupAutoscalingOptionsResponse, error) + NodeGroupIncreaseSize func(context.Context, *NodeGroupIncreaseSizeRequest) (*NodeGroupIncreaseSizeResponse, error) + NodeGroupNodes func(context.Context, *NodeGroupNodesRequest) (*NodeGroupNodesResponse, error) + NodeGroupTargetSize func(context.Context, *NodeGroupTargetSizeRequest) (*NodeGroupTargetSizeResponse, error) + NodeGroupTemplateNodeInfo func(context.Context, *NodeGroupTemplateNodeInfoRequest) (*NodeGroupTemplateNodeInfoResponse, error) + NodeGroups func(context.Context, *NodeGroupsRequest) (*NodeGroupsResponse, error) + PricingNodePrice func(context.Context, *PricingNodePriceRequest) (*PricingNodePriceResponse, error) + PricingPodPrice func(context.Context, *PricingPodPriceRequest) (*PricingPodPriceResponse, error) + Refresh func(context.Context, *RefreshRequest) (*RefreshResponse, error) + type ExternalGrpcNode struct + Annotations map[string]string + Labels map[string]string + Name string + ProviderID string + func (*ExternalGrpcNode) Descriptor() ([]byte, []int) + func (*ExternalGrpcNode) ProtoMessage() + func (x *ExternalGrpcNode) GetAnnotations() map[string]string + func (x *ExternalGrpcNode) GetLabels() map[string]string + func (x *ExternalGrpcNode) GetName() string + func (x *ExternalGrpcNode) GetProviderID() string + func (x *ExternalGrpcNode) ProtoReflect() protoreflect.Message + func (x *ExternalGrpcNode) Reset() + func (x *ExternalGrpcNode) String() string + type GPULabelRequest struct + func (*GPULabelRequest) Descriptor() ([]byte, []int) + func (*GPULabelRequest) ProtoMessage() + func (x *GPULabelRequest) ProtoReflect() protoreflect.Message + func (x *GPULabelRequest) Reset() + func (x *GPULabelRequest) String() string + type GPULabelResponse struct + Label string + func (*GPULabelResponse) Descriptor() ([]byte, []int) + func (*GPULabelResponse) ProtoMessage() + func (x *GPULabelResponse) GetLabel() string + func (x *GPULabelResponse) ProtoReflect() protoreflect.Message + func (x *GPULabelResponse) Reset() + func (x *GPULabelResponse) String() string + type GetAvailableGPUTypesRequest struct + func (*GetAvailableGPUTypesRequest) Descriptor() ([]byte, []int) + func (*GetAvailableGPUTypesRequest) ProtoMessage() + func (x *GetAvailableGPUTypesRequest) ProtoReflect() protoreflect.Message + func (x *GetAvailableGPUTypesRequest) Reset() + func (x *GetAvailableGPUTypesRequest) String() string + type GetAvailableGPUTypesResponse struct + GpuTypes map[string]*anypb.Any + func (*GetAvailableGPUTypesResponse) Descriptor() ([]byte, []int) + func (*GetAvailableGPUTypesResponse) ProtoMessage() + func (x *GetAvailableGPUTypesResponse) GetGpuTypes() map[string]*anypb.Any + func (x *GetAvailableGPUTypesResponse) ProtoReflect() protoreflect.Message + func (x *GetAvailableGPUTypesResponse) Reset() + func (x *GetAvailableGPUTypesResponse) String() string + type Instance struct + Id string + Status *InstanceStatus + func (*Instance) Descriptor() ([]byte, []int) + func (*Instance) ProtoMessage() + func (x *Instance) GetId() string + func (x *Instance) GetStatus() *InstanceStatus + func (x *Instance) ProtoReflect() protoreflect.Message + func (x *Instance) Reset() + func (x *Instance) String() string + type InstanceErrorInfo struct + ErrorCode string + ErrorMessage string + InstanceErrorClass int32 + func (*InstanceErrorInfo) Descriptor() ([]byte, []int) + func (*InstanceErrorInfo) ProtoMessage() + func (x *InstanceErrorInfo) GetErrorCode() string + func (x *InstanceErrorInfo) GetErrorMessage() string + func (x *InstanceErrorInfo) GetInstanceErrorClass() int32 + func (x *InstanceErrorInfo) ProtoReflect() protoreflect.Message + func (x *InstanceErrorInfo) Reset() + func (x *InstanceErrorInfo) String() string + type InstanceStatus struct + ErrorInfo *InstanceErrorInfo + InstanceState InstanceStatus_InstanceState + func (*InstanceStatus) Descriptor() ([]byte, []int) + func (*InstanceStatus) ProtoMessage() + func (x *InstanceStatus) GetErrorInfo() *InstanceErrorInfo + func (x *InstanceStatus) GetInstanceState() InstanceStatus_InstanceState + func (x *InstanceStatus) ProtoReflect() protoreflect.Message + func (x *InstanceStatus) Reset() + func (x *InstanceStatus) String() string + type InstanceStatus_InstanceState int32 + const InstanceStatus_instanceCreating + const InstanceStatus_instanceDeleting + const InstanceStatus_instanceRunning + const InstanceStatus_unspecified + func (InstanceStatus_InstanceState) Descriptor() protoreflect.EnumDescriptor + func (InstanceStatus_InstanceState) EnumDescriptor() ([]byte, []int) + func (InstanceStatus_InstanceState) Type() protoreflect.EnumType + func (x InstanceStatus_InstanceState) Enum() *InstanceStatus_InstanceState + func (x InstanceStatus_InstanceState) Number() protoreflect.EnumNumber + func (x InstanceStatus_InstanceState) String() string + type NodeGroup struct + Debug string + Id string + MaxSize int32 + MinSize int32 + func (*NodeGroup) Descriptor() ([]byte, []int) + func (*NodeGroup) ProtoMessage() + func (x *NodeGroup) GetDebug() string + func (x *NodeGroup) GetId() string + func (x *NodeGroup) GetMaxSize() int32 + func (x *NodeGroup) GetMinSize() int32 + func (x *NodeGroup) ProtoReflect() protoreflect.Message + func (x *NodeGroup) Reset() + func (x *NodeGroup) String() string + type NodeGroupAutoscalingOptions struct + ScaleDownGpuUtilizationThreshold float64 + ScaleDownUnneededTime *v1.Duration + ScaleDownUnreadyTime *v1.Duration + ScaleDownUtilizationThreshold float64 + func (*NodeGroupAutoscalingOptions) Descriptor() ([]byte, []int) + func (*NodeGroupAutoscalingOptions) ProtoMessage() + func (x *NodeGroupAutoscalingOptions) GetScaleDownGpuUtilizationThreshold() float64 + func (x *NodeGroupAutoscalingOptions) GetScaleDownUnneededTime() *v1.Duration + func (x *NodeGroupAutoscalingOptions) GetScaleDownUnreadyTime() *v1.Duration + func (x *NodeGroupAutoscalingOptions) GetScaleDownUtilizationThreshold() float64 + func (x *NodeGroupAutoscalingOptions) ProtoReflect() protoreflect.Message + func (x *NodeGroupAutoscalingOptions) Reset() + func (x *NodeGroupAutoscalingOptions) String() string + type NodeGroupAutoscalingOptionsRequest struct + Defaults *NodeGroupAutoscalingOptions + Id string + func (*NodeGroupAutoscalingOptionsRequest) Descriptor() ([]byte, []int) + func (*NodeGroupAutoscalingOptionsRequest) ProtoMessage() + func (x *NodeGroupAutoscalingOptionsRequest) GetDefaults() *NodeGroupAutoscalingOptions + func (x *NodeGroupAutoscalingOptionsRequest) GetId() string + func (x *NodeGroupAutoscalingOptionsRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupAutoscalingOptionsRequest) Reset() + func (x *NodeGroupAutoscalingOptionsRequest) String() string + type NodeGroupAutoscalingOptionsResponse struct + NodeGroupAutoscalingOptions *NodeGroupAutoscalingOptions + func (*NodeGroupAutoscalingOptionsResponse) Descriptor() ([]byte, []int) + func (*NodeGroupAutoscalingOptionsResponse) ProtoMessage() + func (x *NodeGroupAutoscalingOptionsResponse) GetNodeGroupAutoscalingOptions() *NodeGroupAutoscalingOptions + func (x *NodeGroupAutoscalingOptionsResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupAutoscalingOptionsResponse) Reset() + func (x *NodeGroupAutoscalingOptionsResponse) String() string + type NodeGroupDecreaseTargetSizeRequest struct + Delta int32 + Id string + func (*NodeGroupDecreaseTargetSizeRequest) Descriptor() ([]byte, []int) + func (*NodeGroupDecreaseTargetSizeRequest) ProtoMessage() + func (x *NodeGroupDecreaseTargetSizeRequest) GetDelta() int32 + func (x *NodeGroupDecreaseTargetSizeRequest) GetId() string + func (x *NodeGroupDecreaseTargetSizeRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupDecreaseTargetSizeRequest) Reset() + func (x *NodeGroupDecreaseTargetSizeRequest) String() string + type NodeGroupDecreaseTargetSizeResponse struct + func (*NodeGroupDecreaseTargetSizeResponse) Descriptor() ([]byte, []int) + func (*NodeGroupDecreaseTargetSizeResponse) ProtoMessage() + func (x *NodeGroupDecreaseTargetSizeResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupDecreaseTargetSizeResponse) Reset() + func (x *NodeGroupDecreaseTargetSizeResponse) String() string + type NodeGroupDeleteNodesRequest struct + Id string + Nodes []*ExternalGrpcNode + func (*NodeGroupDeleteNodesRequest) Descriptor() ([]byte, []int) + func (*NodeGroupDeleteNodesRequest) ProtoMessage() + func (x *NodeGroupDeleteNodesRequest) GetId() string + func (x *NodeGroupDeleteNodesRequest) GetNodes() []*ExternalGrpcNode + func (x *NodeGroupDeleteNodesRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupDeleteNodesRequest) Reset() + func (x *NodeGroupDeleteNodesRequest) String() string + type NodeGroupDeleteNodesResponse struct + func (*NodeGroupDeleteNodesResponse) Descriptor() ([]byte, []int) + func (*NodeGroupDeleteNodesResponse) ProtoMessage() + func (x *NodeGroupDeleteNodesResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupDeleteNodesResponse) Reset() + func (x *NodeGroupDeleteNodesResponse) String() string + type NodeGroupForNodeRequest struct + Node *ExternalGrpcNode + func (*NodeGroupForNodeRequest) Descriptor() ([]byte, []int) + func (*NodeGroupForNodeRequest) ProtoMessage() + func (x *NodeGroupForNodeRequest) GetNode() *ExternalGrpcNode + func (x *NodeGroupForNodeRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupForNodeRequest) Reset() + func (x *NodeGroupForNodeRequest) String() string + type NodeGroupForNodeResponse struct + NodeGroup *NodeGroup + func (*NodeGroupForNodeResponse) Descriptor() ([]byte, []int) + func (*NodeGroupForNodeResponse) ProtoMessage() + func (x *NodeGroupForNodeResponse) GetNodeGroup() *NodeGroup + func (x *NodeGroupForNodeResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupForNodeResponse) Reset() + func (x *NodeGroupForNodeResponse) String() string + type NodeGroupIncreaseSizeRequest struct + Delta int32 + Id string + func (*NodeGroupIncreaseSizeRequest) Descriptor() ([]byte, []int) + func (*NodeGroupIncreaseSizeRequest) ProtoMessage() + func (x *NodeGroupIncreaseSizeRequest) GetDelta() int32 + func (x *NodeGroupIncreaseSizeRequest) GetId() string + func (x *NodeGroupIncreaseSizeRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupIncreaseSizeRequest) Reset() + func (x *NodeGroupIncreaseSizeRequest) String() string + type NodeGroupIncreaseSizeResponse struct + func (*NodeGroupIncreaseSizeResponse) Descriptor() ([]byte, []int) + func (*NodeGroupIncreaseSizeResponse) ProtoMessage() + func (x *NodeGroupIncreaseSizeResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupIncreaseSizeResponse) Reset() + func (x *NodeGroupIncreaseSizeResponse) String() string + type NodeGroupNodesRequest struct + Id string + func (*NodeGroupNodesRequest) Descriptor() ([]byte, []int) + func (*NodeGroupNodesRequest) ProtoMessage() + func (x *NodeGroupNodesRequest) GetId() string + func (x *NodeGroupNodesRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupNodesRequest) Reset() + func (x *NodeGroupNodesRequest) String() string + type NodeGroupNodesResponse struct + Instances []*Instance + func (*NodeGroupNodesResponse) Descriptor() ([]byte, []int) + func (*NodeGroupNodesResponse) ProtoMessage() + func (x *NodeGroupNodesResponse) GetInstances() []*Instance + func (x *NodeGroupNodesResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupNodesResponse) Reset() + func (x *NodeGroupNodesResponse) String() string + type NodeGroupTargetSizeRequest struct + Id string + func (*NodeGroupTargetSizeRequest) Descriptor() ([]byte, []int) + func (*NodeGroupTargetSizeRequest) ProtoMessage() + func (x *NodeGroupTargetSizeRequest) GetId() string + func (x *NodeGroupTargetSizeRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupTargetSizeRequest) Reset() + func (x *NodeGroupTargetSizeRequest) String() string + type NodeGroupTargetSizeResponse struct + TargetSize int32 + func (*NodeGroupTargetSizeResponse) Descriptor() ([]byte, []int) + func (*NodeGroupTargetSizeResponse) ProtoMessage() + func (x *NodeGroupTargetSizeResponse) GetTargetSize() int32 + func (x *NodeGroupTargetSizeResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupTargetSizeResponse) Reset() + func (x *NodeGroupTargetSizeResponse) String() string + type NodeGroupTemplateNodeInfoRequest struct + Id string + func (*NodeGroupTemplateNodeInfoRequest) Descriptor() ([]byte, []int) + func (*NodeGroupTemplateNodeInfoRequest) ProtoMessage() + func (x *NodeGroupTemplateNodeInfoRequest) GetId() string + func (x *NodeGroupTemplateNodeInfoRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupTemplateNodeInfoRequest) Reset() + func (x *NodeGroupTemplateNodeInfoRequest) String() string + type NodeGroupTemplateNodeInfoResponse struct + NodeInfo *v11.Node + func (*NodeGroupTemplateNodeInfoResponse) Descriptor() ([]byte, []int) + func (*NodeGroupTemplateNodeInfoResponse) ProtoMessage() + func (x *NodeGroupTemplateNodeInfoResponse) GetNodeInfo() *v11.Node + func (x *NodeGroupTemplateNodeInfoResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupTemplateNodeInfoResponse) Reset() + func (x *NodeGroupTemplateNodeInfoResponse) String() string + type NodeGroupsRequest struct + func (*NodeGroupsRequest) Descriptor() ([]byte, []int) + func (*NodeGroupsRequest) ProtoMessage() + func (x *NodeGroupsRequest) ProtoReflect() protoreflect.Message + func (x *NodeGroupsRequest) Reset() + func (x *NodeGroupsRequest) String() string + type NodeGroupsResponse struct + NodeGroups []*NodeGroup + func (*NodeGroupsResponse) Descriptor() ([]byte, []int) + func (*NodeGroupsResponse) ProtoMessage() + func (x *NodeGroupsResponse) GetNodeGroups() []*NodeGroup + func (x *NodeGroupsResponse) ProtoReflect() protoreflect.Message + func (x *NodeGroupsResponse) Reset() + func (x *NodeGroupsResponse) String() string + type PricingNodePriceRequest struct + EndTime *v1.Time + Node *ExternalGrpcNode + StartTime *v1.Time + func (*PricingNodePriceRequest) Descriptor() ([]byte, []int) + func (*PricingNodePriceRequest) ProtoMessage() + func (x *PricingNodePriceRequest) GetEndTime() *v1.Time + func (x *PricingNodePriceRequest) GetNode() *ExternalGrpcNode + func (x *PricingNodePriceRequest) GetStartTime() *v1.Time + func (x *PricingNodePriceRequest) ProtoReflect() protoreflect.Message + func (x *PricingNodePriceRequest) Reset() + func (x *PricingNodePriceRequest) String() string + type PricingNodePriceResponse struct + Price float64 + func (*PricingNodePriceResponse) Descriptor() ([]byte, []int) + func (*PricingNodePriceResponse) ProtoMessage() + func (x *PricingNodePriceResponse) GetPrice() float64 + func (x *PricingNodePriceResponse) ProtoReflect() protoreflect.Message + func (x *PricingNodePriceResponse) Reset() + func (x *PricingNodePriceResponse) String() string + type PricingPodPriceRequest struct + EndTime *v1.Time + Pod *v11.Pod + StartTime *v1.Time + func (*PricingPodPriceRequest) Descriptor() ([]byte, []int) + func (*PricingPodPriceRequest) ProtoMessage() + func (x *PricingPodPriceRequest) GetEndTime() *v1.Time + func (x *PricingPodPriceRequest) GetPod() *v11.Pod + func (x *PricingPodPriceRequest) GetStartTime() *v1.Time + func (x *PricingPodPriceRequest) ProtoReflect() protoreflect.Message + func (x *PricingPodPriceRequest) Reset() + func (x *PricingPodPriceRequest) String() string + type PricingPodPriceResponse struct + Price float64 + func (*PricingPodPriceResponse) Descriptor() ([]byte, []int) + func (*PricingPodPriceResponse) ProtoMessage() + func (x *PricingPodPriceResponse) GetPrice() float64 + func (x *PricingPodPriceResponse) ProtoReflect() protoreflect.Message + func (x *PricingPodPriceResponse) Reset() + func (x *PricingPodPriceResponse) String() string + type RefreshRequest struct + func (*RefreshRequest) Descriptor() ([]byte, []int) + func (*RefreshRequest) ProtoMessage() + func (x *RefreshRequest) ProtoReflect() protoreflect.Message + func (x *RefreshRequest) Reset() + func (x *RefreshRequest) String() string + type RefreshResponse struct + func (*RefreshResponse) Descriptor() ([]byte, []int) + func (*RefreshResponse) ProtoMessage() + func (x *RefreshResponse) ProtoReflect() protoreflect.Message + func (x *RefreshResponse) Reset() + func (x *RefreshResponse) String() string + type UnimplementedCloudProviderServer struct + func (UnimplementedCloudProviderServer) Cleanup(context.Context, *CleanupRequest) (*CleanupResponse, error) + func (UnimplementedCloudProviderServer) GPULabel(context.Context, *GPULabelRequest) (*GPULabelResponse, error) + func (UnimplementedCloudProviderServer) GetAvailableGPUTypes(context.Context, *GetAvailableGPUTypesRequest) (*GetAvailableGPUTypesResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupDecreaseTargetSize(context.Context, *NodeGroupDecreaseTargetSizeRequest) (*NodeGroupDecreaseTargetSizeResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupDeleteNodes(context.Context, *NodeGroupDeleteNodesRequest) (*NodeGroupDeleteNodesResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupForNode(context.Context, *NodeGroupForNodeRequest) (*NodeGroupForNodeResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupGetOptions(context.Context, *NodeGroupAutoscalingOptionsRequest) (*NodeGroupAutoscalingOptionsResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupIncreaseSize(context.Context, *NodeGroupIncreaseSizeRequest) (*NodeGroupIncreaseSizeResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupNodes(context.Context, *NodeGroupNodesRequest) (*NodeGroupNodesResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupTargetSize(context.Context, *NodeGroupTargetSizeRequest) (*NodeGroupTargetSizeResponse, error) + func (UnimplementedCloudProviderServer) NodeGroupTemplateNodeInfo(context.Context, *NodeGroupTemplateNodeInfoRequest) (*NodeGroupTemplateNodeInfoResponse, error) + func (UnimplementedCloudProviderServer) NodeGroups(context.Context, *NodeGroupsRequest) (*NodeGroupsResponse, error) + func (UnimplementedCloudProviderServer) PricingNodePrice(context.Context, *PricingNodePriceRequest) (*PricingNodePriceResponse, error) + func (UnimplementedCloudProviderServer) PricingPodPrice(context.Context, *PricingPodPriceRequest) (*PricingPodPriceResponse, error) + func (UnimplementedCloudProviderServer) Refresh(context.Context, *RefreshRequest) (*RefreshResponse, error) + type UnsafeCloudProviderServer interface