ncproxygrpc

package
v0.9.6 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthNetworkconfigproxy = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNetworkconfigproxy   = fmt.Errorf("proto: integer overflow")
)
View Source
var CreateNetworkRequest_IpamType_name = map[int32]string{
	0: "Static",
	1: "DHCP",
}
View Source
var CreateNetworkRequest_IpamType_value = map[string]int32{
	"Static": 0,
	"DHCP":   1,
}
View Source
var CreateNetworkRequest_NetworkMode_name = map[int32]string{
	0: "Transparent",
	1: "NAT",
}
View Source
var CreateNetworkRequest_NetworkMode_value = map[string]int32{
	"Transparent": 0,
	"NAT":         1,
}

Functions

func RegisterNetworkConfigProxyServer

func RegisterNetworkConfigProxyServer(s *grpc.Server, srv NetworkConfigProxyServer)

Types

type AddEndpointRequest

type AddEndpointRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NamespaceID          string   `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddEndpointRequest) Descriptor

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

func (*AddEndpointRequest) Marshal

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

func (*AddEndpointRequest) MarshalTo

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

func (*AddEndpointRequest) ProtoMessage

func (*AddEndpointRequest) ProtoMessage()

func (*AddEndpointRequest) Reset

func (m *AddEndpointRequest) Reset()

func (*AddEndpointRequest) Size

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

func (*AddEndpointRequest) String

func (this *AddEndpointRequest) String() string

func (*AddEndpointRequest) Unmarshal

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

func (*AddEndpointRequest) XXX_DiscardUnknown

func (m *AddEndpointRequest) XXX_DiscardUnknown()

func (*AddEndpointRequest) XXX_Marshal

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

func (*AddEndpointRequest) XXX_Merge

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

func (*AddEndpointRequest) XXX_Size

func (m *AddEndpointRequest) XXX_Size() int

func (*AddEndpointRequest) XXX_Unmarshal

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

type AddEndpointResponse

type AddEndpointResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddEndpointResponse) Descriptor

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

func (*AddEndpointResponse) Marshal

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

func (*AddEndpointResponse) MarshalTo

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

func (*AddEndpointResponse) ProtoMessage

func (*AddEndpointResponse) ProtoMessage()

func (*AddEndpointResponse) Reset

func (m *AddEndpointResponse) Reset()

func (*AddEndpointResponse) Size

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

func (*AddEndpointResponse) String

func (this *AddEndpointResponse) String() string

func (*AddEndpointResponse) Unmarshal

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

func (*AddEndpointResponse) XXX_DiscardUnknown

func (m *AddEndpointResponse) XXX_DiscardUnknown()

func (*AddEndpointResponse) XXX_Marshal

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

func (*AddEndpointResponse) XXX_Merge

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

func (*AddEndpointResponse) XXX_Size

func (m *AddEndpointResponse) XXX_Size() int

func (*AddEndpointResponse) XXX_Unmarshal

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

type AddNICRequest

type AddNICRequest struct {
	ContainerID          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	NicID                string   `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"`
	EndpointName         string   `protobuf:"bytes,3,opt,name=endpoint_name,json=endpointName,proto3" json:"endpoint_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddNICRequest) Descriptor

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

func (*AddNICRequest) Marshal

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

func (*AddNICRequest) MarshalTo

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

func (*AddNICRequest) ProtoMessage

func (*AddNICRequest) ProtoMessage()

func (*AddNICRequest) Reset

func (m *AddNICRequest) Reset()

func (*AddNICRequest) Size

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

func (*AddNICRequest) String

func (this *AddNICRequest) String() string

func (*AddNICRequest) Unmarshal

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

func (*AddNICRequest) XXX_DiscardUnknown

func (m *AddNICRequest) XXX_DiscardUnknown()

func (*AddNICRequest) XXX_Marshal

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

func (*AddNICRequest) XXX_Merge

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

func (*AddNICRequest) XXX_Size

func (m *AddNICRequest) XXX_Size() int

func (*AddNICRequest) XXX_Unmarshal

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

type AddNICResponse

type AddNICResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddNICResponse) Descriptor

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

func (*AddNICResponse) Marshal

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

func (*AddNICResponse) MarshalTo

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

func (*AddNICResponse) ProtoMessage

func (*AddNICResponse) ProtoMessage()

func (*AddNICResponse) Reset

func (m *AddNICResponse) Reset()

func (*AddNICResponse) Size

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

func (*AddNICResponse) String

func (this *AddNICResponse) String() string

func (*AddNICResponse) Unmarshal

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

func (*AddNICResponse) XXX_DiscardUnknown

func (m *AddNICResponse) XXX_DiscardUnknown()

func (*AddNICResponse) XXX_Marshal

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

func (*AddNICResponse) XXX_Merge

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

func (*AddNICResponse) XXX_Size

func (m *AddNICResponse) XXX_Size() int

func (*AddNICResponse) XXX_Unmarshal

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

type CreateEndpointRequest

type CreateEndpointRequest struct {
	Name                  string                         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Macaddress            string                         `protobuf:"bytes,2,opt,name=macaddress,proto3" json:"macaddress,omitempty"`
	Ipaddress             string                         `protobuf:"bytes,3,opt,name=ipaddress,proto3" json:"ipaddress,omitempty"`
	IpaddressPrefixlength string                         `protobuf:"bytes,4,opt,name=ipaddress_prefixlength,json=ipaddressPrefixlength,proto3" json:"ipaddress_prefixlength,omitempty"`
	NetworkName           string                         `protobuf:"bytes,5,opt,name=network_name,json=networkName,proto3" json:"network_name,omitempty"`
	PortnamePolicySetting *PortNameEndpointPolicySetting `` /* 126-byte string literal not displayed */
	IovPolicySettings     *IovEndpointPolicySetting      `protobuf:"bytes,7,opt,name=iov_policy_settings,json=iovPolicySettings,proto3" json:"iov_policy_settings,omitempty"`
	DnsSetting            *DnsSetting                    `protobuf:"bytes,16,opt,name=dns_setting,json=dnsSetting,proto3" json:"dns_setting,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                       `json:"-"`
	XXX_unrecognized      []byte                         `json:"-"`
	XXX_sizecache         int32                          `json:"-"`
}

func (*CreateEndpointRequest) Descriptor

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

func (*CreateEndpointRequest) Marshal

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

func (*CreateEndpointRequest) MarshalTo

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

func (*CreateEndpointRequest) ProtoMessage

func (*CreateEndpointRequest) ProtoMessage()

func (*CreateEndpointRequest) Reset

func (m *CreateEndpointRequest) Reset()

func (*CreateEndpointRequest) Size

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

func (*CreateEndpointRequest) String

func (this *CreateEndpointRequest) String() string

func (*CreateEndpointRequest) Unmarshal

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

func (*CreateEndpointRequest) XXX_DiscardUnknown

func (m *CreateEndpointRequest) XXX_DiscardUnknown()

func (*CreateEndpointRequest) XXX_Marshal

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

func (*CreateEndpointRequest) XXX_Merge

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

func (*CreateEndpointRequest) XXX_Size

func (m *CreateEndpointRequest) XXX_Size() int

func (*CreateEndpointRequest) XXX_Unmarshal

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

type CreateEndpointResponse

type CreateEndpointResponse struct {
	ID                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateEndpointResponse) Descriptor

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

func (*CreateEndpointResponse) Marshal

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

func (*CreateEndpointResponse) MarshalTo

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

func (*CreateEndpointResponse) ProtoMessage

func (*CreateEndpointResponse) ProtoMessage()

func (*CreateEndpointResponse) Reset

func (m *CreateEndpointResponse) Reset()

func (*CreateEndpointResponse) Size

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

func (*CreateEndpointResponse) String

func (this *CreateEndpointResponse) String() string

func (*CreateEndpointResponse) Unmarshal

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

func (*CreateEndpointResponse) XXX_DiscardUnknown

func (m *CreateEndpointResponse) XXX_DiscardUnknown()

func (*CreateEndpointResponse) XXX_Marshal

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

func (*CreateEndpointResponse) XXX_Merge

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

func (*CreateEndpointResponse) XXX_Size

func (m *CreateEndpointResponse) XXX_Size() int

func (*CreateEndpointResponse) XXX_Unmarshal

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

type CreateNetworkRequest

