Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterRuntimeServiceServer(s grpc.ServiceRegistrar, srv RuntimeServiceServer)
- type AttachDiskRequest
- func (*AttachDiskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttachDiskRequest) GetDisk() *Disk
- func (x *AttachDiskRequest) GetInstanceId() string
- func (*AttachDiskRequest) ProtoMessage()
- func (x *AttachDiskRequest) ProtoReflect() protoreflect.Message
- func (x *AttachDiskRequest) Reset()
- func (x *AttachDiskRequest) String() string
- type AttachDiskResponse
- type AttachNetworkInterfaceRequest
- func (*AttachNetworkInterfaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttachNetworkInterfaceRequest) GetInstanceId() string
- func (x *AttachNetworkInterfaceRequest) GetNetworkInterface() *NetworkInterface
- func (*AttachNetworkInterfaceRequest) ProtoMessage()
- func (x *AttachNetworkInterfaceRequest) ProtoReflect() protoreflect.Message
- func (x *AttachNetworkInterfaceRequest) Reset()
- func (x *AttachNetworkInterfaceRequest) String() string
- type AttachNetworkInterfaceResponse
- func (*AttachNetworkInterfaceResponse) Descriptor() ([]byte, []int)deprecated
- func (*AttachNetworkInterfaceResponse) ProtoMessage()
- func (x *AttachNetworkInterfaceResponse) ProtoReflect() protoreflect.Message
- func (x *AttachNetworkInterfaceResponse) Reset()
- func (x *AttachNetworkInterfaceResponse) String() string
- type CreateInstanceRequest
- func (*CreateInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInstanceRequest) GetInstance() *Instance
- func (*CreateInstanceRequest) ProtoMessage()
- func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateInstanceRequest) Reset()
- func (x *CreateInstanceRequest) String() string
- type CreateInstanceResponse
- func (*CreateInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInstanceResponse) GetInstance() *Instance
- func (*CreateInstanceResponse) ProtoMessage()
- func (x *CreateInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateInstanceResponse) Reset()
- func (x *CreateInstanceResponse) String() string
- type DeleteInstanceRequest
- func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteInstanceRequest) GetInstanceId() string
- func (*DeleteInstanceRequest) ProtoMessage()
- func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteInstanceRequest) Reset()
- func (x *DeleteInstanceRequest) String() string
- type DeleteInstanceResponse
- type DetachDiskRequest
- func (*DetachDiskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DetachDiskRequest) GetInstanceId() string
- func (x *DetachDiskRequest) GetName() string
- func (*DetachDiskRequest) ProtoMessage()
- func (x *DetachDiskRequest) ProtoReflect() protoreflect.Message
- func (x *DetachDiskRequest) Reset()
- func (x *DetachDiskRequest) String() string
- type DetachDiskResponse
- type DetachNetworkInterfaceRequest
- func (*DetachNetworkInterfaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DetachNetworkInterfaceRequest) GetInstanceId() string
- func (x *DetachNetworkInterfaceRequest) GetName() string
- func (*DetachNetworkInterfaceRequest) ProtoMessage()
- func (x *DetachNetworkInterfaceRequest) ProtoReflect() protoreflect.Message
- func (x *DetachNetworkInterfaceRequest) Reset()
- func (x *DetachNetworkInterfaceRequest) String() string
- type DetachNetworkInterfaceResponse
- func (*DetachNetworkInterfaceResponse) Descriptor() ([]byte, []int)deprecated
- func (*DetachNetworkInterfaceResponse) ProtoMessage()
- func (x *DetachNetworkInterfaceResponse) ProtoReflect() protoreflect.Message
- func (x *DetachNetworkInterfaceResponse) Reset()
- func (x *DetachNetworkInterfaceResponse) String() string
- type Disk
- func (*Disk) Descriptor() ([]byte, []int)deprecated
- func (x *Disk) GetConnection() *DiskConnection
- func (x *Disk) GetDevice() string
- func (x *Disk) GetEmptyDisk() *EmptyDisk
- func (x *Disk) GetName() string
- func (*Disk) ProtoMessage()
- func (x *Disk) ProtoReflect() protoreflect.Message
- func (x *Disk) Reset()
- func (x *Disk) String() string
- type DiskConnection
- func (*DiskConnection) Descriptor() ([]byte, []int)deprecated
- func (x *DiskConnection) GetAttributes() map[string]string
- func (x *DiskConnection) GetDriver() string
- func (x *DiskConnection) GetHandle() string
- func (x *DiskConnection) GetSecretData() map[string][]byte
- func (*DiskConnection) ProtoMessage()
- func (x *DiskConnection) ProtoReflect() protoreflect.Message
- func (x *DiskConnection) Reset()
- func (x *DiskConnection) String() string
- type DiskSpec
- func (*DiskSpec) Descriptor() ([]byte, []int)deprecated
- func (x *DiskSpec) GetAttributes() map[string]string
- func (x *DiskSpec) GetDriver() string
- func (x *DiskSpec) GetHandle() string
- func (x *DiskSpec) GetSecretData() map[string][]byte
- func (*DiskSpec) ProtoMessage()
- func (x *DiskSpec) ProtoReflect() protoreflect.Message
- func (x *DiskSpec) Reset()
- func (x *DiskSpec) String() string
- type DiskState
- type DiskStatus
- type EmptyDisk
- type ExecRequest
- type ExecResponse
- type ImageSpec
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetMetadata() *ObjectMetadata
- func (x *Instance) GetSpec() *InstanceSpec
- func (x *Instance) GetStatus() *InstanceStatus
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- type InstanceFilter
- func (*InstanceFilter) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceFilter) GetId() string
- func (x *InstanceFilter) GetLabelSelector() map[string]string
- func (*InstanceFilter) ProtoMessage()
- func (x *InstanceFilter) ProtoReflect() protoreflect.Message
- func (x *InstanceFilter) Reset()
- func (x *InstanceFilter) String() string
- type InstanceSpec
- func (*InstanceSpec) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceSpec) GetCpuCount() int64
- func (x *InstanceSpec) GetDisks() []*Disk
- func (x *InstanceSpec) GetIgnitionData() []byte
- func (x *InstanceSpec) GetImage() *ImageSpec
- func (x *InstanceSpec) GetMemoryBytes() uint64
- func (x *InstanceSpec) GetNetworkInterfaces() []*NetworkInterface
- func (x *InstanceSpec) GetPower() Power
- func (x *InstanceSpec) GetType() string
- func (*InstanceSpec) ProtoMessage()
- func (x *InstanceSpec) ProtoReflect() protoreflect.Message
- func (x *InstanceSpec) Reset()
- func (x *InstanceSpec) String() string
- type InstanceState
- func (InstanceState) Descriptor() protoreflect.EnumDescriptor
- func (x InstanceState) Enum() *InstanceState
- func (InstanceState) EnumDescriptor() ([]byte, []int)deprecated
- func (x InstanceState) Number() protoreflect.EnumNumber
- func (x InstanceState) String() string
- func (InstanceState) Type() protoreflect.EnumType
- type InstanceStatus
- func (*InstanceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceStatus) GetDisks() []*DiskStatus
- func (x *InstanceStatus) GetImageRef() string
- func (x *InstanceStatus) GetNetworkInterfaces() []*NetworkInterfaceStatus
- func (x *InstanceStatus) GetObservedGeneration() int64
- func (x *InstanceStatus) GetState() InstanceState
- func (*InstanceStatus) ProtoMessage()
- func (x *InstanceStatus) ProtoReflect() protoreflect.Message
- func (x *InstanceStatus) Reset()
- func (x *InstanceStatus) String() string
- type ListInstancesRequest
- func (*ListInstancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesRequest) GetFilter() *InstanceFilter
- func (*ListInstancesRequest) ProtoMessage()
- func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest) Reset()
- func (x *ListInstancesRequest) String() string
- type ListInstancesResponse
- func (*ListInstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesResponse) GetInstances() []*Instance
- func (*ListInstancesResponse) ProtoMessage()
- func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
- func (x *ListInstancesResponse) Reset()
- func (x *ListInstancesResponse) String() string
- type NetworkInterface
- func (*NetworkInterface) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkInterface) GetIps() []string
- func (x *NetworkInterface) GetName() string
- func (x *NetworkInterface) GetSubnetCidrs() []string
- func (x *NetworkInterface) GetSubnetMetadata() *NetworkInterfaceSubnetMetadata
- func (*NetworkInterface) ProtoMessage()
- func (x *NetworkInterface) ProtoReflect() protoreflect.Message
- func (x *NetworkInterface) Reset()
- func (x *NetworkInterface) String() string
- type NetworkInterfaceState
- func (NetworkInterfaceState) Descriptor() protoreflect.EnumDescriptor
- func (x NetworkInterfaceState) Enum() *NetworkInterfaceState
- func (NetworkInterfaceState) EnumDescriptor() ([]byte, []int)deprecated
- func (x NetworkInterfaceState) Number() protoreflect.EnumNumber
- func (x NetworkInterfaceState) String() string
- func (NetworkInterfaceState) Type() protoreflect.EnumType
- type NetworkInterfaceStatus
- func (*NetworkInterfaceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkInterfaceStatus) GetHandle() string
- func (x *NetworkInterfaceStatus) GetName() string
- func (x *NetworkInterfaceStatus) GetState() NetworkInterfaceState
- func (*NetworkInterfaceStatus) ProtoMessage()
- func (x *NetworkInterfaceStatus) ProtoReflect() protoreflect.Message
- func (x *NetworkInterfaceStatus) Reset()
- func (x *NetworkInterfaceStatus) String() string
- type NetworkInterfaceSubnetMetadata
- func (*NetworkInterfaceSubnetMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkInterfaceSubnetMetadata) GetNetworkName() string
- func (x *NetworkInterfaceSubnetMetadata) GetNetworkUid() string
- func (x *NetworkInterfaceSubnetMetadata) GetSubnetName() string
- func (x *NetworkInterfaceSubnetMetadata) GetSubnetUid() string
- func (*NetworkInterfaceSubnetMetadata) ProtoMessage()
- func (x *NetworkInterfaceSubnetMetadata) ProtoReflect() protoreflect.Message
- func (x *NetworkInterfaceSubnetMetadata) Reset()
- func (x *NetworkInterfaceSubnetMetadata) String() string
- type ObjectMetadata
- func (*ObjectMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectMetadata) GetAnnotations() map[string]string
- func (x *ObjectMetadata) GetCreatedAt() int64
- func (x *ObjectMetadata) GetDeletedAt() int64
- func (x *ObjectMetadata) GetGeneration() int64
- func (x *ObjectMetadata) GetId() string
- func (x *ObjectMetadata) GetLabels() map[string]string
- func (*ObjectMetadata) ProtoMessage()
- func (x *ObjectMetadata) ProtoReflect() protoreflect.Message
- func (x *ObjectMetadata) Reset()
- func (x *ObjectMetadata) String() string
- type Power
- type RuntimeResources
- func (*RuntimeResources) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeResources) GetCpuCount() int64
- func (x *RuntimeResources) GetInstanceQuantities() map[string]int64
- func (x *RuntimeResources) GetMemoryBytes() uint64
- func (*RuntimeResources) ProtoMessage()
- func (x *RuntimeResources) ProtoReflect() protoreflect.Message
- func (x *RuntimeResources) Reset()
- func (x *RuntimeResources) String() string
- type RuntimeServiceClient
- type RuntimeServiceServer
- type StatusRequest
- type StatusResponse
- func (*StatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StatusResponse) GetAllocatable() *RuntimeResources
- func (x *StatusResponse) GetCapacity() *RuntimeResources
- func (*StatusResponse) ProtoMessage()
- func (x *StatusResponse) ProtoReflect() protoreflect.Message
- func (x *StatusResponse) Reset()
- func (x *StatusResponse) String() string
- type UnimplementedRuntimeServiceServer
- func (UnimplementedRuntimeServiceServer) AttachDisk(context.Context, *AttachDiskRequest) (*AttachDiskResponse, error)
- func (UnimplementedRuntimeServiceServer) AttachNetworkInterface(context.Context, *AttachNetworkInterfaceRequest) (*AttachNetworkInterfaceResponse, error)
- func (UnimplementedRuntimeServiceServer) CreateInstance(context.Context, *CreateInstanceRequest) (*CreateInstanceResponse, error)
- func (UnimplementedRuntimeServiceServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error)
- func (UnimplementedRuntimeServiceServer) DetachDisk(context.Context, *DetachDiskRequest) (*DetachDiskResponse, error)
- func (UnimplementedRuntimeServiceServer) DetachNetworkInterface(context.Context, *DetachNetworkInterfaceRequest) (*DetachNetworkInterfaceResponse, error)
- func (UnimplementedRuntimeServiceServer) Exec(context.Context, *ExecRequest) (*ExecResponse, error)
- func (UnimplementedRuntimeServiceServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
- func (UnimplementedRuntimeServiceServer) Status(context.Context, *StatusRequest) (*StatusResponse, error)
- func (UnimplementedRuntimeServiceServer) UpdateInstanceAnnotations(context.Context, *UpdateInstanceAnnotationsRequest) (*UpdateInstanceAnnotationsResponse, error)
- func (UnimplementedRuntimeServiceServer) UpdateInstancePower(context.Context, *UpdateInstancePowerRequest) (*UpdateInstancePowerResponse, error)
- func (UnimplementedRuntimeServiceServer) Version(context.Context, *VersionRequest) (*VersionResponse, error)
- type UnsafeRuntimeServiceServer
- type UpdateInstanceAnnotationsRequest
- func (*UpdateInstanceAnnotationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInstanceAnnotationsRequest) GetAnnotations() map[string]string
- func (x *UpdateInstanceAnnotationsRequest) GetInstanceId() string
- func (*UpdateInstanceAnnotationsRequest) ProtoMessage()
- func (x *UpdateInstanceAnnotationsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateInstanceAnnotationsRequest) Reset()
- func (x *UpdateInstanceAnnotationsRequest) String() string
- type UpdateInstanceAnnotationsResponse
- func (*UpdateInstanceAnnotationsResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateInstanceAnnotationsResponse) ProtoMessage()
- func (x *UpdateInstanceAnnotationsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateInstanceAnnotationsResponse) Reset()
- func (x *UpdateInstanceAnnotationsResponse) String() string
- type UpdateInstancePowerRequest
- func (*UpdateInstancePowerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInstancePowerRequest) GetInstanceId() string
- func (x *UpdateInstancePowerRequest) GetPower() Power
- func (*UpdateInstancePowerRequest) ProtoMessage()
- func (x *UpdateInstancePowerRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateInstancePowerRequest) Reset()
- func (x *UpdateInstancePowerRequest) String() string
- type UpdateInstancePowerResponse
- type VersionRequest
- type VersionResponse
- func (*VersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VersionResponse) GetRuntimeName() string
- func (x *VersionResponse) GetRuntimeVersion() string
- func (*VersionResponse) ProtoMessage()
- func (x *VersionResponse) ProtoReflect() protoreflect.Message
- func (x *VersionResponse) Reset()
- func (x *VersionResponse) String() string
Constants ¶
const ( RuntimeService_Version_FullMethodName = "/runtime.v1alpha1.RuntimeService/Version" RuntimeService_ListInstances_FullMethodName = "/runtime.v1alpha1.RuntimeService/ListInstances" RuntimeService_CreateInstance_FullMethodName = "/runtime.v1alpha1.RuntimeService/CreateInstance" RuntimeService_DeleteInstance_FullMethodName = "/runtime.v1alpha1.RuntimeService/DeleteInstance" RuntimeService_UpdateInstanceAnnotations_FullMethodName = "/runtime.v1alpha1.RuntimeService/UpdateInstanceAnnotations" RuntimeService_UpdateInstancePower_FullMethodName = "/runtime.v1alpha1.RuntimeService/UpdateInstancePower" RuntimeService_AttachDisk_FullMethodName = "/runtime.v1alpha1.RuntimeService/AttachDisk" RuntimeService_DetachDisk_FullMethodName = "/runtime.v1alpha1.RuntimeService/DetachDisk" RuntimeService_AttachNetworkInterface_FullMethodName = "/runtime.v1alpha1.RuntimeService/AttachNetworkInterface" RuntimeService_DetachNetworkInterface_FullMethodName = "/runtime.v1alpha1.RuntimeService/DetachNetworkInterface" RuntimeService_Status_FullMethodName = "/runtime.v1alpha1.RuntimeService/Status" RuntimeService_Exec_FullMethodName = "/runtime.v1alpha1.RuntimeService/Exec" )
Variables ¶
var ( Power_name = map[int32]string{ 0: "POWER_ON", 1: "POWER_OFF", } Power_value = map[string]int32{ "POWER_ON": 0, "POWER_OFF": 1, } )
Enum value maps for Power.
var ( DiskState_name = map[int32]string{ 0: "DISK_PENDING", 1: "DISK_ATTACHED", } DiskState_value = map[string]int32{ "DISK_PENDING": 0, "DISK_ATTACHED": 1, } )
Enum value maps for DiskState.
var ( NetworkInterfaceState_name = map[int32]string{ 0: "NETWORK_INTERFACE_PENDING", 1: "NETWORK_INTERFACE_ATTACHED", } NetworkInterfaceState_value = map[string]int32{ "NETWORK_INTERFACE_PENDING": 0, "NETWORK_INTERFACE_ATTACHED": 1, } )
Enum value maps for NetworkInterfaceState.
var ( InstanceState_name = map[int32]string{ 0: "INSTANCE_PENDING", 1: "INSTANCE_RUNNING", 2: "INSTANCE_SUSPENDED", 3: "INSTANCE_TERMINATED", } InstanceState_value = map[string]int32{ "INSTANCE_PENDING": 0, "INSTANCE_RUNNING": 1, "INSTANCE_SUSPENDED": 2, "INSTANCE_TERMINATED": 3, } )
Enum value maps for InstanceState.
var File_iri_api_apis_runtime_v1alpha1_api_proto protoreflect.FileDescriptor
var RuntimeService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "runtime.v1alpha1.RuntimeService", HandlerType: (*RuntimeServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Version", Handler: _RuntimeService_Version_Handler, }, { MethodName: "ListInstances", Handler: _RuntimeService_ListInstances_Handler, }, { MethodName: "CreateInstance", Handler: _RuntimeService_CreateInstance_Handler, }, { MethodName: "DeleteInstance", Handler: _RuntimeService_DeleteInstance_Handler, }, { MethodName: "UpdateInstanceAnnotations", Handler: _RuntimeService_UpdateInstanceAnnotations_Handler, }, { MethodName: "UpdateInstancePower", Handler: _RuntimeService_UpdateInstancePower_Handler, }, { MethodName: "AttachDisk", Handler: _RuntimeService_AttachDisk_Handler, }, { MethodName: "DetachDisk", Handler: _RuntimeService_DetachDisk_Handler, }, { MethodName: "AttachNetworkInterface", Handler: _RuntimeService_AttachNetworkInterface_Handler, }, { MethodName: "DetachNetworkInterface", Handler: _RuntimeService_DetachNetworkInterface_Handler, }, { MethodName: "Status", Handler: _RuntimeService_Status_Handler, }, { MethodName: "Exec", Handler: _RuntimeService_Exec_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "iri-api/apis/runtime/v1alpha1/api.proto", }
RuntimeService_ServiceDesc is the grpc.ServiceDesc for RuntimeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterRuntimeServiceServer ¶
func RegisterRuntimeServiceServer(s grpc.ServiceRegistrar, srv RuntimeServiceServer)
Types ¶
type AttachDiskRequest ¶
type AttachDiskRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Disk *Disk `protobuf:"bytes,2,opt,name=disk,proto3" json:"disk,omitempty"` // contains filtered or unexported fields }
func (*AttachDiskRequest) Descriptor
deprecated
func (*AttachDiskRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttachDiskRequest.ProtoReflect.Descriptor instead.
func (*AttachDiskRequest) GetDisk ¶
func (x *AttachDiskRequest) GetDisk() *Disk
func (*AttachDiskRequest) GetInstanceId ¶
func (x *AttachDiskRequest) GetInstanceId() string
func (*AttachDiskRequest) ProtoMessage ¶
func (*AttachDiskRequest) ProtoMessage()
func (*AttachDiskRequest) ProtoReflect ¶
func (x *AttachDiskRequest) ProtoReflect() protoreflect.Message
func (*AttachDiskRequest) Reset ¶
func (x *AttachDiskRequest) Reset()
func (*AttachDiskRequest) String ¶
func (x *AttachDiskRequest) String() string
type AttachDiskResponse ¶
type AttachDiskResponse struct {
// contains filtered or unexported fields
}
func (*AttachDiskResponse) Descriptor
deprecated
func (*AttachDiskResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttachDiskResponse.ProtoReflect.Descriptor instead.
func (*AttachDiskResponse) ProtoMessage ¶
func (*AttachDiskResponse) ProtoMessage()
func (*AttachDiskResponse) ProtoReflect ¶
func (x *AttachDiskResponse) ProtoReflect() protoreflect.Message
func (*AttachDiskResponse) Reset ¶
func (x *AttachDiskResponse) Reset()
func (*AttachDiskResponse) String ¶
func (x *AttachDiskResponse) String() string
type AttachNetworkInterfaceRequest ¶
type AttachNetworkInterfaceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` NetworkInterface *NetworkInterface `protobuf:"bytes,2,opt,name=network_interface,json=networkInterface,proto3" json:"network_interface,omitempty"` // contains filtered or unexported fields }
func (*AttachNetworkInterfaceRequest) Descriptor
deprecated
func (*AttachNetworkInterfaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttachNetworkInterfaceRequest.ProtoReflect.Descriptor instead.
func (*AttachNetworkInterfaceRequest) GetInstanceId ¶
func (x *AttachNetworkInterfaceRequest) GetInstanceId() string
func (*AttachNetworkInterfaceRequest) GetNetworkInterface ¶
func (x *AttachNetworkInterfaceRequest) GetNetworkInterface() *NetworkInterface
func (*AttachNetworkInterfaceRequest) ProtoMessage ¶
func (*AttachNetworkInterfaceRequest) ProtoMessage()
func (*AttachNetworkInterfaceRequest) ProtoReflect ¶
func (x *AttachNetworkInterfaceRequest) ProtoReflect() protoreflect.Message
func (*AttachNetworkInterfaceRequest) Reset ¶
func (x *AttachNetworkInterfaceRequest) Reset()
func (*AttachNetworkInterfaceRequest) String ¶
func (x *AttachNetworkInterfaceRequest) String() string
type AttachNetworkInterfaceResponse ¶
type AttachNetworkInterfaceResponse struct {
// contains filtered or unexported fields
}
func (*AttachNetworkInterfaceResponse) Descriptor
deprecated
func (*AttachNetworkInterfaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttachNetworkInterfaceResponse.ProtoReflect.Descriptor instead.
func (*AttachNetworkInterfaceResponse) ProtoMessage ¶
func (*AttachNetworkInterfaceResponse) ProtoMessage()
func (*AttachNetworkInterfaceResponse) ProtoReflect ¶
func (x *AttachNetworkInterfaceResponse) ProtoReflect() protoreflect.Message
func (*AttachNetworkInterfaceResponse) Reset ¶
func (x *AttachNetworkInterfaceResponse) Reset()
func (*AttachNetworkInterfaceResponse) String ¶
func (x *AttachNetworkInterfaceResponse) String() string
type CreateInstanceRequest ¶
type CreateInstanceRequest struct { Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*CreateInstanceRequest) Descriptor
deprecated
func (*CreateInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateInstanceRequest.ProtoReflect.Descriptor instead.
func (*CreateInstanceRequest) GetInstance ¶
func (x *CreateInstanceRequest) GetInstance() *Instance
func (*CreateInstanceRequest) ProtoMessage ¶
func (*CreateInstanceRequest) ProtoMessage()
func (*CreateInstanceRequest) ProtoReflect ¶
func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message
func (*CreateInstanceRequest) Reset ¶
func (x *CreateInstanceRequest) Reset()
func (*CreateInstanceRequest) String ¶
func (x *CreateInstanceRequest) String() string
type CreateInstanceResponse ¶
type CreateInstanceResponse struct { Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*CreateInstanceResponse) Descriptor
deprecated
func (*CreateInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateInstanceResponse.ProtoReflect.Descriptor instead.
func (*CreateInstanceResponse) GetInstance ¶
func (x *CreateInstanceResponse) GetInstance() *Instance
func (*CreateInstanceResponse) ProtoMessage ¶
func (*CreateInstanceResponse) ProtoMessage()
func (*CreateInstanceResponse) ProtoReflect ¶
func (x *CreateInstanceResponse) ProtoReflect() protoreflect.Message
func (*CreateInstanceResponse) Reset ¶
func (x *CreateInstanceResponse) Reset()
func (*CreateInstanceResponse) String ¶
func (x *CreateInstanceResponse) String() string
type DeleteInstanceRequest ¶
type DeleteInstanceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteInstanceRequest) Descriptor
deprecated
func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.
func (*DeleteInstanceRequest) GetInstanceId ¶
func (x *DeleteInstanceRequest) GetInstanceId() string
func (*DeleteInstanceRequest) ProtoMessage ¶
func (*DeleteInstanceRequest) ProtoMessage()
func (*DeleteInstanceRequest) ProtoReflect ¶
func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message
func (*DeleteInstanceRequest) Reset ¶
func (x *DeleteInstanceRequest) Reset()
func (*DeleteInstanceRequest) String ¶
func (x *DeleteInstanceRequest) String() string
type DeleteInstanceResponse ¶
type DeleteInstanceResponse struct {
// contains filtered or unexported fields
}
func (*DeleteInstanceResponse) Descriptor
deprecated
func (*DeleteInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteInstanceResponse.ProtoReflect.Descriptor instead.
func (*DeleteInstanceResponse) ProtoMessage ¶
func (*DeleteInstanceResponse) ProtoMessage()
func (*DeleteInstanceResponse) ProtoReflect ¶
func (x *DeleteInstanceResponse) ProtoReflect() protoreflect.Message
func (*DeleteInstanceResponse) Reset ¶
func (x *DeleteInstanceResponse) Reset()
func (*DeleteInstanceResponse) String ¶
func (x *DeleteInstanceResponse) String() string
type DetachDiskRequest ¶
type DetachDiskRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DetachDiskRequest) Descriptor
deprecated
func (*DetachDiskRequest) Descriptor() ([]byte, []int)
Deprecated: Use DetachDiskRequest.ProtoReflect.Descriptor instead.
func (*DetachDiskRequest) GetInstanceId ¶
func (x *DetachDiskRequest) GetInstanceId() string
func (*DetachDiskRequest) GetName ¶
func (x *DetachDiskRequest) GetName() string
func (*DetachDiskRequest) ProtoMessage ¶
func (*DetachDiskRequest) ProtoMessage()
func (*DetachDiskRequest) ProtoReflect ¶
func (x *DetachDiskRequest) ProtoReflect() protoreflect.Message
func (*DetachDiskRequest) Reset ¶
func (x *DetachDiskRequest) Reset()
func (*DetachDiskRequest) String ¶
func (x *DetachDiskRequest) String() string
type DetachDiskResponse ¶
type DetachDiskResponse struct {
// contains filtered or unexported fields
}
func (*DetachDiskResponse) Descriptor
deprecated
func (*DetachDiskResponse) Descriptor() ([]byte, []int)
Deprecated: Use DetachDiskResponse.ProtoReflect.Descriptor instead.
func (*DetachDiskResponse) ProtoMessage ¶
func (*DetachDiskResponse) ProtoMessage()
func (*DetachDiskResponse) ProtoReflect ¶
func (x *DetachDiskResponse) ProtoReflect() protoreflect.Message
func (*DetachDiskResponse) Reset ¶
func (x *DetachDiskResponse) Reset()
func (*DetachDiskResponse) String ¶
func (x *DetachDiskResponse) String() string
type DetachNetworkInterfaceRequest ¶
type DetachNetworkInterfaceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DetachNetworkInterfaceRequest) Descriptor
deprecated
func (*DetachNetworkInterfaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DetachNetworkInterfaceRequest.ProtoReflect.Descriptor instead.
func (*DetachNetworkInterfaceRequest) GetInstanceId ¶
func (x *DetachNetworkInterfaceRequest) GetInstanceId() string
func (*DetachNetworkInterfaceRequest) GetName ¶
func (x *DetachNetworkInterfaceRequest) GetName() string
func (*DetachNetworkInterfaceRequest) ProtoMessage ¶
func (*DetachNetworkInterfaceRequest) ProtoMessage()
func (*DetachNetworkInterfaceRequest) ProtoReflect ¶
func (x *DetachNetworkInterfaceRequest) ProtoReflect() protoreflect.Message
func (*DetachNetworkInterfaceRequest) Reset ¶
func (x *DetachNetworkInterfaceRequest) Reset()
func (*DetachNetworkInterfaceRequest) String ¶
func (x *DetachNetworkInterfaceRequest) String() string
type DetachNetworkInterfaceResponse ¶
type DetachNetworkInterfaceResponse struct {
// contains filtered or unexported fields
}
func (*DetachNetworkInterfaceResponse) Descriptor
deprecated
func (*DetachNetworkInterfaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use DetachNetworkInterfaceResponse.ProtoReflect.Descriptor instead.
func (*DetachNetworkInterfaceResponse) ProtoMessage ¶
func (*DetachNetworkInterfaceResponse) ProtoMessage()
func (*DetachNetworkInterfaceResponse) ProtoReflect ¶
func (x *DetachNetworkInterfaceResponse) ProtoReflect() protoreflect.Message
func (*DetachNetworkInterfaceResponse) Reset ¶
func (x *DetachNetworkInterfaceResponse) Reset()
func (*DetachNetworkInterfaceResponse) String ¶
func (x *DetachNetworkInterfaceResponse) String() string
type Disk ¶
type Disk struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Device string `protobuf:"bytes,2,opt,name=device,proto3" json:"device,omitempty"` EmptyDisk *EmptyDisk `protobuf:"bytes,4,opt,name=empty_disk,json=emptyDisk,proto3" json:"empty_disk,omitempty"` Connection *DiskConnection `protobuf:"bytes,5,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*Disk) Descriptor
deprecated
func (*Disk) GetConnection ¶
func (x *Disk) GetConnection() *DiskConnection
func (*Disk) GetEmptyDisk ¶
func (*Disk) ProtoMessage ¶
func (*Disk) ProtoMessage()
func (*Disk) ProtoReflect ¶
func (x *Disk) ProtoReflect() protoreflect.Message
type DiskConnection ¶
type DiskConnection struct { Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"` Handle string `protobuf:"bytes,2,opt,name=handle,proto3" json:"handle,omitempty"` Attributes map[string]string `` /* 161-byte string literal not displayed */ SecretData map[string][]byte `` /* 179-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DiskConnection) Descriptor
deprecated
func (*DiskConnection) Descriptor() ([]byte, []int)
Deprecated: Use DiskConnection.ProtoReflect.Descriptor instead.
func (*DiskConnection) GetAttributes ¶
func (x *DiskConnection) GetAttributes() map[string]string
func (*DiskConnection) GetDriver ¶
func (x *DiskConnection) GetDriver() string
func (*DiskConnection) GetHandle ¶
func (x *DiskConnection) GetHandle() string
func (*DiskConnection) GetSecretData ¶
func (x *DiskConnection) GetSecretData() map[string][]byte
func (*DiskConnection) ProtoMessage ¶
func (*DiskConnection) ProtoMessage()
func (*DiskConnection) ProtoReflect ¶
func (x *DiskConnection) ProtoReflect() protoreflect.Message
func (*DiskConnection) Reset ¶
func (x *DiskConnection) Reset()
func (*DiskConnection) String ¶
func (x *DiskConnection) String() string
type DiskSpec ¶
type DiskSpec struct { Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"` Handle string `protobuf:"bytes,2,opt,name=handle,proto3" json:"handle,omitempty"` Attributes map[string]string `` /* 161-byte string literal not displayed */ SecretData map[string][]byte `` /* 179-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DiskSpec) Descriptor
deprecated
func (*DiskSpec) GetAttributes ¶
func (*DiskSpec) GetSecretData ¶
func (*DiskSpec) ProtoMessage ¶
func (*DiskSpec) ProtoMessage()
func (*DiskSpec) ProtoReflect ¶
func (x *DiskSpec) ProtoReflect() protoreflect.Message
type DiskState ¶
type DiskState int32
func (DiskState) Descriptor ¶
func (DiskState) Descriptor() protoreflect.EnumDescriptor
func (DiskState) EnumDescriptor
deprecated
func (DiskState) Number ¶
func (x DiskState) Number() protoreflect.EnumNumber
func (DiskState) Type ¶
func (DiskState) Type() protoreflect.EnumType
type DiskStatus ¶
type DiskStatus struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` State DiskState `protobuf:"varint,2,opt,name=state,proto3,enum=runtime.v1alpha1.DiskState" json:"state,omitempty"` // contains filtered or unexported fields }
func (*DiskStatus) Descriptor
deprecated
func (*DiskStatus) Descriptor() ([]byte, []int)
Deprecated: Use DiskStatus.ProtoReflect.Descriptor instead.
func (*DiskStatus) GetName ¶
func (x *DiskStatus) GetName() string
func (*DiskStatus) GetState ¶
func (x *DiskStatus) GetState() DiskState
func (*DiskStatus) ProtoMessage ¶
func (*DiskStatus) ProtoMessage()
func (*DiskStatus) ProtoReflect ¶
func (x *DiskStatus) ProtoReflect() protoreflect.Message
func (*DiskStatus) Reset ¶
func (x *DiskStatus) Reset()
func (*DiskStatus) String ¶
func (x *DiskStatus) String() string
type EmptyDisk ¶
type EmptyDisk struct { SizeBytes int64 `protobuf:"varint,1,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"` // contains filtered or unexported fields }
func (*EmptyDisk) Descriptor
deprecated
func (*EmptyDisk) GetSizeBytes ¶
func (*EmptyDisk) ProtoMessage ¶
func (*EmptyDisk) ProtoMessage()
func (*EmptyDisk) ProtoReflect ¶
func (x *EmptyDisk) ProtoReflect() protoreflect.Message
type ExecRequest ¶
type ExecRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*ExecRequest) Descriptor
deprecated
func (*ExecRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecRequest.ProtoReflect.Descriptor instead.
func (*ExecRequest) GetInstanceId ¶
func (x *ExecRequest) GetInstanceId() string
func (*ExecRequest) ProtoMessage ¶
func (*ExecRequest) ProtoMessage()
func (*ExecRequest) ProtoReflect ¶
func (x *ExecRequest) ProtoReflect() protoreflect.Message
func (*ExecRequest) Reset ¶
func (x *ExecRequest) Reset()
func (*ExecRequest) String ¶
func (x *ExecRequest) String() string
type ExecResponse ¶
type ExecResponse struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*ExecResponse) Descriptor
deprecated
func (*ExecResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecResponse.ProtoReflect.Descriptor instead.
func (*ExecResponse) GetUrl ¶
func (x *ExecResponse) GetUrl() string
func (*ExecResponse) ProtoMessage ¶
func (*ExecResponse) ProtoMessage()
func (*ExecResponse) ProtoReflect ¶
func (x *ExecResponse) ProtoReflect() protoreflect.Message
func (*ExecResponse) Reset ¶
func (x *ExecResponse) Reset()
func (*ExecResponse) String ¶
func (x *ExecResponse) String() string
type ImageSpec ¶
type ImageSpec struct { Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` // contains filtered or unexported fields }
func (*ImageSpec) Descriptor
deprecated
func (*ImageSpec) ProtoMessage ¶
func (*ImageSpec) ProtoMessage()
func (*ImageSpec) ProtoReflect ¶
func (x *ImageSpec) ProtoReflect() protoreflect.Message
type Instance ¶
type Instance struct { Metadata *ObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Spec *InstanceSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` Status *InstanceStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*Instance) Descriptor
deprecated
func (*Instance) GetMetadata ¶
func (x *Instance) GetMetadata() *ObjectMetadata
func (*Instance) GetSpec ¶
func (x *Instance) GetSpec() *InstanceSpec
func (*Instance) GetStatus ¶
func (x *Instance) GetStatus() *InstanceStatus
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
type InstanceFilter ¶
type InstanceFilter struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` LabelSelector map[string]string `` /* 188-byte string literal not displayed */ // contains filtered or unexported fields }
func (*InstanceFilter) Descriptor
deprecated
func (*InstanceFilter) Descriptor() ([]byte, []int)
Deprecated: Use InstanceFilter.ProtoReflect.Descriptor instead.
func (*InstanceFilter) GetId ¶
func (x *InstanceFilter) GetId() string
func (*InstanceFilter) GetLabelSelector ¶
func (x *InstanceFilter) GetLabelSelector() map[string]string
func (*InstanceFilter) ProtoMessage ¶
func (*InstanceFilter) ProtoMessage()
func (*InstanceFilter) ProtoReflect ¶
func (x *InstanceFilter) ProtoReflect() protoreflect.Message
func (*InstanceFilter) Reset ¶
func (x *InstanceFilter) Reset()
func (*InstanceFilter) String ¶
func (x *InstanceFilter) String() string
type InstanceSpec ¶
type InstanceSpec struct { Power Power `protobuf:"varint,1,opt,name=power,proto3,enum=runtime.v1alpha1.Power" json:"power,omitempty"` Image *ImageSpec `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` CpuCount int64 `protobuf:"varint,4,opt,name=cpu_count,json=cpuCount,proto3" json:"cpu_count,omitempty"` MemoryBytes uint64 `protobuf:"varint,5,opt,name=memory_bytes,json=memoryBytes,proto3" json:"memory_bytes,omitempty"` IgnitionData []byte `protobuf:"bytes,6,opt,name=ignition_data,json=ignitionData,proto3" json:"ignition_data,omitempty"` Disks []*Disk `protobuf:"bytes,7,rep,name=disks,proto3" json:"disks,omitempty"` NetworkInterfaces []*NetworkInterface `protobuf:"bytes,8,rep,name=network_interfaces,json=networkInterfaces,proto3" json:"network_interfaces,omitempty"` // contains filtered or unexported fields }
func (*InstanceSpec) Descriptor
deprecated
func (*InstanceSpec) Descriptor() ([]byte, []int)
Deprecated: Use InstanceSpec.ProtoReflect.Descriptor instead.
func (*InstanceSpec) GetCpuCount ¶
func (x *InstanceSpec) GetCpuCount() int64
func (*InstanceSpec) GetDisks ¶
func (x *InstanceSpec) GetDisks() []*Disk
func (*InstanceSpec) GetIgnitionData ¶
func (x *InstanceSpec) GetIgnitionData() []byte
func (*InstanceSpec) GetImage ¶
func (x *InstanceSpec) GetImage() *ImageSpec
func (*InstanceSpec) GetMemoryBytes ¶
func (x *InstanceSpec) GetMemoryBytes() uint64
func (*InstanceSpec) GetNetworkInterfaces ¶
func (x *InstanceSpec) GetNetworkInterfaces() []*NetworkInterface
func (*InstanceSpec) GetPower ¶
func (x *InstanceSpec) GetPower() Power
func (*InstanceSpec) GetType ¶
func (x *InstanceSpec) GetType() string
func (*InstanceSpec) ProtoMessage ¶
func (*InstanceSpec) ProtoMessage()
func (*InstanceSpec) ProtoReflect ¶
func (x *InstanceSpec) ProtoReflect() protoreflect.Message
func (*InstanceSpec) Reset ¶
func (x *InstanceSpec) Reset()
func (*InstanceSpec) String ¶
func (x *InstanceSpec) String() string
type InstanceState ¶
type InstanceState int32
const ( InstanceState_INSTANCE_PENDING InstanceState = 0 InstanceState_INSTANCE_RUNNING InstanceState = 1 InstanceState_INSTANCE_SUSPENDED InstanceState = 2 InstanceState_INSTANCE_TERMINATED InstanceState = 3 )
func (InstanceState) Descriptor ¶
func (InstanceState) Descriptor() protoreflect.EnumDescriptor
func (InstanceState) Enum ¶
func (x InstanceState) Enum() *InstanceState
func (InstanceState) EnumDescriptor
deprecated
func (InstanceState) EnumDescriptor() ([]byte, []int)
Deprecated: Use InstanceState.Descriptor instead.
func (InstanceState) Number ¶
func (x InstanceState) Number() protoreflect.EnumNumber
func (InstanceState) String ¶
func (x InstanceState) String() string
func (InstanceState) Type ¶
func (InstanceState) Type() protoreflect.EnumType
type InstanceStatus ¶
type InstanceStatus struct { ObservedGeneration int64 `protobuf:"varint,1,opt,name=observed_generation,json=observedGeneration,proto3" json:"observed_generation,omitempty"` State InstanceState `protobuf:"varint,2,opt,name=state,proto3,enum=runtime.v1alpha1.InstanceState" json:"state,omitempty"` ImageRef string `protobuf:"bytes,3,opt,name=image_ref,json=imageRef,proto3" json:"image_ref,omitempty"` Disks []*DiskStatus `protobuf:"bytes,4,rep,name=disks,proto3" json:"disks,omitempty"` NetworkInterfaces []*NetworkInterfaceStatus `protobuf:"bytes,5,rep,name=network_interfaces,json=networkInterfaces,proto3" json:"network_interfaces,omitempty"` // contains filtered or unexported fields }
func (*InstanceStatus) Descriptor
deprecated
func (*InstanceStatus) Descriptor() ([]byte, []int)
Deprecated: Use InstanceStatus.ProtoReflect.Descriptor instead.
func (*InstanceStatus) GetDisks ¶
func (x *InstanceStatus) GetDisks() []*DiskStatus
func (*InstanceStatus) GetImageRef ¶
func (x *InstanceStatus) GetImageRef() string
func (*InstanceStatus) GetNetworkInterfaces ¶
func (x *InstanceStatus) GetNetworkInterfaces() []*NetworkInterfaceStatus
func (*InstanceStatus) GetObservedGeneration ¶
func (x *InstanceStatus) GetObservedGeneration() int64
func (*InstanceStatus) GetState ¶
func (x *InstanceStatus) GetState() InstanceState
func (*InstanceStatus) ProtoMessage ¶
func (*InstanceStatus) ProtoMessage()
func (*InstanceStatus) ProtoReflect ¶
func (x *InstanceStatus) ProtoReflect() protoreflect.Message
func (*InstanceStatus) Reset ¶
func (x *InstanceStatus) Reset()
func (*InstanceStatus) String ¶
func (x *InstanceStatus) String() string
type ListInstancesRequest ¶
type ListInstancesRequest struct { Filter *InstanceFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListInstancesRequest) Descriptor
deprecated
func (*ListInstancesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.
func (*ListInstancesRequest) GetFilter ¶
func (x *ListInstancesRequest) GetFilter() *InstanceFilter
func (*ListInstancesRequest) ProtoMessage ¶
func (*ListInstancesRequest) ProtoMessage()
func (*ListInstancesRequest) ProtoReflect ¶
func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
func (*ListInstancesRequest) Reset ¶
func (x *ListInstancesRequest) Reset()
func (*ListInstancesRequest) String ¶
func (x *ListInstancesRequest) String() string
type ListInstancesResponse ¶
type ListInstancesResponse struct { Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"` // contains filtered or unexported fields }
func (*ListInstancesResponse) Descriptor
deprecated
func (*ListInstancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.
func (*ListInstancesResponse) GetInstances ¶
func (x *ListInstancesResponse) GetInstances() []*Instance
func (*ListInstancesResponse) ProtoMessage ¶
func (*ListInstancesResponse) ProtoMessage()
func (*ListInstancesResponse) ProtoReflect ¶
func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
func (*ListInstancesResponse) Reset ¶
func (x *ListInstancesResponse) Reset()
func (*ListInstancesResponse) String ¶
func (x *ListInstancesResponse) String() string
type NetworkInterface ¶
type NetworkInterface struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` SubnetMetadata *NetworkInterfaceSubnetMetadata `protobuf:"bytes,2,opt,name=subnet_metadata,json=subnetMetadata,proto3" json:"subnet_metadata,omitempty"` Ips []string `protobuf:"bytes,3,rep,name=ips,proto3" json:"ips,omitempty"` SubnetCidrs []string `protobuf:"bytes,4,rep,name=subnet_cidrs,json=subnetCidrs,proto3" json:"subnet_cidrs,omitempty"` // contains filtered or unexported fields }
func (*NetworkInterface) Descriptor
deprecated
func (*NetworkInterface) Descriptor() ([]byte, []int)
Deprecated: Use NetworkInterface.ProtoReflect.Descriptor instead.
func (*NetworkInterface) GetIps ¶
func (x *NetworkInterface) GetIps() []string
func (*NetworkInterface) GetName ¶
func (x *NetworkInterface) GetName() string
func (*NetworkInterface) GetSubnetCidrs ¶
func (x *NetworkInterface) GetSubnetCidrs() []string
func (*NetworkInterface) GetSubnetMetadata ¶
func (x *NetworkInterface) GetSubnetMetadata() *NetworkInterfaceSubnetMetadata
func (*NetworkInterface) ProtoMessage ¶
func (*NetworkInterface) ProtoMessage()
func (*NetworkInterface) ProtoReflect ¶
func (x *NetworkInterface) ProtoReflect() protoreflect.Message
func (*NetworkInterface) Reset ¶
func (x *NetworkInterface) Reset()
func (*NetworkInterface) String ¶
func (x *NetworkInterface) String() string
type NetworkInterfaceState ¶
type NetworkInterfaceState int32
const ( NetworkInterfaceState_NETWORK_INTERFACE_PENDING NetworkInterfaceState = 0 NetworkInterfaceState_NETWORK_INTERFACE_ATTACHED NetworkInterfaceState = 1 )
func (NetworkInterfaceState) Descriptor ¶
func (NetworkInterfaceState) Descriptor() protoreflect.EnumDescriptor
func (NetworkInterfaceState) Enum ¶
func (x NetworkInterfaceState) Enum() *NetworkInterfaceState
func (NetworkInterfaceState) EnumDescriptor
deprecated
func (NetworkInterfaceState) EnumDescriptor() ([]byte, []int)
Deprecated: Use NetworkInterfaceState.Descriptor instead.
func (NetworkInterfaceState) Number ¶
func (x NetworkInterfaceState) Number() protoreflect.EnumNumber
func (NetworkInterfaceState) String ¶
func (x NetworkInterfaceState) String() string
func (NetworkInterfaceState) Type ¶
func (NetworkInterfaceState) Type() protoreflect.EnumType
type NetworkInterfaceStatus ¶
type NetworkInterfaceStatus struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Handle string `protobuf:"bytes,2,opt,name=handle,proto3" json:"handle,omitempty"` State NetworkInterfaceState `protobuf:"varint,3,opt,name=state,proto3,enum=runtime.v1alpha1.NetworkInterfaceState" json:"state,omitempty"` // contains filtered or unexported fields }
func (*NetworkInterfaceStatus) Descriptor
deprecated
func (*NetworkInterfaceStatus) Descriptor() ([]byte, []int)
Deprecated: Use NetworkInterfaceStatus.ProtoReflect.Descriptor instead.
func (*NetworkInterfaceStatus) GetHandle ¶
func (x *NetworkInterfaceStatus) GetHandle() string
func (*NetworkInterfaceStatus) GetName ¶
func (x *NetworkInterfaceStatus) GetName() string
func (*NetworkInterfaceStatus) GetState ¶
func (x *NetworkInterfaceStatus) GetState() NetworkInterfaceState
func (*NetworkInterfaceStatus) ProtoMessage ¶
func (*NetworkInterfaceStatus) ProtoMessage()
func (*NetworkInterfaceStatus) ProtoReflect ¶
func (x *NetworkInterfaceStatus) ProtoReflect() protoreflect.Message
func (*NetworkInterfaceStatus) Reset ¶
func (x *NetworkInterfaceStatus) Reset()
func (*NetworkInterfaceStatus) String ¶
func (x *NetworkInterfaceStatus) String() string
type NetworkInterfaceSubnetMetadata ¶
type NetworkInterfaceSubnetMetadata struct { NetworkName string `protobuf:"bytes,1,opt,name=network_name,json=networkName,proto3" json:"network_name,omitempty"` NetworkUid string `protobuf:"bytes,2,opt,name=network_uid,json=networkUid,proto3" json:"network_uid,omitempty"` SubnetName string `protobuf:"bytes,3,opt,name=subnet_name,json=subnetName,proto3" json:"subnet_name,omitempty"` SubnetUid string `protobuf:"bytes,4,opt,name=subnet_uid,json=subnetUid,proto3" json:"subnet_uid,omitempty"` // contains filtered or unexported fields }
func (*NetworkInterfaceSubnetMetadata) Descriptor
deprecated
func (*NetworkInterfaceSubnetMetadata) Descriptor() ([]byte, []int)
Deprecated: Use NetworkInterfaceSubnetMetadata.ProtoReflect.Descriptor instead.
func (*NetworkInterfaceSubnetMetadata) GetNetworkName ¶
func (x *NetworkInterfaceSubnetMetadata) GetNetworkName() string
func (*NetworkInterfaceSubnetMetadata) GetNetworkUid ¶
func (x *NetworkInterfaceSubnetMetadata) GetNetworkUid() string
func (*NetworkInterfaceSubnetMetadata) GetSubnetName ¶
func (x *NetworkInterfaceSubnetMetadata) GetSubnetName() string
func (*NetworkInterfaceSubnetMetadata) GetSubnetUid ¶
func (x *NetworkInterfaceSubnetMetadata) GetSubnetUid() string
func (*NetworkInterfaceSubnetMetadata) ProtoMessage ¶
func (*NetworkInterfaceSubnetMetadata) ProtoMessage()
func (*NetworkInterfaceSubnetMetadata) ProtoReflect ¶
func (x *NetworkInterfaceSubnetMetadata) ProtoReflect() protoreflect.Message
func (*NetworkInterfaceSubnetMetadata) Reset ¶
func (x *NetworkInterfaceSubnetMetadata) Reset()
func (*NetworkInterfaceSubnetMetadata) String ¶
func (x *NetworkInterfaceSubnetMetadata) String() string
type ObjectMetadata ¶
type ObjectMetadata struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Annotations map[string]string `` /* 163-byte string literal not displayed */ Labels map[string]string `` /* 153-byte string literal not displayed */ Generation int64 `protobuf:"varint,4,opt,name=generation,proto3" json:"generation,omitempty"` CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` DeletedAt int64 `protobuf:"varint,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` // contains filtered or unexported fields }
func (*ObjectMetadata) Descriptor
deprecated
func (*ObjectMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ObjectMetadata.ProtoReflect.Descriptor instead.
func (*ObjectMetadata) GetAnnotations ¶
func (x *ObjectMetadata) GetAnnotations() map[string]string
func (*ObjectMetadata) GetCreatedAt ¶
func (x *ObjectMetadata) GetCreatedAt() int64
func (*ObjectMetadata) GetDeletedAt ¶
func (x *ObjectMetadata) GetDeletedAt() int64
func (*ObjectMetadata) GetGeneration ¶
func (x *ObjectMetadata) GetGeneration() int64
func (*ObjectMetadata) GetId ¶
func (x *ObjectMetadata) GetId() string
func (*ObjectMetadata) GetLabels ¶
func (x *ObjectMetadata) GetLabels() map[string]string
func (*ObjectMetadata) ProtoMessage ¶
func (*ObjectMetadata) ProtoMessage()
func (*ObjectMetadata) ProtoReflect ¶
func (x *ObjectMetadata) ProtoReflect() protoreflect.Message
func (*ObjectMetadata) Reset ¶
func (x *ObjectMetadata) Reset()
func (*ObjectMetadata) String ¶
func (x *ObjectMetadata) String() string
type Power ¶
type Power int32
func (Power) Descriptor ¶
func (Power) Descriptor() protoreflect.EnumDescriptor
func (Power) EnumDescriptor
deprecated
func (Power) Number ¶
func (x Power) Number() protoreflect.EnumNumber
func (Power) Type ¶
func (Power) Type() protoreflect.EnumType
type RuntimeResources ¶
type RuntimeResources struct { CpuCount int64 `protobuf:"varint,1,opt,name=cpu_count,json=cpuCount,proto3" json:"cpu_count,omitempty"` MemoryBytes uint64 `protobuf:"varint,2,opt,name=memory_bytes,json=memoryBytes,proto3" json:"memory_bytes,omitempty"` InstanceQuantities map[string]int64 `` /* 204-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RuntimeResources) Descriptor
deprecated
func (*RuntimeResources) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeResources.ProtoReflect.Descriptor instead.
func (*RuntimeResources) GetCpuCount ¶
func (x *RuntimeResources) GetCpuCount() int64
func (*RuntimeResources) GetInstanceQuantities ¶
func (x *RuntimeResources) GetInstanceQuantities() map[string]int64
func (*RuntimeResources) GetMemoryBytes ¶
func (x *RuntimeResources) GetMemoryBytes() uint64
func (*RuntimeResources) ProtoMessage ¶
func (*RuntimeResources) ProtoMessage()
func (*RuntimeResources) ProtoReflect ¶
func (x *RuntimeResources) ProtoReflect() protoreflect.Message
func (*RuntimeResources) Reset ¶
func (x *RuntimeResources) Reset()
func (*RuntimeResources) String ¶
func (x *RuntimeResources) String() string
type RuntimeServiceClient ¶
type RuntimeServiceClient interface { Version(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error) ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error) CreateInstance(ctx context.Context, in *CreateInstanceRequest, opts ...grpc.CallOption) (*CreateInstanceResponse, error) DeleteInstance(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*DeleteInstanceResponse, error) UpdateInstanceAnnotations(ctx context.Context, in *UpdateInstanceAnnotationsRequest, opts ...grpc.CallOption) (*UpdateInstanceAnnotationsResponse, error) UpdateInstancePower(ctx context.Context, in *UpdateInstancePowerRequest, opts ...grpc.CallOption) (*UpdateInstancePowerResponse, error) AttachDisk(ctx context.Context, in *AttachDiskRequest, opts ...grpc.CallOption) (*AttachDiskResponse, error) DetachDisk(ctx context.Context, in *DetachDiskRequest, opts ...grpc.CallOption) (*DetachDiskResponse, error) AttachNetworkInterface(ctx context.Context, in *AttachNetworkInterfaceRequest, opts ...grpc.CallOption) (*AttachNetworkInterfaceResponse, error) DetachNetworkInterface(ctx context.Context, in *DetachNetworkInterfaceRequest, opts ...grpc.CallOption) (*DetachNetworkInterfaceResponse, error) Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error) Exec(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*ExecResponse, error) }
RuntimeServiceClient is the client API for RuntimeService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRuntimeServiceClient ¶
func NewRuntimeServiceClient(cc grpc.ClientConnInterface) RuntimeServiceClient
type RuntimeServiceServer ¶
type RuntimeServiceServer interface { Version(context.Context, *VersionRequest) (*VersionResponse, error) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error) CreateInstance(context.Context, *CreateInstanceRequest) (*CreateInstanceResponse, error) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error) UpdateInstanceAnnotations(context.Context, *UpdateInstanceAnnotationsRequest) (*UpdateInstanceAnnotationsResponse, error) UpdateInstancePower(context.Context, *UpdateInstancePowerRequest) (*UpdateInstancePowerResponse, error) AttachDisk(context.Context, *AttachDiskRequest) (*AttachDiskResponse, error) DetachDisk(context.Context, *DetachDiskRequest) (*DetachDiskResponse, error) AttachNetworkInterface(context.Context, *AttachNetworkInterfaceRequest) (*AttachNetworkInterfaceResponse, error) DetachNetworkInterface(context.Context, *DetachNetworkInterfaceRequest) (*DetachNetworkInterfaceResponse, error) Status(context.Context, *StatusRequest) (*StatusResponse, error) Exec(context.Context, *ExecRequest) (*ExecResponse, error) // contains filtered or unexported methods }
RuntimeServiceServer is the server API for RuntimeService service. All implementations must embed UnimplementedRuntimeServiceServer for forward compatibility.
type StatusRequest ¶
type StatusRequest struct {
// contains filtered or unexported fields
}
func (*StatusRequest) Descriptor
deprecated
func (*StatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.
func (*StatusRequest) ProtoMessage ¶
func (*StatusRequest) ProtoMessage()
func (*StatusRequest) ProtoReflect ¶
func (x *StatusRequest) ProtoReflect() protoreflect.Message
func (*StatusRequest) Reset ¶
func (x *StatusRequest) Reset()
func (*StatusRequest) String ¶
func (x *StatusRequest) String() string
type StatusResponse ¶
type StatusResponse struct { Capacity *RuntimeResources `protobuf:"bytes,1,opt,name=capacity,proto3" json:"capacity,omitempty"` Allocatable *RuntimeResources `protobuf:"bytes,2,opt,name=allocatable,proto3" json:"allocatable,omitempty"` // contains filtered or unexported fields }
func (*StatusResponse) Descriptor
deprecated
func (*StatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use StatusResponse.ProtoReflect.Descriptor instead.
func (*StatusResponse) GetAllocatable ¶
func (x *StatusResponse) GetAllocatable() *RuntimeResources
func (*StatusResponse) GetCapacity ¶
func (x *StatusResponse) GetCapacity() *RuntimeResources
func (*StatusResponse) ProtoMessage ¶
func (*StatusResponse) ProtoMessage()
func (*StatusResponse) ProtoReflect ¶
func (x *StatusResponse) ProtoReflect() protoreflect.Message
func (*StatusResponse) Reset ¶
func (x *StatusResponse) Reset()
func (*StatusResponse) String ¶
func (x *StatusResponse) String() string
type UnimplementedRuntimeServiceServer ¶
type UnimplementedRuntimeServiceServer struct{}
UnimplementedRuntimeServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedRuntimeServiceServer) AttachDisk ¶
func (UnimplementedRuntimeServiceServer) AttachDisk(context.Context, *AttachDiskRequest) (*AttachDiskResponse, error)
func (UnimplementedRuntimeServiceServer) AttachNetworkInterface ¶
func (UnimplementedRuntimeServiceServer) AttachNetworkInterface(context.Context, *AttachNetworkInterfaceRequest) (*AttachNetworkInterfaceResponse, error)
func (UnimplementedRuntimeServiceServer) CreateInstance ¶
func (UnimplementedRuntimeServiceServer) CreateInstance(context.Context, *CreateInstanceRequest) (*CreateInstanceResponse, error)
func (UnimplementedRuntimeServiceServer) DeleteInstance ¶
func (UnimplementedRuntimeServiceServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error)
func (UnimplementedRuntimeServiceServer) DetachDisk ¶
func (UnimplementedRuntimeServiceServer) DetachDisk(context.Context, *DetachDiskRequest) (*DetachDiskResponse, error)
func (UnimplementedRuntimeServiceServer) DetachNetworkInterface ¶
func (UnimplementedRuntimeServiceServer) DetachNetworkInterface(context.Context, *DetachNetworkInterfaceRequest) (*DetachNetworkInterfaceResponse, error)
func (UnimplementedRuntimeServiceServer) Exec ¶
func (UnimplementedRuntimeServiceServer) Exec(context.Context, *ExecRequest) (*ExecResponse, error)
func (UnimplementedRuntimeServiceServer) ListInstances ¶
func (UnimplementedRuntimeServiceServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
func (UnimplementedRuntimeServiceServer) Status ¶
func (UnimplementedRuntimeServiceServer) Status(context.Context, *StatusRequest) (*StatusResponse, error)
func (UnimplementedRuntimeServiceServer) UpdateInstanceAnnotations ¶
func (UnimplementedRuntimeServiceServer) UpdateInstanceAnnotations(context.Context, *UpdateInstanceAnnotationsRequest) (*UpdateInstanceAnnotationsResponse, error)
func (UnimplementedRuntimeServiceServer) UpdateInstancePower ¶
func (UnimplementedRuntimeServiceServer) UpdateInstancePower(context.Context, *UpdateInstancePowerRequest) (*UpdateInstancePowerResponse, error)
func (UnimplementedRuntimeServiceServer) Version ¶
func (UnimplementedRuntimeServiceServer) Version(context.Context, *VersionRequest) (*VersionResponse, error)
type UnsafeRuntimeServiceServer ¶
type UnsafeRuntimeServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRuntimeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RuntimeServiceServer will result in compilation errors.
type UpdateInstanceAnnotationsRequest ¶
type UpdateInstanceAnnotationsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Annotations map[string]string `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateInstanceAnnotationsRequest) Descriptor
deprecated
func (*UpdateInstanceAnnotationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceAnnotationsRequest.ProtoReflect.Descriptor instead.
func (*UpdateInstanceAnnotationsRequest) GetAnnotations ¶
func (x *UpdateInstanceAnnotationsRequest) GetAnnotations() map[string]string
func (*UpdateInstanceAnnotationsRequest) GetInstanceId ¶
func (x *UpdateInstanceAnnotationsRequest) GetInstanceId() string
func (*UpdateInstanceAnnotationsRequest) ProtoMessage ¶
func (*UpdateInstanceAnnotationsRequest) ProtoMessage()
func (*UpdateInstanceAnnotationsRequest) ProtoReflect ¶
func (x *UpdateInstanceAnnotationsRequest) ProtoReflect() protoreflect.Message
func (*UpdateInstanceAnnotationsRequest) Reset ¶
func (x *UpdateInstanceAnnotationsRequest) Reset()
func (*UpdateInstanceAnnotationsRequest) String ¶
func (x *UpdateInstanceAnnotationsRequest) String() string
type UpdateInstanceAnnotationsResponse ¶
type UpdateInstanceAnnotationsResponse struct {
// contains filtered or unexported fields
}
func (*UpdateInstanceAnnotationsResponse) Descriptor
deprecated
func (*UpdateInstanceAnnotationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceAnnotationsResponse.ProtoReflect.Descriptor instead.
func (*UpdateInstanceAnnotationsResponse) ProtoMessage ¶
func (*UpdateInstanceAnnotationsResponse) ProtoMessage()
func (*UpdateInstanceAnnotationsResponse) ProtoReflect ¶
func (x *UpdateInstanceAnnotationsResponse) ProtoReflect() protoreflect.Message
func (*UpdateInstanceAnnotationsResponse) Reset ¶
func (x *UpdateInstanceAnnotationsResponse) Reset()
func (*UpdateInstanceAnnotationsResponse) String ¶
func (x *UpdateInstanceAnnotationsResponse) String() string
type UpdateInstancePowerRequest ¶
type UpdateInstancePowerRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Power Power `protobuf:"varint,2,opt,name=power,proto3,enum=runtime.v1alpha1.Power" json:"power,omitempty"` // contains filtered or unexported fields }
func (*UpdateInstancePowerRequest) Descriptor
deprecated
func (*UpdateInstancePowerRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstancePowerRequest.ProtoReflect.Descriptor instead.
func (*UpdateInstancePowerRequest) GetInstanceId ¶
func (x *UpdateInstancePowerRequest) GetInstanceId() string
func (*UpdateInstancePowerRequest) GetPower ¶
func (x *UpdateInstancePowerRequest) GetPower() Power
func (*UpdateInstancePowerRequest) ProtoMessage ¶
func (*UpdateInstancePowerRequest) ProtoMessage()
func (*UpdateInstancePowerRequest) ProtoReflect ¶
func (x *UpdateInstancePowerRequest) ProtoReflect() protoreflect.Message
func (*UpdateInstancePowerRequest) Reset ¶
func (x *UpdateInstancePowerRequest) Reset()
func (*UpdateInstancePowerRequest) String ¶
func (x *UpdateInstancePowerRequest) String() string
type UpdateInstancePowerResponse ¶
type UpdateInstancePowerResponse struct {
// contains filtered or unexported fields
}
func (*UpdateInstancePowerResponse) Descriptor
deprecated
func (*UpdateInstancePowerResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstancePowerResponse.ProtoReflect.Descriptor instead.
func (*UpdateInstancePowerResponse) ProtoMessage ¶
func (*UpdateInstancePowerResponse) ProtoMessage()
func (*UpdateInstancePowerResponse) ProtoReflect ¶
func (x *UpdateInstancePowerResponse) ProtoReflect() protoreflect.Message
func (*UpdateInstancePowerResponse) Reset ¶
func (x *UpdateInstancePowerResponse) Reset()
func (*UpdateInstancePowerResponse) String ¶
func (x *UpdateInstancePowerResponse) String() string
type VersionRequest ¶
type VersionRequest struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*VersionRequest) Descriptor
deprecated
func (*VersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use VersionRequest.ProtoReflect.Descriptor instead.
func (*VersionRequest) GetVersion ¶
func (x *VersionRequest) GetVersion() string
func (*VersionRequest) ProtoMessage ¶
func (*VersionRequest) ProtoMessage()
func (*VersionRequest) ProtoReflect ¶
func (x *VersionRequest) ProtoReflect() protoreflect.Message
func (*VersionRequest) Reset ¶
func (x *VersionRequest) Reset()
func (*VersionRequest) String ¶
func (x *VersionRequest) String() string
type VersionResponse ¶
type VersionResponse struct { // Name of the instance runtime. RuntimeName string `protobuf:"bytes,1,opt,name=runtime_name,json=runtimeName,proto3" json:"runtime_name,omitempty"` // Version of the instance runtime. The string must be // semver-compatible. RuntimeVersion string `protobuf:"bytes,2,opt,name=runtime_version,json=runtimeVersion,proto3" json:"runtime_version,omitempty"` // contains filtered or unexported fields }
func (*VersionResponse) Descriptor
deprecated
func (*VersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use VersionResponse.ProtoReflect.Descriptor instead.
func (*VersionResponse) GetRuntimeName ¶
func (x *VersionResponse) GetRuntimeName() string
func (*VersionResponse) GetRuntimeVersion ¶
func (x *VersionResponse) GetRuntimeVersion() string
func (*VersionResponse) ProtoMessage ¶
func (*VersionResponse) ProtoMessage()
func (*VersionResponse) ProtoReflect ¶
func (x *VersionResponse) ProtoReflect() protoreflect.Message
func (*VersionResponse) Reset ¶
func (x *VersionResponse) Reset()
func (*VersionResponse) String ¶
func (x *VersionResponse) String() string