v1alpha1

package
v1.19.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthApi        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApi          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupApi = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterPodResourcesListerServer

func RegisterPodResourcesListerServer(s *grpc.Server, srv PodResourcesListerServer)

Types

type ContainerDevices

type ContainerDevices struct {
	ResourceName         string   `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	DeviceIds            []string `protobuf:"bytes,2,rep,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ContainerDevices contains information about the devices assigned to a container

func (*ContainerDevices) Descriptor

func (*ContainerDevices) Descriptor() ([]byte, []int)

func (*ContainerDevices) GetDeviceIds

func (m *ContainerDevices) GetDeviceIds() []string

func (*ContainerDevices) GetResourceName

func (m *ContainerDevices) GetResourceName() string

func (*ContainerDevices) Marshal

func (m *ContainerDevices) Marshal() (dAtA []byte, err error)

func (*ContainerDevices) MarshalTo

func (m *ContainerDevices) MarshalTo(dAtA []byte) (int, error)

func (*ContainerDevices) MarshalToSizedBuffer added in v1.18.0

func (m *ContainerDevices) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContainerDevices) ProtoMessage

func (*ContainerDevices) ProtoMessage()

func (*ContainerDevices) Reset

func (m *ContainerDevices) Reset()

func (*ContainerDevices) Size

func (m *ContainerDevices) Size() (n int)

func (*ContainerDevices) String

func (this *ContainerDevices) String() string

func (*ContainerDevices) Unmarshal

func (m *ContainerDevices) Unmarshal(dAtA []byte) error

func (*ContainerDevices) XXX_DiscardUnknown added in v1.18.0

func (m *ContainerDevices) XXX_DiscardUnknown()

func (*ContainerDevices) XXX_Marshal added in v1.18.0

func (m *ContainerDevices) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerDevices) XXX_Merge added in v1.18.0

func (m *ContainerDevices) XXX_Merge(src proto.Message)

func (*ContainerDevices) XXX_Size added in v1.18.0

func (m *ContainerDevices) XXX_Size() int

func (*ContainerDevices) XXX_Unmarshal added in v1.18.0

func (m *ContainerDevices) XXX_Unmarshal(b []byte) error

type ContainerResources

type ContainerResources struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Devices              []*ContainerDevices `protobuf:"bytes,2,rep,name=devices,proto3" json:"devices,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

ContainerResources contains information about the resources assigned to a container

func (*ContainerResources) Descriptor

func (*ContainerResources) Descriptor() ([]byte, []int)

func (*ContainerResources) GetDevices

func (m *ContainerResources) GetDevices() []*ContainerDevices

func (*ContainerResources) GetName

func (m *ContainerResources) GetName() string

func (*ContainerResources) Marshal

func (m *ContainerResources) Marshal() (dAtA []byte, err error)

func (*ContainerResources) MarshalTo

func (m *ContainerResources) MarshalTo(dAtA []byte) (int, error)

func (*ContainerResources) MarshalToSizedBuffer added in v1.18.0

func (m *ContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContainerResources) ProtoMessage

func (*ContainerResources) ProtoMessage()

func (*ContainerResources) Reset

func (m *ContainerResources) Reset()

func (*ContainerResources) Size

func (m *ContainerResources) Size() (n int)

func (*ContainerResources) String

func (this *ContainerResources) String() string

func (*ContainerResources) Unmarshal

func (m *ContainerResources) Unmarshal(dAtA []byte) error

func (*ContainerResources) XXX_DiscardUnknown added in v1.18.0

func (m *ContainerResources) XXX_DiscardUnknown()

func (*ContainerResources) XXX_Marshal added in v1.18.0

func (m *ContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerResources) XXX_Merge added in v1.18.0

func (m *ContainerResources) XXX_Merge(src proto.Message)

func (*ContainerResources) XXX_Size added in v1.18.0

func (m *ContainerResources) XXX_Size() int

func (*ContainerResources) XXX_Unmarshal added in v1.18.0

func (m *ContainerResources) XXX_Unmarshal(b []byte) error

type ListPodResourcesRequest

type ListPodResourcesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListPodResourcesRequest is the request made to the PodResourcesLister service

func (*ListPodResourcesRequest) Descriptor

func (*ListPodResourcesRequest) Descriptor() ([]byte, []int)

func (*ListPodResourcesRequest) Marshal

func (m *ListPodResourcesRequest) Marshal() (dAtA []byte, err error)

func (*ListPodResourcesRequest) MarshalTo

func (m *ListPodResourcesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListPodResourcesRequest) MarshalToSizedBuffer added in v1.18.0

func (m *ListPodResourcesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListPodResourcesRequest) ProtoMessage

func (*ListPodResourcesRequest) ProtoMessage()

func (*ListPodResourcesRequest) Reset

func (m *ListPodResourcesRequest) Reset()

func (*ListPodResourcesRequest) Size

func (m *ListPodResourcesRequest) Size() (n int)

func (*ListPodResourcesRequest) String

func (this *ListPodResourcesRequest) String() string

func (*ListPodResourcesRequest) Unmarshal

func (m *ListPodResourcesRequest) Unmarshal(dAtA []byte) error

func (*ListPodResourcesRequest) XXX_DiscardUnknown added in v1.18.0

func (m *ListPodResourcesRequest) XXX_DiscardUnknown()

func (*ListPodResourcesRequest) XXX_Marshal added in v1.18.0

func (m *ListPodResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListPodResourcesRequest) XXX_Merge added in v1.18.0

func (m *ListPodResourcesRequest) XXX_Merge(src proto.Message)

func (*ListPodResourcesRequest) XXX_Size added in v1.18.0

func (m *ListPodResourcesRequest) XXX_Size() int

func (*ListPodResourcesRequest) XXX_Unmarshal added in v1.18.0

func (m *ListPodResourcesRequest) XXX_Unmarshal(b []byte) error

type ListPodResourcesResponse

type ListPodResourcesResponse struct {
	PodResources         []*PodResources `protobuf:"bytes,1,rep,name=pod_resources,json=podResources,proto3" json:"pod_resources,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