type CreateNetworkRequest struct {
	Name                  string                           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Mode                  CreateNetworkRequest_NetworkMode `protobuf:"varint,2,opt,name=mode,proto3,enum=ncproxygrpc.CreateNetworkRequest_NetworkMode" json:"mode,omitempty"`
	SwitchName            string                           `protobuf:"bytes,3,opt,name=switch_name,json=switchName,proto3" json:"switch_name,omitempty"`
	IpamType              CreateNetworkRequest_IpamType    `` /* 133-byte string literal not displayed */
	SubnetIpaddressPrefix []string                         `` /* 126-byte string literal not displayed */
	DefaultGateway        string                           `protobuf:"bytes,6,opt,name=default_gateway,json=defaultGateway,proto3" json:"default_gateway,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                         `json:"-"`
	XXX_unrecognized      []byte                           `json:"-"`
	XXX_sizecache         int32                            `json:"-"`
}

func (*CreateNetworkRequest) Descriptor

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

func (*CreateNetworkRequest) Marshal

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

func (*CreateNetworkRequest) MarshalTo

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

func (*CreateNetworkRequest) ProtoMessage

func (*CreateNetworkRequest) ProtoMessage()

func (*CreateNetworkRequest) Reset

func (m *CreateNetworkRequest) Reset()

func (*CreateNetworkRequest) Size

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

func (*CreateNetworkRequest) String

func (this *CreateNetworkRequest) String() string

func (*CreateNetworkRequest) Unmarshal

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

func (*CreateNetworkRequest) XXX_DiscardUnknown

func (m *CreateNetworkRequest) XXX_DiscardUnknown()

func (*CreateNetworkRequest) XXX_Marshal

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

func (*CreateNetworkRequest) XXX_Merge

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

func (*CreateNetworkRequest) XXX_Size

func (m *CreateNetworkRequest) XXX_Size() int

func (*CreateNetworkRequest) XXX_Unmarshal

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

type CreateNetworkRequest_IpamType

type CreateNetworkRequest_IpamType int32
const (
	CreateNetworkRequest_Static CreateNetworkRequest_IpamType = 0
	CreateNetworkRequest_DHCP   CreateNetworkRequest_IpamType = 1
)

func (CreateNetworkRequest_IpamType) EnumDescriptor

func (CreateNetworkRequest_IpamType) EnumDescriptor() ([]byte, []int)

func (CreateNetworkRequest_IpamType) String

type CreateNetworkRequest_NetworkMode

type CreateNetworkRequest_NetworkMode int32
const (
	CreateNetworkRequest_Transparent CreateNetworkRequest_NetworkMode = 0
	CreateNetworkRequest_NAT         CreateNetworkRequest_NetworkMode = 1
)

func (CreateNetworkRequest_NetworkMode) EnumDescriptor

func (CreateNetworkRequest_NetworkMode) EnumDescriptor() ([]byte, []int)

func (CreateNetworkRequest_NetworkMode) String

type CreateNetworkResponse

type CreateNetworkResponse struct {
	ID                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateNetworkResponse) Descriptor

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

func (*CreateNetworkResponse) Marshal

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

func (*CreateNetworkResponse) MarshalTo

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

func (*CreateNetworkResponse) ProtoMessage

func (*CreateNetworkResponse) ProtoMessage()

func (*CreateNetworkResponse) Reset

func (m *CreateNetworkResponse) Reset()

func (*CreateNetworkResponse) Size

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

func (*CreateNetworkResponse) String

func (this *CreateNetworkResponse) String() string

func (*CreateNetworkResponse) Unmarshal

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

func (*CreateNetworkResponse) XXX_DiscardUnknown

func (m *CreateNetworkResponse) XXX_DiscardUnknown()

func (*CreateNetworkResponse) XXX_Marshal

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

func (*CreateNetworkResponse) XXX_Merge

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

func (*CreateNetworkResponse) XXX_Size

func (m *CreateNetworkResponse) XXX_Size() int

func (*CreateNetworkResponse) XXX_Unmarshal

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

type DeleteEndpointRequest

type DeleteEndpointRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteEndpointRequest) Descriptor

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

func (*DeleteEndpointRequest) Marshal

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

func (*DeleteEndpointRequest) MarshalTo

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

func (*DeleteEndpointRequest) ProtoMessage

func (*DeleteEndpointRequest) ProtoMessage()

func (*DeleteEndpointRequest) Reset

func (m *DeleteEndpointRequest) Reset()

func (*DeleteEndpointRequest) Size

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

func (*DeleteEndpointRequest) String

func (this *DeleteEndpointRequest) String() string

func (*DeleteEndpointRequest) Unmarshal

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

func (*DeleteEndpointRequest) XXX_DiscardUnknown

func (m *DeleteEndpointRequest) XXX_DiscardUnknown()

func (*DeleteEndpointRequest) XXX_Marshal

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

func (*DeleteEndpointRequest) XXX_Merge

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

func (*DeleteEndpointRequest) XXX_Size

func (m *DeleteEndpointRequest) XXX_Size() int

func (*DeleteEndpointRequest) XXX_Unmarshal

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

type DeleteEndpointResponse

type DeleteEndpointResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteEndpointResponse) Descriptor

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

func (*DeleteEndpointResponse) Marshal

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

func (*DeleteEndpointResponse) MarshalTo

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

func (*DeleteEndpointResponse) ProtoMessage

func (*DeleteEndpointResponse) ProtoMessage()

func (*DeleteEndpointResponse) Reset

func (m *DeleteEndpointResponse) Reset()

func (*DeleteEndpointResponse) Size

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

func (*DeleteEndpointResponse) String

func (this *DeleteEndpointResponse) String() string

func (*DeleteEndpointResponse) Unmarshal

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

func (*DeleteEndpointResponse) XXX_DiscardUnknown

func (m *DeleteEndpointResponse) XXX_DiscardUnknown()

func (*DeleteEndpointResponse) XXX_Marshal

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

func (*DeleteEndpointResponse) XXX_Merge

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

func (*DeleteEndpointResponse) XXX_Size

func (m *DeleteEndpointResponse) XXX_Size() int

func (*DeleteEndpointResponse) XXX_Unmarshal

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

type DeleteNICRequest

type DeleteNICRequest struct {
	ContainerID          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	NicID                string   `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"`
	EndpointName         string   `protobuf:"bytes,3,opt,name=endpoint_name,json=endpointName,proto3" json:"endpoint_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteNICRequest) Descriptor

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

func (*DeleteNICRequest) Marshal

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

func (*DeleteNICRequest) MarshalTo

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

func (*DeleteNICRequest) ProtoMessage

func (*DeleteNICRequest) ProtoMessage()

func (*DeleteNICRequest) Reset

func (m *DeleteNICRequest) Reset()

func (*DeleteNICRequest) Size

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

func (*DeleteNICRequest) String

func (this *DeleteNICRequest) String() string

func (*DeleteNICRequest) Unmarshal

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

func (*DeleteNICRequest) XXX_DiscardUnknown

func (m *DeleteNICRequest) XXX_DiscardUnknown()

func (*DeleteNICRequest) XXX_Marshal

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

func (*DeleteNICRequest) XXX_Merge

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

func (*DeleteNICRequest) XXX_Size

func (m *DeleteNICRequest) XXX_Size() int

func (*DeleteNICRequest) XXX_Unmarshal

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

type DeleteNICResponse

type DeleteNICResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteNICResponse) Descriptor

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

func (*DeleteNICResponse) Marshal

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

func (*DeleteNICResponse) MarshalTo

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

func (*DeleteNICResponse) ProtoMessage

func (*DeleteNICResponse) ProtoMessage()

func (*DeleteNICResponse) Reset

func (m *DeleteNICResponse) Reset()

func (*DeleteNICResponse) Size

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

func (*DeleteNICResponse) String

func (this *DeleteNICResponse) String() string

func (*DeleteNICResponse) Unmarshal

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

func (*DeleteNICResponse) XXX_DiscardUnknown

func (m *DeleteNICResponse) XXX_DiscardUnknown()

func (*DeleteNICResponse) XXX_Marshal

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

func (*DeleteNICResponse) XXX_Merge

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

func (*DeleteNICResponse) XXX_Size

func (m *DeleteNICResponse) XXX_Size() int

func (*DeleteNICResponse) XXX_Unmarshal

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

type DeleteNetworkRequest

type DeleteNetworkRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteNetworkRequest) Descriptor

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

func (*DeleteNetworkRequest) Marshal

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

func (*DeleteNetworkRequest) MarshalTo

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

func (*DeleteNetworkRequest) ProtoMessage

func (*DeleteNetworkRequest) ProtoMessage()

func (*DeleteNetworkRequest) Reset

func (m *DeleteNetworkRequest) Reset()

func (*DeleteNetworkRequest) Size

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

func (*DeleteNetworkRequest) String

func (this *DeleteNetworkRequest) String() string

func (*DeleteNetworkRequest) Unmarshal

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

func (*DeleteNetworkRequest) XXX_DiscardUnknown

func (m *DeleteNetworkRequest) XXX_DiscardUnknown()

func (*DeleteNetworkRequest) XXX_Marshal

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

func (*DeleteNetworkRequest) XXX_Merge

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

func (*DeleteNetworkRequest) XXX_Size

func (m *DeleteNetworkRequest) XXX_Size() int

func (*DeleteNetworkRequest) XXX_Unmarshal

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

type DeleteNetworkResponse

type DeleteNetworkResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteNetworkResponse) Descriptor

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

func (*DeleteNetworkResponse) Marshal

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

func (*DeleteNetworkResponse) MarshalTo

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

func (*DeleteNetworkResponse) ProtoMessage

func (*DeleteNetworkResponse) ProtoMessage()

func (*DeleteNetworkResponse) Reset

func (m *DeleteNetworkResponse) Reset()

func (*DeleteNetworkResponse) Size

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

func (*DeleteNetworkResponse) String

func (this *DeleteNetworkResponse) String() string

func (*DeleteNetworkResponse) Unmarshal

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

func (*DeleteNetworkResponse) XXX_DiscardUnknown

func (m *DeleteNetworkResponse) XXX_DiscardUnknown()

func (*DeleteNetworkResponse) XXX_Marshal

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

func (*DeleteNetworkResponse) XXX_Merge

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

func (*DeleteNetworkResponse) XXX_Size

func (m *DeleteNetworkResponse) XXX_Size() int

func (*DeleteNetworkResponse) XXX_Unmarshal

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

type DnsSetting added in v0.9.0

type DnsSetting struct {
	ServerIpAddrs        []string `protobuf:"bytes,1,rep,name=server_ip_addrs,json=serverIpAddrs,proto3" json:"server_ip_addrs,omitempty"`
	Domain               string   `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Search               []string `protobuf:"bytes,3,rep,name=search,proto3" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DnsSetting) Descriptor added in v0.9.0

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

func (*DnsSetting) Marshal added in v0.9.0

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

func (*DnsSetting) MarshalTo added in v0.9.0

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

func (*DnsSetting) ProtoMessage added in v0.9.0

func (*DnsSetting) ProtoMessage()

func (*DnsSetting) Reset added in v0.9.0

func (m *DnsSetting) Reset()

func (*DnsSetting) Size added in v0.9.0

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

func (*DnsSetting) String added in v0.9.0

func (this *DnsSetting) String() string

func (*DnsSetting) Unmarshal added in v0.9.0

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

func (*DnsSetting) XXX_DiscardUnknown added in v0.9.0

func (m *DnsSetting) XXX_DiscardUnknown()

func (*DnsSetting) XXX_Marshal added in v0.9.0

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

func (*DnsSetting) XXX_Merge added in v0.9.0

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

func (*DnsSetting) XXX_Size added in v0.9.0

func (m *DnsSetting) XXX_Size() int

func (*DnsSetting) XXX_Unmarshal added in v0.9.0

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

type GetEndpointRequest

type GetEndpointRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetEndpointRequest) Descriptor

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

func (*GetEndpointRequest) Marshal

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

func (*GetEndpointRequest) MarshalTo

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

func (*GetEndpointRequest) ProtoMessage

func (*GetEndpointRequest) ProtoMessage()

func (*GetEndpointRequest) Reset

func (m *GetEndpointRequest) Reset()

func (*GetEndpointRequest) Size

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

func (*GetEndpointRequest) String

func (this *GetEndpointRequest) String() string

func (*GetEndpointRequest) Unmarshal

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

func (*GetEndpointRequest) XXX_DiscardUnknown

func (m *GetEndpointRequest) XXX_DiscardUnknown()

func (*GetEndpointRequest) XXX_Marshal

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

func (*GetEndpointRequest) XXX_Merge

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

func (*GetEndpointRequest) XXX_Size

func (m *GetEndpointRequest) XXX_Size() int

func (*GetEndpointRequest) XXX_Unmarshal

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

type GetEndpointResponse

type GetEndpointResponse struct {
	ID                   string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Network              string      `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
	Namespace            string      `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	DnsSetting           *DnsSetting `protobuf:"bytes,5,opt,name=dns_setting,json=dnsSetting,proto3" json:"dns_setting,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetEndpointResponse) Descriptor

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

func (*GetEndpointResponse) Marshal

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

func (*GetEndpointResponse) MarshalTo

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

func (*GetEndpointResponse) ProtoMessage

func (*GetEndpointResponse) ProtoMessage()

func (*GetEndpointResponse) Reset

func (m *GetEndpointResponse) Reset()

func (*GetEndpointResponse) Size

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

func (*GetEndpointResponse) String

func (this *GetEndpointResponse) String() string

func (*GetEndpointResponse) Unmarshal

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

func (*GetEndpointResponse) XXX_DiscardUnknown

func (m *GetEndpointResponse) XXX_DiscardUnknown()

func (*GetEndpointResponse) XXX_Marshal

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

func (*GetEndpointResponse) XXX_Merge

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

func (*GetEndpointResponse) XXX_Size

func (m *GetEndpointResponse) XXX_Size() int

func (*GetEndpointResponse) XXX_Unmarshal

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

type GetEndpointsRequest

type GetEndpointsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetEndpointsRequest) Descriptor

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

func (*GetEndpointsRequest) Marshal

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

func (*GetEndpointsRequest) MarshalTo

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

func (*GetEndpointsRequest) ProtoMessage

func (*GetEndpointsRequest) ProtoMessage()

func (*GetEndpointsRequest) Reset

func (m *GetEndpointsRequest) Reset()

func (*GetEndpointsRequest) Size

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

func (*GetEndpointsRequest) String

func (this *GetEndpointsRequest) String() string

func (*GetEndpointsRequest) Unmarshal

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

func (*GetEndpointsRequest) XXX_DiscardUnknown

func (m *GetEndpointsRequest) XXX_DiscardUnknown()

func (*GetEndpointsRequest) XXX_Marshal

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

func (*GetEndpointsRequest) XXX_Merge

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

func (*GetEndpointsRequest) XXX_Size

func (m *GetEndpointsRequest) XXX_Size() int

func (*GetEndpointsRequest) XXX_Unmarshal

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

type GetEndpointsResponse

type GetEndpointsResponse struct {
	Endpoints            []*GetEndpointResponse `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetEndpointsResponse) Descriptor

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

func (*GetEndpointsResponse) Marshal

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

func (*GetEndpointsResponse) MarshalTo

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

func (*GetEndpointsResponse) ProtoMessage

func (*GetEndpointsResponse) ProtoMessage()

func (*GetEndpointsResponse) Reset

func (m *GetEndpointsResponse) Reset()

func (*GetEndpointsResponse) Size

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

func (*GetEndpointsResponse) String

func (this *GetEndpointsResponse) String() string

func (*GetEndpointsResponse) Unmarshal

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

func (*GetEndpointsResponse) XXX_DiscardUnknown

func (m *GetEndpointsResponse) XXX_DiscardUnknown()

func (*GetEndpointsResponse) XXX_Marshal

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

func (*GetEndpointsResponse) XXX_Merge

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

func (*GetEndpointsResponse) XXX_Size

func (m *GetEndpointsResponse) XXX_Size() int

func (*GetEndpointsResponse) XXX_Unmarshal

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

type GetNetworkRequest

type GetNetworkRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNetworkRequest) Descriptor

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

func (*GetNetworkRequest) Marshal

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

func (*GetNetworkRequest) MarshalTo

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

func (*GetNetworkRequest) ProtoMessage

func (*GetNetworkRequest) ProtoMessage()

func (*GetNetworkRequest) Reset

func (m *GetNetworkRequest) Reset()

func (*GetNetworkRequest) Size

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

func (*GetNetworkRequest) String

func (this *GetNetworkRequest) String() string

func (*GetNetworkRequest) Unmarshal

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

func (*GetNetworkRequest) XXX_DiscardUnknown

func (m *GetNetworkRequest) XXX_DiscardUnknown()

func (*GetNetworkRequest) XXX_Marshal

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

func (*GetNetworkRequest) XXX_Merge

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

func (*GetNetworkRequest) XXX_Size

func (m *GetNetworkRequest) XXX_Size() int

func (*GetNetworkRequest) XXX_Unmarshal

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

type GetNetworkResponse

type GetNetworkResponse struct {
	ID                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNetworkResponse) Descriptor

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

func (*GetNetworkResponse) Marshal

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

func (*GetNetworkResponse) MarshalTo

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

func (*GetNetworkResponse) ProtoMessage

func (*GetNetworkResponse) ProtoMessage()

func (*GetNetworkResponse) Reset

func (m *GetNetworkResponse) Reset()

func (*GetNetworkResponse) Size

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

func (*GetNetworkResponse) String

func (this *GetNetworkResponse) String() string

func (*GetNetworkResponse) Unmarshal

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

func (*GetNetworkResponse) XXX_DiscardUnknown

func (m *GetNetworkResponse) XXX_DiscardUnknown()

func (*GetNetworkResponse) XXX_Marshal

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

func (*GetNetworkResponse) XXX_Merge

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

func (*GetNetworkResponse) XXX_Size

func (m *GetNetworkResponse) XXX_Size() int

func (*GetNetworkResponse) XXX_Unmarshal

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

type GetNetworksRequest

type GetNetworksRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNetworksRequest) Descriptor

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

func (*GetNetworksRequest) Marshal

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

func (*GetNetworksRequest) MarshalTo

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

func (*GetNetworksRequest) ProtoMessage

func (*GetNetworksRequest) ProtoMessage()

func (*GetNetworksRequest) Reset

func (m *GetNetworksRequest) Reset()

func (*GetNetworksRequest) Size

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

func (*GetNetworksRequest) String

func (this *GetNetworksRequest) String() string

func (*GetNetworksRequest) Unmarshal

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

func (*GetNetworksRequest) XXX_DiscardUnknown

func (m *GetNetworksRequest) XXX_DiscardUnknown()

func (*GetNetworksRequest) XXX_Marshal

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

func (*GetNetworksRequest) XXX_Merge

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

func (*GetNetworksRequest) XXX_Size

func (m *GetNetworksRequest) XXX_Size() int

func (*GetNetworksRequest) XXX_Unmarshal

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

type GetNetworksResponse

type GetNetworksResponse struct {
	Networks             []*GetNetworkResponse `protobuf:"bytes,1,rep,name=networks,proto3" json:"networks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetNetworksResponse) Descriptor

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

func (*GetNetworksResponse) Marshal

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

func (*GetNetworksResponse) MarshalTo

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

func (*GetNetworksResponse) ProtoMessage

func (*GetNetworksResponse) ProtoMessage()

func (*GetNetworksResponse) Reset

func (m *GetNetworksResponse) Reset()

func (*GetNetworksResponse) Size

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

func (*GetNetworksResponse) String

func (this *GetNetworksResponse) String() string

func (*GetNetworksResponse) Unmarshal

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

func (*GetNetworksResponse) XXX_DiscardUnknown

func (m *GetNetworksResponse) XXX_DiscardUnknown()

func (*GetNetworksResponse) XXX_Marshal

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

func (*GetNetworksResponse) XXX_Merge

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

func (*GetNetworksResponse) XXX_Size

func (m *GetNetworksResponse) XXX_Size() int

func (*GetNetworksResponse) XXX_Unmarshal

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

type IovEndpointPolicySetting

type IovEndpointPolicySetting struct {
	IovOffloadWeight     uint32   `protobuf:"varint,1,opt,name=iov_offload_weight,json=iovOffloadWeight,proto3" json:"iov_offload_weight,omitempty"`
	QueuePairsRequested  uint32   `protobuf:"varint,2,opt,name=queue_pairs_requested,json=queuePairsRequested,proto3" json:"queue_pairs_requested,omitempty"`
	InterruptModeration  uint32   `protobuf:"varint,3,opt,name=interrupt_moderation,json=interruptModeration,proto3" json:"interrupt_moderation,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IovEndpointPolicySetting) Descriptor

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

func (*IovEndpointPolicySetting) Marshal

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

func (*IovEndpointPolicySetting) MarshalTo

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

func (*IovEndpointPolicySetting) ProtoMessage

func (*IovEndpointPolicySetting) ProtoMessage()

func (*IovEndpointPolicySetting) Reset

func (m *IovEndpointPolicySetting) Reset()

func (*IovEndpointPolicySetting) Size

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

func (*IovEndpointPolicySetting) String

func (this *IovEndpointPolicySetting) String() string

func (*IovEndpointPolicySetting) Unmarshal

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

func (*IovEndpointPolicySetting) XXX_DiscardUnknown

func (m *IovEndpointPolicySetting) XXX_DiscardUnknown()

func (*IovEndpointPolicySetting) XXX_Marshal

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

func (*IovEndpointPolicySetting) XXX_Merge

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

func (*IovEndpointPolicySetting) XXX_Size

func (m *IovEndpointPolicySetting) XXX_Size() int

func (*IovEndpointPolicySetting) XXX_Unmarshal

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

type ModifyNICRequest

type ModifyNICRequest struct {
	ContainerID          string                    `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	NicID                string                    `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"`
	EndpointName         string                    `protobuf:"bytes,3,opt,name=endpoint_name,json=endpointName,proto3" json:"endpoint_name,omitempty"`
	IovPolicySettings    *IovEndpointPolicySetting `protobuf:"bytes,4,opt,name=iov_policy_settings,json=iovPolicySettings,proto3" json:"iov_policy_settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ModifyNICRequest) Descriptor

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

func (*ModifyNICRequest) Marshal

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

func (*ModifyNICRequest) MarshalTo

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

func (*ModifyNICRequest) ProtoMessage

func (*ModifyNICRequest) ProtoMessage()

func (*ModifyNICRequest) Reset

func (m *ModifyNICRequest) Reset()

func (*ModifyNICRequest) Size

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

func (*ModifyNICRequest) String

func (this *ModifyNICRequest) String() string

func (*ModifyNICRequest) Unmarshal

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

func (*ModifyNICRequest) XXX_DiscardUnknown

func (m *ModifyNICRequest) XXX_DiscardUnknown()

func (*ModifyNICRequest) XXX_Marshal

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

func (*ModifyNICRequest) XXX_Merge

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

func (*ModifyNICRequest) XXX_Size

func (m *ModifyNICRequest) XXX_Size() int

func (*ModifyNICRequest) XXX_Unmarshal

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

type ModifyNICResponse

type ModifyNICResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModifyNICResponse) Descriptor

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

func (*ModifyNICResponse) Marshal

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

func (*ModifyNICResponse) MarshalTo

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

func (*ModifyNICResponse) ProtoMessage

func (*ModifyNICResponse) ProtoMessage()

func (*ModifyNICResponse) Reset

func (m *ModifyNICResponse) Reset()

func (*ModifyNICResponse) Size

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

func (*ModifyNICResponse) String

func (this *ModifyNICResponse) String() string

func (*ModifyNICResponse) Unmarshal

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

func (*ModifyNICResponse) XXX_DiscardUnknown

func (m *ModifyNICResponse) XXX_DiscardUnknown()

func (*ModifyNICResponse) XXX_Marshal

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

func (*ModifyNICResponse) XXX_Merge

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

func (*ModifyNICResponse) XXX_Size

func (m *ModifyNICResponse) XXX_Size() int

func (*ModifyNICResponse) XXX_Unmarshal

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

type NetworkConfigProxyClient

NetworkConfigProxyClient is the client API for NetworkConfigProxy service.

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

func NewNetworkConfigProxyClient

func NewNetworkConfigProxyClient(cc *grpc.ClientConn) NetworkConfigProxyClient

type PortNameEndpointPolicySetting

type PortNameEndpointPolicySetting struct {
	PortName             string   `protobuf:"bytes,1,opt,name=port_name,json=portName,proto3" json:"port_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PortNameEndpointPolicySetting) Descriptor

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

func (*PortNameEndpointPolicySetting) Marshal

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

func (*PortNameEndpointPolicySetting) MarshalTo

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

func (*PortNameEndpointPolicySetting) ProtoMessage

func (*PortNameEndpointPolicySetting) ProtoMessage()

func (*PortNameEndpointPolicySetting) Reset

func (m *PortNameEndpointPolicySetting) Reset()

func (*PortNameEndpointPolicySetting) Size

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

func (*PortNameEndpointPolicySetting) String

func (this *PortNameEndpointPolicySetting) String() string

func (*PortNameEndpointPolicySetting) Unmarshal

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

func (*PortNameEndpointPolicySetting) XXX_DiscardUnknown

func (m *PortNameEndpointPolicySetting) XXX_DiscardUnknown()

func (*PortNameEndpointPolicySetting) XXX_Marshal

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

func (*PortNameEndpointPolicySetting) XXX_Merge

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

func (*PortNameEndpointPolicySetting) XXX_Size

func (m *PortNameEndpointPolicySetting) XXX_Size() int

func (*PortNameEndpointPolicySetting) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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