ListPodResourcesResponse is the response returned by List function

func (*ListPodResourcesResponse) Descriptor

func (*ListPodResourcesResponse) Descriptor() ([]byte, []int)

func (*ListPodResourcesResponse) GetPodResources

func (m *ListPodResourcesResponse) GetPodResources() []*PodResources

func (*ListPodResourcesResponse) Marshal

func (m *ListPodResourcesResponse) Marshal() (dAtA []byte, err error)

func (*ListPodResourcesResponse) MarshalTo

func (m *ListPodResourcesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListPodResourcesResponse) MarshalToSizedBuffer added in v1.18.0

func (m *ListPodResourcesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListPodResourcesResponse) ProtoMessage

func (*ListPodResourcesResponse) ProtoMessage()

func (*ListPodResourcesResponse) Reset

func (m *ListPodResourcesResponse) Reset()

func (*ListPodResourcesResponse) Size

func (m *ListPodResourcesResponse) Size() (n int)

func (*ListPodResourcesResponse) String

func (this *ListPodResourcesResponse) String() string

func (*ListPodResourcesResponse) Unmarshal

func (m *ListPodResourcesResponse) Unmarshal(dAtA []byte) error

func (*ListPodResourcesResponse) XXX_DiscardUnknown added in v1.18.0

func (m *ListPodResourcesResponse) XXX_DiscardUnknown()

func (*ListPodResourcesResponse) XXX_Marshal added in v1.18.0

func (m *ListPodResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListPodResourcesResponse) XXX_Merge added in v1.18.0

func (m *ListPodResourcesResponse) XXX_Merge(src proto.Message)

func (*ListPodResourcesResponse) XXX_Size added in v1.18.0

func (m *ListPodResourcesResponse) XXX_Size() int

func (*ListPodResourcesResponse) XXX_Unmarshal added in v1.18.0

func (m *ListPodResourcesResponse) XXX_Unmarshal(b []byte) error

type PodResources

type PodResources struct {
	Name                 string                `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Containers           []*ContainerResources `protobuf:"bytes,3,rep,name=containers,proto3" json:"containers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

PodResources contains information about the node resources assigned to a pod

func (*PodResources) Descriptor

func (*PodResources) Descriptor() ([]byte, []int)

func (*PodResources) GetContainers

func (m *PodResources) GetContainers() []*ContainerResources

func (*PodResources) GetName

func (m *PodResources) GetName() string

func (*PodResources) GetNamespace

func (m *PodResources) GetNamespace() string

func (*PodResources) Marshal

func (m *PodResources) Marshal() (dAtA []byte, err error)

func (*PodResources) MarshalTo

func (m *PodResources) MarshalTo(dAtA []byte) (int, error)

func (*PodResources) MarshalToSizedBuffer added in v1.18.0

func (m *PodResources) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PodResources) ProtoMessage

func (*PodResources) ProtoMessage()

func (*PodResources) Reset

func (m *PodResources) Reset()

func (*PodResources) Size

func (m *PodResources) Size() (n int)

func (*PodResources) String

func (this *PodResources) String() string

func (*PodResources) Unmarshal

func (m *PodResources) Unmarshal(dAtA []byte) error

func (*PodResources) XXX_DiscardUnknown added in v1.18.0

func (m *PodResources) XXX_DiscardUnknown()

func (*PodResources) XXX_Marshal added in v1.18.0

func (m *PodResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PodResources) XXX_Merge added in v1.18.0

func (m *PodResources) XXX_Merge(src proto.Message)

func (*PodResources) XXX_Size added in v1.18.0

func (m *PodResources) XXX_Size() int

func (*PodResources) XXX_Unmarshal added in v1.18.0

func (m *PodResources) XXX_Unmarshal(b []byte) error

type PodResourcesListerClient

type PodResourcesListerClient interface {
	List(ctx context.Context, in *ListPodResourcesRequest, opts ...grpc.CallOption) (*ListPodResourcesResponse, error)
}

PodResourcesListerClient is the client API for PodResourcesLister service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPodResourcesListerClient

func NewPodResourcesListerClient(cc *grpc.ClientConn) PodResourcesListerClient

type PodResourcesListerServer

type PodResourcesListerServer interface {
	List(context.Context, *ListPodResourcesRequest) (*ListPodResourcesResponse, error)
}

PodResourcesListerServer is the server API for PodResourcesLister service.

type UnimplementedPodResourcesListerServer added in v1.18.0

type UnimplementedPodResourcesListerServer struct {
}

UnimplementedPodResourcesListerServer can be embedded to have forward compatible implementations.

func (*UnimplementedPodResourcesListerServer) List added in v1.18.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL