From c335a43e21ed7462f9764b92c7284d75d7389315 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Mon, 12 Jun 2023 11:40:42 -0700 Subject: [PATCH] Add deprecated option to all types and fields for ncproxy v0 apis Signed-off-by: Kathryn Baldauf (cherry picked from commit 10a43090449146d45d2f944d4526b0888746f5ef) Signed-off-by: Kirtana Ashok --- .../ncproxygrpc/v0/networkconfigproxy.pb.go | 302 ++++++++++-------- .../ncproxygrpc/v0/networkconfigproxy.proto | 157 +++++---- pkg/ncproxy/nodenetsvc/v0/nodenetsvc.pb.go | 149 +++++---- pkg/ncproxy/nodenetsvc/v0/nodenetsvc.proto | 60 ++-- 4 files changed, 378 insertions(+), 290 deletions(-) diff --git a/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.pb.go b/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.pb.go index c78d26cdf6..839aaf6f31 100644 --- a/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.pb.go +++ b/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.pb.go @@ -28,11 +28,10 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -type CreateNetworkRequest_NetworkMode int32 - +type CreateNetworkRequest_NetworkMode int32 // Deprecated: Do not use. const ( - CreateNetworkRequest_Transparent CreateNetworkRequest_NetworkMode = 0 - CreateNetworkRequest_NAT CreateNetworkRequest_NetworkMode = 1 + CreateNetworkRequest_Transparent CreateNetworkRequest_NetworkMode = 0 // Deprecated: Do not use. + CreateNetworkRequest_NAT CreateNetworkRequest_NetworkMode = 1 // Deprecated: Do not use. ) var CreateNetworkRequest_NetworkMode_name = map[int32]string{ @@ -53,11 +52,10 @@ func (CreateNetworkRequest_NetworkMode) EnumDescriptor() ([]byte, []int) { return fileDescriptor_2f3a1f7794389dcf, []int{6, 0} } -type CreateNetworkRequest_IpamType int32 - +type CreateNetworkRequest_IpamType int32 // Deprecated: Do not use. const ( - CreateNetworkRequest_Static CreateNetworkRequest_IpamType = 0 - CreateNetworkRequest_DHCP CreateNetworkRequest_IpamType = 1 + CreateNetworkRequest_Static CreateNetworkRequest_IpamType = 0 // Deprecated: Do not use. + CreateNetworkRequest_DHCP CreateNetworkRequest_IpamType = 1 // Deprecated: Do not use. ) var CreateNetworkRequest_IpamType_name = map[int32]string{ @@ -78,10 +76,11 @@ func (CreateNetworkRequest_IpamType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_2f3a1f7794389dcf, []int{6, 1} } +// Deprecated: Do not use. 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"` + ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` // Deprecated: Do not use. + NicID string `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"` // Deprecated: Do not use. + EndpointName string `protobuf:"bytes,3,opt,name=endpoint_name,json=endpointName,proto3" json:"endpoint_name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -119,6 +118,7 @@ func (m *AddNICRequest) XXX_DiscardUnknown() { var xxx_messageInfo_AddNICRequest proto.InternalMessageInfo +// Deprecated: Do not use. type AddNICResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -157,11 +157,12 @@ func (m *AddNICResponse) XXX_DiscardUnknown() { var xxx_messageInfo_AddNICResponse proto.InternalMessageInfo +// Deprecated: Do not use. 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"` + ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` // Deprecated: Do not use. + NicID string `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"` // Deprecated: Do not use. + EndpointName string `protobuf:"bytes,3,opt,name=endpoint_name,json=endpointName,proto3" json:"endpoint_name,omitempty"` // Deprecated: Do not use. + IovPolicySettings *IovEndpointPolicySetting `protobuf:"bytes,4,opt,name=iov_policy_settings,json=iovPolicySettings,proto3" json:"iov_policy_settings,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -199,6 +200,7 @@ func (m *ModifyNICRequest) XXX_DiscardUnknown() { var xxx_messageInfo_ModifyNICRequest proto.InternalMessageInfo +// Deprecated: Do not use. type ModifyNICResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -237,10 +239,11 @@ func (m *ModifyNICResponse) XXX_DiscardUnknown() { var xxx_messageInfo_ModifyNICResponse proto.InternalMessageInfo +// Deprecated: Do not use. 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"` + ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` // Deprecated: Do not use. + NicID string `protobuf:"bytes,2,opt,name=nic_id,json=nicId,proto3" json:"nic_id,omitempty"` // Deprecated: Do not use. + EndpointName string `protobuf:"bytes,3,opt,name=endpoint_name,json=endpointName,proto3" json:"endpoint_name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -278,6 +281,7 @@ func (m *DeleteNICRequest) XXX_DiscardUnknown() { var xxx_messageInfo_DeleteNICRequest proto.InternalMessageInfo +// Deprecated: Do not use. type DeleteNICResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -316,13 +320,14 @@ func (m *DeleteNICResponse) XXX_DiscardUnknown() { var xxx_messageInfo_DeleteNICResponse proto.InternalMessageInfo +// Deprecated: Do not use. 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 `protobuf:"varint,4,opt,name=ipam_type,json=ipamType,proto3,enum=ncproxygrpc.CreateNetworkRequest_IpamType" json:"ipam_type,omitempty"` - SubnetIpaddressPrefix []string `protobuf:"bytes,5,rep,name=subnet_ipaddress_prefix,json=subnetIpaddressPrefix,proto3" json:"subnet_ipaddress_prefix,omitempty"` - DefaultGateway string `protobuf:"bytes,6,opt,name=default_gateway,json=defaultGateway,proto3" json:"default_gateway,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. + Mode CreateNetworkRequest_NetworkMode `protobuf:"varint,2,opt,name=mode,proto3,enum=ncproxygrpc.CreateNetworkRequest_NetworkMode" json:"mode,omitempty"` // Deprecated: Do not use. + SwitchName string `protobuf:"bytes,3,opt,name=switch_name,json=switchName,proto3" json:"switch_name,omitempty"` // Deprecated: Do not use. + IpamType CreateNetworkRequest_IpamType `protobuf:"varint,4,opt,name=ipam_type,json=ipamType,proto3,enum=ncproxygrpc.CreateNetworkRequest_IpamType" json:"ipam_type,omitempty"` // Deprecated: Do not use. + SubnetIpaddressPrefix []string `protobuf:"bytes,5,rep,name=subnet_ipaddress_prefix,json=subnetIpaddressPrefix,proto3" json:"subnet_ipaddress_prefix,omitempty"` // Deprecated: Do not use. + DefaultGateway string `protobuf:"bytes,6,opt,name=default_gateway,json=defaultGateway,proto3" json:"default_gateway,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -360,8 +365,9 @@ func (m *CreateNetworkRequest) XXX_DiscardUnknown() { var xxx_messageInfo_CreateNetworkRequest proto.InternalMessageInfo +// Deprecated: Do not use. type CreateNetworkResponse struct { - ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -399,8 +405,9 @@ func (m *CreateNetworkResponse) XXX_DiscardUnknown() { var xxx_messageInfo_CreateNetworkResponse proto.InternalMessageInfo +// Deprecated: Do not use. type PortNameEndpointPolicySetting struct { - PortName string `protobuf:"bytes,1,opt,name=port_name,json=portName,proto3" json:"port_name,omitempty"` + PortName string `protobuf:"bytes,1,opt,name=port_name,json=portName,proto3" json:"port_name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -438,10 +445,11 @@ func (m *PortNameEndpointPolicySetting) XXX_DiscardUnknown() { var xxx_messageInfo_PortNameEndpointPolicySetting proto.InternalMessageInfo +// Deprecated: Do not use. 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"` + IovOffloadWeight uint32 `protobuf:"varint,1,opt,name=iov_offload_weight,json=iovOffloadWeight,proto3" json:"iov_offload_weight,omitempty"` // Deprecated: Do not use. + QueuePairsRequested uint32 `protobuf:"varint,2,opt,name=queue_pairs_requested,json=queuePairsRequested,proto3" json:"queue_pairs_requested,omitempty"` // Deprecated: Do not use. + InterruptModeration uint32 `protobuf:"varint,3,opt,name=interrupt_moderation,json=interruptModeration,proto3" json:"interrupt_moderation,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -479,10 +487,11 @@ func (m *IovEndpointPolicySetting) XXX_DiscardUnknown() { var xxx_messageInfo_IovEndpointPolicySetting proto.InternalMessageInfo +// Deprecated: Do not use. 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"` + ServerIpAddrs []string `protobuf:"bytes,1,rep,name=server_ip_addrs,json=serverIpAddrs,proto3" json:"server_ip_addrs,omitempty"` // Deprecated: Do not use. + Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` // Deprecated: Do not use. + Search []string `protobuf:"bytes,3,rep,name=search,proto3" json:"search,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -520,15 +529,16 @@ func (m *DnsSetting) XXX_DiscardUnknown() { var xxx_messageInfo_DnsSetting proto.InternalMessageInfo +// Deprecated: Do not use. 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 `protobuf:"bytes,6,opt,name=portname_policy_setting,json=portnamePolicySetting,proto3" json:"portname_policy_setting,omitempty"` - 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"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. + Macaddress string `protobuf:"bytes,2,opt,name=macaddress,proto3" json:"macaddress,omitempty"` // Deprecated: Do not use. + Ipaddress string `protobuf:"bytes,3,opt,name=ipaddress,proto3" json:"ipaddress,omitempty"` // Deprecated: Do not use. + IpaddressPrefixlength string `protobuf:"bytes,4,opt,name=ipaddress_prefixlength,json=ipaddressPrefixlength,proto3" json:"ipaddress_prefixlength,omitempty"` // Deprecated: Do not use. + NetworkName string `protobuf:"bytes,5,opt,name=network_name,json=networkName,proto3" json:"network_name,omitempty"` // Deprecated: Do not use. + PortnamePolicySetting *PortNameEndpointPolicySetting `protobuf:"bytes,6,opt,name=portname_policy_setting,json=portnamePolicySetting,proto3" json:"portname_policy_setting,omitempty"` // Deprecated: Do not use. + IovPolicySettings *IovEndpointPolicySetting `protobuf:"bytes,7,opt,name=iov_policy_settings,json=iovPolicySettings,proto3" json:"iov_policy_settings,omitempty"` // Deprecated: Do not use. + DnsSetting *DnsSetting `protobuf:"bytes,16,opt,name=dns_setting,json=dnsSetting,proto3" json:"dns_setting,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -566,8 +576,9 @@ func (m *CreateEndpointRequest) XXX_DiscardUnknown() { var xxx_messageInfo_CreateEndpointRequest proto.InternalMessageInfo +// Deprecated: Do not use. type CreateEndpointResponse struct { - ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -605,9 +616,10 @@ func (m *CreateEndpointResponse) XXX_DiscardUnknown() { var xxx_messageInfo_CreateEndpointResponse proto.InternalMessageInfo +// Deprecated: Do not use. 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"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. + NamespaceID string `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -645,6 +657,7 @@ func (m *AddEndpointRequest) XXX_DiscardUnknown() { var xxx_messageInfo_AddEndpointRequest proto.InternalMessageInfo +// Deprecated: Do not use. type AddEndpointResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -683,8 +696,9 @@ func (m *AddEndpointResponse) XXX_DiscardUnknown() { var xxx_messageInfo_AddEndpointResponse proto.InternalMessageInfo +// Deprecated: Do not use. type DeleteEndpointRequest struct { - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -722,6 +736,7 @@ func (m *DeleteEndpointRequest) XXX_DiscardUnknown() { var xxx_messageInfo_DeleteEndpointRequest proto.InternalMessageInfo +// Deprecated: Do not use. type DeleteEndpointResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -760,8 +775,9 @@ func (m *DeleteEndpointResponse) XXX_DiscardUnknown() { var xxx_messageInfo_DeleteEndpointResponse proto.InternalMessageInfo +// Deprecated: Do not use. type DeleteNetworkRequest struct { - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -799,6 +815,7 @@ func (m *DeleteNetworkRequest) XXX_DiscardUnknown() { var xxx_messageInfo_DeleteNetworkRequest proto.InternalMessageInfo +// Deprecated: Do not use. type DeleteNetworkResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -837,8 +854,9 @@ func (m *DeleteNetworkResponse) XXX_DiscardUnknown() { var xxx_messageInfo_DeleteNetworkResponse proto.InternalMessageInfo +// Deprecated: Do not use. type GetEndpointRequest struct { - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -876,12 +894,13 @@ func (m *GetEndpointRequest) XXX_DiscardUnknown() { var xxx_messageInfo_GetEndpointRequest proto.InternalMessageInfo +// Deprecated: Do not use. 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"` + ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Deprecated: Do not use. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. + Network string `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"` // Deprecated: Do not use. + Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` // Deprecated: Do not use. + DnsSetting *DnsSetting `protobuf:"bytes,5,opt,name=dns_setting,json=dnsSetting,proto3" json:"dns_setting,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -919,8 +938,9 @@ func (m *GetEndpointResponse) XXX_DiscardUnknown() { var xxx_messageInfo_GetEndpointResponse proto.InternalMessageInfo +// Deprecated: Do not use. type GetNetworkRequest struct { - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -958,9 +978,10 @@ func (m *GetNetworkRequest) XXX_DiscardUnknown() { var xxx_messageInfo_GetNetworkRequest proto.InternalMessageInfo +// Deprecated: Do not use. 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"` + ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Deprecated: Do not use. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -998,6 +1019,7 @@ func (m *GetNetworkResponse) XXX_DiscardUnknown() { var xxx_messageInfo_GetNetworkResponse proto.InternalMessageInfo +// Deprecated: Do not use. type GetEndpointsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1036,8 +1058,9 @@ func (m *GetEndpointsRequest) XXX_DiscardUnknown() { var xxx_messageInfo_GetEndpointsRequest proto.InternalMessageInfo +// Deprecated: Do not use. type GetEndpointsResponse struct { - Endpoints []*GetEndpointResponse `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"` + Endpoints []*GetEndpointResponse `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1075,6 +1098,7 @@ func (m *GetEndpointsResponse) XXX_DiscardUnknown() { var xxx_messageInfo_GetEndpointsResponse proto.InternalMessageInfo +// Deprecated: Do not use. type GetNetworksRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1113,8 +1137,9 @@ func (m *GetNetworksRequest) XXX_DiscardUnknown() { var xxx_messageInfo_GetNetworksRequest proto.InternalMessageInfo +// Deprecated: Do not use. type GetNetworksResponse struct { - Networks []*GetNetworkResponse `protobuf:"bytes,1,rep,name=networks,proto3" json:"networks,omitempty"` + Networks []*GetNetworkResponse `protobuf:"bytes,1,rep,name=networks,proto3" json:"networks,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1189,87 +1214,90 @@ func init() { } var fileDescriptor_2f3a1f7794389dcf = []byte{ - // 1279 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0xcf, 0x6f, 0xe3, 0xc4, - 0x17, 0x8f, 0xfb, 0x23, 0x9b, 0x3c, 0x37, 0x6d, 0x3a, 0x69, 0xda, 0x28, 0xfb, 0xdd, 0x24, 0x3b, - 0xab, 0x2f, 0x5b, 0x2d, 0xd0, 0x2c, 0x41, 0xfc, 0x90, 0x40, 0x88, 0x6e, 0x8b, 0x4a, 0x10, 0xed, - 0x46, 0xde, 0x2e, 0x20, 0x40, 0xb2, 0x5c, 0x7b, 0x92, 0x8c, 0xb6, 0xf1, 0x78, 0xed, 0x49, 0xba, - 0xb9, 0x21, 0x71, 0x40, 0x42, 0xe2, 0x6f, 0xe1, 0xc0, 0x85, 0x13, 0xe7, 0x3d, 0x72, 0xe4, 0xb4, - 0x62, 0x23, 0xfe, 0x10, 0xe4, 0xf1, 0xd8, 0xb1, 0x4d, 0x92, 0x46, 0x70, 0xd9, 0x53, 0xec, 0xf7, - 0xde, 0xbc, 0xf9, 0xcc, 0x7b, 0x9f, 0xf7, 0xf1, 0x04, 0x3a, 0x3d, 0xca, 0xfb, 0xc3, 0x8b, 0x03, - 0x93, 0x0d, 0x9a, 0xa7, 0xd4, 0x74, 0x99, 0xc7, 0xba, 0xbc, 0xd9, 0x37, 0x3d, 0xaf, 0x4f, 0x07, - 0x4d, 0xe7, 0x49, 0xaf, 0x69, 0x9b, 0x8e, 0xcb, 0x9e, 0x8d, 0xc3, 0xdf, 0x9e, 0xeb, 0x98, 0xcd, - 0xd1, 0xfd, 0xa6, 0x4d, 0xf8, 0x15, 0x73, 0x9f, 0x98, 0xcc, 0xee, 0xd2, 0x9e, 0xf0, 0x1c, 0x38, - 0x2e, 0xe3, 0x0c, 0xa9, 0xb1, 0x40, 0xfc, 0xa3, 0x02, 0x85, 0x43, 0xcb, 0x3a, 0x6b, 0x1f, 0x69, - 0xe4, 0xe9, 0x90, 0x78, 0x1c, 0xb5, 0x60, 0xc3, 0x64, 0x36, 0x37, 0xa8, 0x4d, 0x5c, 0x9d, 0x5a, - 0x15, 0xa5, 0xa1, 0xec, 0xe7, 0x1f, 0x6c, 0x4d, 0x5e, 0xd4, 0xd5, 0xa3, 0xd0, 0xde, 0x3e, 0xd6, - 0xd4, 0x28, 0xa8, 0x6d, 0xa1, 0x06, 0x64, 0x6d, 0x6a, 0xfa, 0xd1, 0x2b, 0x22, 0x3a, 0x3f, 0x79, - 0x51, 0x5f, 0x3f, 0xa3, 0x66, 0xfb, 0x58, 0x5b, 0xb7, 0xa9, 0xd9, 0xb6, 0xd0, 0x1d, 0x28, 0x10, - 0xdb, 0x72, 0x18, 0xb5, 0xb9, 0x6e, 0x1b, 0x03, 0x52, 0x59, 0xf5, 0x03, 0xb5, 0x8d, 0xd0, 0x78, - 0x66, 0x0c, 0x08, 0x2e, 0xc2, 0x66, 0x88, 0xc5, 0x73, 0x98, 0xed, 0x11, 0xfc, 0x97, 0x02, 0xc5, - 0x53, 0x66, 0xd1, 0xee, 0xf8, 0x95, 0x40, 0x88, 0x1e, 0x43, 0x89, 0xb2, 0x91, 0xee, 0xb0, 0x4b, - 0x6a, 0x8e, 0x75, 0x8f, 0x70, 0x4e, 0xed, 0x9e, 0x57, 0x59, 0x6b, 0x28, 0xfb, 0x6a, 0xeb, 0xff, - 0x07, 0xb1, 0xca, 0x1e, 0xb4, 0xd9, 0xe8, 0x13, 0xb9, 0xb4, 0x23, 0xc2, 0x1f, 0x05, 0xd1, 0xda, - 0x36, 0x65, 0xa3, 0x84, 0xc5, 0xc3, 0x25, 0xd8, 0x8e, 0x9d, 0x52, 0x9e, 0xfd, 0x27, 0x05, 0x8a, - 0xc7, 0xe4, 0x92, 0x70, 0xf2, 0x6a, 0x74, 0xa7, 0x04, 0xdb, 0x31, 0x38, 0x12, 0xe4, 0xf7, 0xab, - 0xb0, 0x73, 0xe4, 0x12, 0x83, 0x93, 0xb3, 0x80, 0x6f, 0x21, 0x50, 0x04, 0x6b, 0x22, 0x93, 0x00, - 0xa8, 0x89, 0x67, 0x74, 0x08, 0x6b, 0x03, 0x66, 0x11, 0x01, 0x63, 0xb3, 0xf5, 0x66, 0xa2, 0x5c, - 0xb3, 0x92, 0x1c, 0xc8, 0xd7, 0x53, 0x66, 0x11, 0x4d, 0x2c, 0x45, 0x75, 0x50, 0xbd, 0x2b, 0xca, - 0xcd, 0x7e, 0x1c, 0x27, 0x04, 0x26, 0xd1, 0xa1, 0x13, 0xc8, 0x53, 0xc7, 0x18, 0xe8, 0x7c, 0xec, - 0x10, 0xd1, 0x97, 0xcd, 0xd6, 0xbd, 0xeb, 0x37, 0x6a, 0x3b, 0xc6, 0xe0, 0x7c, 0xec, 0x10, 0x2d, - 0x47, 0xe5, 0x13, 0x7a, 0x17, 0xf6, 0xbc, 0xe1, 0x85, 0x4d, 0xb8, 0x4e, 0x1d, 0xc3, 0xb2, 0x5c, - 0xe2, 0x79, 0xba, 0xe3, 0x92, 0x2e, 0x7d, 0x56, 0x59, 0x6f, 0xac, 0xee, 0xe7, 0xb5, 0x72, 0xe0, - 0x6e, 0x87, 0xde, 0x8e, 0x70, 0xa2, 0xbb, 0xb0, 0x65, 0x91, 0xae, 0x31, 0xbc, 0xe4, 0x7a, 0xcf, - 0xe0, 0xe4, 0xca, 0x18, 0x57, 0xb2, 0x02, 0xe5, 0xa6, 0x34, 0x9f, 0x04, 0x56, 0x7c, 0x17, 0xd4, - 0xd8, 0xf9, 0xd0, 0x16, 0xa8, 0xe7, 0xae, 0x61, 0x7b, 0x8e, 0xe1, 0x12, 0x9b, 0x17, 0x33, 0xe8, - 0x06, 0xac, 0x9e, 0x1d, 0x9e, 0x17, 0x15, 0xdc, 0x80, 0x5c, 0x88, 0x0f, 0x01, 0x64, 0x1f, 0x71, - 0x83, 0x53, 0xb3, 0x98, 0x41, 0x39, 0x58, 0x3b, 0xfe, 0xf4, 0xa8, 0x53, 0x54, 0x70, 0x13, 0xca, - 0xa9, 0x63, 0x05, 0xed, 0x41, 0xbb, 0xb0, 0x12, 0x91, 0x24, 0x3b, 0x79, 0x51, 0x5f, 0x69, 0x1f, - 0x6b, 0x2b, 0xd4, 0xc2, 0x1f, 0xc2, 0xad, 0x0e, 0x73, 0x45, 0x5f, 0x67, 0x92, 0x14, 0xdd, 0x84, - 0xbc, 0xc3, 0x5c, 0xc9, 0x86, 0xa0, 0x87, 0x39, 0x47, 0xae, 0xc0, 0x3f, 0x2b, 0x50, 0x99, 0x47, - 0x6f, 0xf4, 0x06, 0x20, 0x7f, 0x44, 0x58, 0xb7, 0x7b, 0xc9, 0x0c, 0x4b, 0xbf, 0x22, 0xb4, 0xd7, - 0xe7, 0x22, 0x45, 0x41, 0x2b, 0x52, 0x36, 0x7a, 0x18, 0x38, 0xbe, 0x14, 0x76, 0xd4, 0x82, 0xf2, - 0xd3, 0x21, 0x19, 0x12, 0xdd, 0x31, 0xa8, 0xeb, 0xe9, 0x6e, 0xd0, 0x0f, 0x12, 0x50, 0xb5, 0xa0, - 0x95, 0x84, 0xb3, 0xe3, 0xfb, 0xb4, 0xd0, 0x85, 0xde, 0x82, 0x1d, 0x6a, 0x73, 0xe2, 0xba, 0x43, - 0x87, 0xeb, 0x3e, 0x2b, 0x5c, 0x83, 0x53, 0x66, 0x0b, 0x32, 0x14, 0xb4, 0x52, 0xe4, 0x3b, 0x8d, - 0x5c, 0xd8, 0x02, 0x38, 0xb6, 0xbd, 0x10, 0xe2, 0x6b, 0xb0, 0xe5, 0x11, 0x77, 0xe4, 0x4f, 0x90, - 0xa3, 0xfb, 0xdd, 0xf3, 0x2a, 0x8a, 0x68, 0x69, 0x21, 0x30, 0xb7, 0x9d, 0x43, 0xdf, 0x88, 0x76, - 0x21, 0x6b, 0xb1, 0x81, 0x41, 0xed, 0x60, 0x70, 0x34, 0xf9, 0xe6, 0xdb, 0x3d, 0x62, 0xb8, 0x66, - 0xbf, 0xb2, 0x2a, 0x96, 0xc9, 0x37, 0xfc, 0xdb, 0x6a, 0xd8, 0x87, 0xb0, 0x34, 0x8b, 0xa6, 0xa1, - 0x06, 0x30, 0x30, 0x4c, 0x49, 0x1e, 0xb9, 0x43, 0xcc, 0x82, 0xfe, 0x27, 0x98, 0x2c, 0xdd, 0x01, - 0xd1, 0xa7, 0x06, 0xf4, 0x0e, 0xec, 0xa6, 0x79, 0x79, 0x49, 0xec, 0x1e, 0xef, 0x0b, 0xd2, 0xe7, - 0xb5, 0x32, 0x4d, 0xf2, 0x32, 0x70, 0xa2, 0xdb, 0xb0, 0x21, 0x3f, 0x0c, 0x41, 0x6b, 0xd7, 0x45, - 0xb0, 0x2a, 0x6d, 0x62, 0x82, 0x2e, 0x60, 0xcf, 0xef, 0xb4, 0xef, 0x4e, 0x09, 0x9d, 0x20, 0xb2, - 0x9a, 0x9a, 0xa7, 0x85, 0x3c, 0xd2, 0xca, 0x61, 0xaa, 0x24, 0x49, 0xe6, 0xe8, 0xe8, 0x8d, 0xff, - 0xa6, 0xa3, 0xe8, 0x7d, 0x50, 0x2d, 0xdb, 0x8b, 0xe0, 0x16, 0x45, 0xba, 0xbd, 0x44, 0xba, 0x29, - 0x0d, 0x34, 0xb0, 0xa2, 0xe7, 0xcf, 0xd6, 0x72, 0xb9, 0x62, 0x11, 0xdf, 0x87, 0xdd, 0x74, 0xff, - 0xae, 0x19, 0xa4, 0x6f, 0x01, 0x1d, 0x5a, 0xd6, 0x32, 0xed, 0x6e, 0xc1, 0x86, 0xff, 0xeb, 0x39, - 0x86, 0x49, 0xa6, 0x5a, 0x2c, 0x94, 0xfb, 0x2c, 0xb4, 0xfb, 0xca, 0x1d, 0x05, 0xb5, 0x2d, 0x5c, - 0x86, 0x52, 0x22, 0xbb, 0x14, 0xdd, 0xd7, 0xa1, 0x1c, 0x28, 0xf1, 0x12, 0xfb, 0xe2, 0x0a, 0xec, - 0xa6, 0x83, 0x65, 0x9a, 0x7b, 0xb0, 0x23, 0x05, 0xfd, 0x5a, 0xe9, 0xc6, 0x7b, 0xe1, 0x96, 0x29, - 0x85, 0xc1, 0xfb, 0x80, 0x4e, 0x08, 0x5f, 0x06, 0xc8, 0x2f, 0x0a, 0x94, 0x12, 0xa1, 0x8b, 0x4b, - 0x1b, 0xe5, 0x58, 0x89, 0x15, 0xb1, 0x02, 0x37, 0x24, 0x55, 0xe5, 0x44, 0x84, 0xaf, 0xfe, 0xb4, - 0x44, 0x95, 0x93, 0x23, 0x30, 0x35, 0xa4, 0x89, 0xb1, 0xbe, 0x34, 0x31, 0xf0, 0x5d, 0xd8, 0x3e, - 0x21, 0x7c, 0x89, 0x0a, 0x7d, 0x2c, 0x0a, 0xb1, 0xa4, 0x00, 0xcf, 0x3a, 0x9c, 0xdf, 0xed, 0x58, - 0x7d, 0x42, 0xc1, 0xc3, 0x5f, 0xc0, 0x4e, 0xd2, 0x2c, 0x53, 0x7f, 0x04, 0xf9, 0xf0, 0xfb, 0x1c, - 0xe8, 0x97, 0xda, 0x6a, 0x24, 0x4e, 0x34, 0xa3, 0xd8, 0xda, 0x74, 0x09, 0xde, 0x89, 0x03, 0x8e, - 0x76, 0xd3, 0x04, 0x88, 0xa9, 0x55, 0x6e, 0xf6, 0x01, 0xe4, 0x64, 0xa5, 0xc3, 0xbd, 0xea, 0xe9, - 0xbd, 0x52, 0x47, 0xd7, 0xa2, 0x05, 0xad, 0x1f, 0x72, 0x80, 0xa4, 0xf7, 0x48, 0x5c, 0x47, 0x3b, - 0xfe, 0x3a, 0x74, 0x04, 0xd9, 0xe0, 0xba, 0x87, 0xaa, 0x89, 0x5c, 0x89, 0xfb, 0x68, 0xf5, 0xe6, - 0x4c, 0x9f, 0x64, 0x5f, 0x06, 0x7d, 0x0e, 0xf9, 0xe8, 0xea, 0x84, 0x6e, 0x25, 0x62, 0xd3, 0x17, - 0xc7, 0x6a, 0x6d, 0x9e, 0x3b, 0x9e, 0x2d, 0xba, 0xe3, 0xa4, 0xb2, 0xa5, 0xaf, 0x62, 0xa9, 0x6c, - 0xff, 0xbc, 0x1a, 0x65, 0xd0, 0x57, 0x50, 0x48, 0x7c, 0x96, 0xd1, 0xed, 0x6b, 0x6f, 0x22, 0x55, - 0xbc, 0x28, 0x24, 0xca, 0xfc, 0x0d, 0x6c, 0x26, 0x85, 0x0a, 0xcd, 0x5a, 0x97, 0x9a, 0xca, 0xea, - 0x9d, 0x85, 0x31, 0x51, 0x72, 0x0d, 0xd4, 0x98, 0xea, 0xa0, 0x7a, 0xba, 0x01, 0xe9, 0xb4, 0x8d, - 0xf9, 0x01, 0x71, 0xc0, 0x49, 0x15, 0x4a, 0x01, 0x9e, 0xa9, 0x67, 0x29, 0xc0, 0x73, 0x64, 0x4c, - 0xd4, 0x39, 0x21, 0x4e, 0xa9, 0x3a, 0xcf, 0x12, 0xb9, 0x2a, 0x5e, 0x14, 0x12, 0x2f, 0x45, 0x6c, - 0x8a, 0x50, 0x7d, 0xfe, 0x7c, 0xcd, 0x2a, 0xc5, 0x8c, 0x01, 0xc4, 0x19, 0xf4, 0x10, 0x60, 0x3a, - 0x2d, 0xa8, 0x36, 0x77, 0x8c, 0x82, 0x8c, 0xd7, 0x8d, 0x19, 0xce, 0xa0, 0xc7, 0xb0, 0x11, 0x17, - 0x08, 0x34, 0x17, 0x44, 0x38, 0xe4, 0xd5, 0xdb, 0x0b, 0x22, 0x52, 0x67, 0x0f, 0x95, 0x00, 0xcd, - 0x03, 0xe2, 0xcd, 0x3d, 0x7b, 0x5a, 0x44, 0x70, 0xe6, 0xc1, 0xf9, 0xf3, 0x97, 0xb5, 0xcc, 0x1f, - 0x2f, 0x6b, 0x99, 0xef, 0x26, 0x35, 0xe5, 0xf9, 0xa4, 0xa6, 0xfc, 0x3e, 0xa9, 0x29, 0x7f, 0x4e, - 0x6a, 0xca, 0xd7, 0xef, 0xfd, 0xcb, 0xff, 0xb9, 0xbf, 0x2a, 0xca, 0x45, 0x56, 0xfc, 0xb1, 0x7d, - 0xfb, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0x98, 0x52, 0x44, 0x2c, 0x0f, 0x00, 0x00, + // 1318 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xdd, 0x8e, 0xdb, 0x44, + 0x14, 0x8e, 0x93, 0xdd, 0x34, 0x7b, 0x9c, 0x4d, 0xb3, 0xb3, 0x7f, 0x26, 0x6d, 0x93, 0xd4, 0x55, + 0x45, 0x55, 0x60, 0x53, 0xa5, 0x3f, 0x88, 0x0a, 0x09, 0x6d, 0xb3, 0x55, 0x49, 0x61, 0xd3, 0x68, + 0xbb, 0x08, 0x28, 0x12, 0x96, 0x6b, 0x4f, 0x92, 0x51, 0x37, 0x1e, 0xd7, 0x9e, 0x64, 0x9b, 0x3b, + 0xee, 0x78, 0x03, 0x24, 0x9e, 0x04, 0xee, 0xb8, 0x2d, 0x77, 0x5c, 0x72, 0x55, 0xd1, 0x3c, 0x03, + 0x0f, 0x80, 0x3c, 0x63, 0x3b, 0xf6, 0x90, 0xec, 0x0f, 0xdc, 0xf4, 0x2a, 0xf2, 0x39, 0xdf, 0xf9, + 0x99, 0x73, 0xbe, 0x73, 0x66, 0x14, 0xe8, 0xf6, 0x09, 0x1b, 0x8c, 0x9e, 0xef, 0x58, 0x74, 0xd8, + 0xd8, 0x27, 0x96, 0x47, 0x7d, 0xda, 0x63, 0x8d, 0x81, 0xe5, 0xfb, 0x03, 0x32, 0x6c, 0xb8, 0x2f, + 0xfa, 0x0d, 0xc7, 0x72, 0x3d, 0xfa, 0x6a, 0x12, 0xfd, 0xf6, 0x3d, 0xd7, 0x6a, 0x8c, 0x6f, 0x35, + 0x1c, 0xcc, 0x8e, 0xa9, 0xf7, 0xc2, 0xa2, 0x4e, 0x8f, 0xf4, 0xb9, 0x66, 0xc7, 0xf5, 0x28, 0xa3, + 0x48, 0x4d, 0x00, 0xf5, 0x9f, 0x14, 0x58, 0xdd, 0xb5, 0xed, 0x4e, 0xbb, 0x75, 0x80, 0x5f, 0x8e, + 0xb0, 0xcf, 0xd0, 0x1d, 0x28, 0x5a, 0xd4, 0x61, 0x26, 0x71, 0xb0, 0x67, 0x10, 0x5b, 0x53, 0xea, + 0xca, 0x8d, 0x95, 0x07, 0x6b, 0xd3, 0x37, 0x35, 0xb5, 0x15, 0xc9, 0xdb, 0x7b, 0x9a, 0x72, 0xa0, + 0xc6, 0xb0, 0xb6, 0x8d, 0x74, 0xc8, 0x3b, 0xc4, 0x0a, 0xf0, 0x59, 0x8e, 0x57, 0xa7, 0x6f, 0x6a, + 0xcb, 0x1d, 0x62, 0x71, 0xe4, 0xb2, 0x43, 0xac, 0xb6, 0x8d, 0xde, 0x87, 0x55, 0xec, 0xd8, 0x2e, + 0x25, 0x0e, 0x33, 0x1c, 0x73, 0x88, 0xb5, 0x1c, 0x87, 0x66, 0x35, 0xe5, 0xa0, 0x18, 0x29, 0x3a, + 0xe6, 0x10, 0xdf, 0xcf, 0x6a, 0x8a, 0xbe, 0x01, 0xa5, 0x28, 0x2f, 0xdf, 0xa5, 0x8e, 0x2f, 0xa4, + 0x7f, 0x2b, 0x50, 0xde, 0xa7, 0x36, 0xe9, 0x4d, 0xde, 0xa9, 0x8c, 0xd1, 0xb7, 0xb0, 0x4e, 0xe8, + 0xd8, 0x70, 0xe9, 0x11, 0xb1, 0x26, 0x86, 0x8f, 0x19, 0x23, 0x4e, 0xdf, 0xd7, 0x96, 0xea, 0xca, + 0x0d, 0xb5, 0x79, 0x7d, 0x27, 0x51, 0xf1, 0x9d, 0x36, 0x1d, 0x3f, 0x0c, 0x4d, 0xbb, 0x1c, 0xfe, + 0x54, 0xa0, 0xb9, 0xd7, 0x35, 0x42, 0xc7, 0x29, 0xa9, 0xcf, 0x8f, 0xbd, 0x0d, 0x6b, 0x89, 0x53, + 0x27, 0xea, 0xf1, 0xb3, 0x02, 0xe5, 0x3d, 0x7c, 0x84, 0x19, 0x7e, 0xf7, 0x3a, 0xb8, 0x0d, 0x6b, + 0x89, 0xd4, 0x12, 0x49, 0xff, 0x92, 0x83, 0x8d, 0x96, 0x87, 0x4d, 0x86, 0x3b, 0x82, 0xa3, 0x51, + 0xe2, 0x5b, 0xb0, 0xc4, 0xbd, 0x2a, 0xb1, 0x57, 0xfe, 0x8d, 0x1e, 0xc2, 0xd2, 0x90, 0xda, 0x98, + 0x27, 0x56, 0x6a, 0x7e, 0x94, 0x2a, 0xe7, 0x3c, 0x47, 0x3b, 0xe1, 0xe7, 0x3e, 0xb5, 0xb1, 0x70, + 0x13, 0x98, 0xa3, 0x6b, 0xa0, 0xfa, 0xc7, 0x84, 0x59, 0x03, 0x39, 0x77, 0x10, 0x62, 0xde, 0xc9, + 0x2f, 0x60, 0x85, 0xb8, 0xe6, 0xd0, 0x60, 0x13, 0x17, 0xf3, 0xfe, 0x95, 0x9a, 0x37, 0x4f, 0x0f, + 0xd8, 0x76, 0xcd, 0xe1, 0xe1, 0xc4, 0x15, 0xd1, 0x0a, 0x24, 0xfc, 0x42, 0xf7, 0x61, 0xdb, 0x1f, + 0x3d, 0x77, 0x30, 0x33, 0x88, 0x6b, 0xda, 0xb6, 0x87, 0x7d, 0xdf, 0x70, 0x3d, 0xdc, 0x23, 0xaf, + 0xb4, 0xe5, 0x7a, 0x2e, 0x8c, 0xbe, 0x29, 0x20, 0xed, 0x08, 0xd1, 0xe5, 0x00, 0xf4, 0x01, 0x5c, + 0xb4, 0x71, 0xcf, 0x1c, 0x1d, 0x31, 0xa3, 0x6f, 0x32, 0x7c, 0x6c, 0x4e, 0xb4, 0x7c, 0x9c, 0x71, + 0x29, 0x54, 0x3d, 0x12, 0x1a, 0xfd, 0x36, 0xa8, 0x89, 0x33, 0xa3, 0x75, 0x50, 0x0f, 0x3d, 0xd3, + 0xf1, 0x5d, 0xd3, 0xc3, 0x0e, 0x2b, 0x67, 0x2a, 0xd9, 0x82, 0x82, 0x54, 0xc8, 0x75, 0x76, 0x0f, + 0xcb, 0x4a, 0xf0, 0x51, 0x09, 0xfa, 0xf0, 0x21, 0x14, 0xa2, 0xbc, 0x51, 0x09, 0xf2, 0x4f, 0x99, + 0xc9, 0x88, 0x15, 0x82, 0x8b, 0xb0, 0xb4, 0xf7, 0x79, 0xab, 0x3b, 0x43, 0xf3, 0xce, 0xdd, 0x85, + 0x4d, 0xe9, 0xf8, 0xa2, 0xad, 0x48, 0x83, 0x6c, 0x4c, 0xb4, 0xc2, 0xf4, 0x4d, 0x2d, 0xcb, 0x59, + 0x93, 0x25, 0x36, 0x37, 0xdb, 0x83, 0x2b, 0x5d, 0xea, 0x71, 0x66, 0xcc, 0xa5, 0x3e, 0xaa, 0xc1, + 0x8a, 0x4b, 0xbd, 0x90, 0x53, 0xb3, 0xee, 0x17, 0xdc, 0xd0, 0x8a, 0x7b, 0xf9, 0x4d, 0x01, 0x6d, + 0xd1, 0xf0, 0xa0, 0x5b, 0x80, 0x82, 0x01, 0xa4, 0xbd, 0xde, 0x11, 0x35, 0x6d, 0xe3, 0x18, 0x93, + 0xfe, 0x80, 0x71, 0x57, 0xab, 0xdc, 0x55, 0x99, 0xd0, 0xf1, 0x13, 0xa1, 0xfc, 0x9a, 0xeb, 0xd0, + 0x3d, 0xd8, 0x7c, 0x39, 0xc2, 0x23, 0x6c, 0xb8, 0x26, 0xf1, 0x7c, 0xc3, 0x13, 0x9d, 0xc4, 0x82, + 0xfe, 0xc2, 0x68, 0x9d, 0x03, 0xba, 0x81, 0xfe, 0x20, 0x52, 0xa3, 0xbb, 0xb0, 0x41, 0x1c, 0x86, + 0x3d, 0x6f, 0xe4, 0x32, 0x23, 0xe0, 0x95, 0x67, 0x32, 0x42, 0x1d, 0x4e, 0xa7, 0xd0, 0x2c, 0xd6, + 0xef, 0xc7, 0x6a, 0x7e, 0x02, 0x06, 0xb0, 0xe7, 0xf8, 0x51, 0xca, 0x37, 0xe1, 0xa2, 0x8f, 0xbd, + 0x71, 0x30, 0xa3, 0xae, 0x11, 0xf4, 0xde, 0xd7, 0x94, 0x98, 0x14, 0xab, 0x42, 0xd5, 0x76, 0x77, + 0x03, 0x05, 0xaa, 0x40, 0xde, 0xa6, 0x43, 0x93, 0x38, 0xe1, 0x70, 0x06, 0x90, 0x50, 0x12, 0xe8, + 0x7c, 0x6c, 0x7a, 0xd6, 0x40, 0xcb, 0xc5, 0xe6, 0xa1, 0x84, 0x47, 0x9d, 0xe6, 0xa2, 0xae, 0x45, + 0xa5, 0x3b, 0x6d, 0xde, 0x74, 0x80, 0xa1, 0x69, 0x85, 0x74, 0x4c, 0x44, 0x4c, 0x48, 0x51, 0x9d, + 0xcf, 0x49, 0x08, 0x99, 0x8d, 0xd2, 0x4c, 0x88, 0x3e, 0x81, 0x2d, 0x99, 0xf5, 0x47, 0xd8, 0xe9, + 0xb3, 0x01, 0x1f, 0xab, 0x90, 0xfb, 0x24, 0xcd, 0x7a, 0x01, 0x40, 0xd7, 0xa1, 0x18, 0x5e, 0x5f, + 0x82, 0x12, 0xcb, 0xb1, 0x81, 0x1a, 0xca, 0xf9, 0xac, 0xf6, 0x60, 0x3b, 0x60, 0x48, 0x00, 0x91, + 0x56, 0x2f, 0x1f, 0x15, 0x55, 0x9a, 0xdc, 0x13, 0x39, 0x28, 0xd2, 0x89, 0xdc, 0xa5, 0xc9, 0xb5, + 0x60, 0xbb, 0x5f, 0xf8, 0xff, 0xdb, 0x1d, 0x7d, 0x0a, 0xaa, 0xed, 0xf8, 0x71, 0xda, 0x65, 0xee, + 0x72, 0x3b, 0xe5, 0x72, 0x46, 0x19, 0xd1, 0x04, 0x3b, 0xfe, 0x0e, 0xda, 0xfb, 0x78, 0xa9, 0x50, + 0x28, 0x97, 0xf5, 0x7b, 0xb0, 0x25, 0xf7, 0xf8, 0x4c, 0xa3, 0xd9, 0x03, 0xb4, 0x6b, 0xdb, 0x67, + 0x25, 0xc6, 0x1d, 0x28, 0x06, 0xbf, 0xbe, 0x6b, 0x5a, 0x78, 0x76, 0x53, 0xf0, 0x9b, 0xa5, 0x13, + 0xc9, 0xc5, 0xcd, 0x12, 0xc3, 0xda, 0x22, 0xce, 0x7b, 0xb0, 0x9e, 0x8a, 0x93, 0xb8, 0x0e, 0x6e, + 0xc3, 0xa6, 0xb8, 0x27, 0xce, 0x98, 0x05, 0x37, 0xba, 0x0c, 0x5b, 0xb2, 0x51, 0xc2, 0x65, 0x13, + 0x36, 0xc2, 0xab, 0xe7, 0x4c, 0x17, 0x0c, 0xb7, 0xb9, 0x14, 0xa5, 0x21, 0xed, 0x36, 0xae, 0xbc, + 0x05, 0xe8, 0x11, 0x66, 0xe7, 0x49, 0xf0, 0x77, 0x05, 0xd6, 0x53, 0x26, 0xa7, 0xb5, 0x23, 0xf6, + 0x96, 0x95, 0x8a, 0x7e, 0x19, 0x2e, 0x84, 0xa4, 0x4f, 0xcc, 0x59, 0x24, 0x0a, 0xe6, 0x30, 0xae, + 0x75, 0x62, 0xb0, 0x66, 0x42, 0x99, 0x62, 0xcb, 0xe7, 0xa6, 0x98, 0xde, 0x80, 0xb5, 0x47, 0x98, + 0x9d, 0xa3, 0x96, 0x8f, 0x79, 0xb9, 0xce, 0x7c, 0x49, 0x2c, 0x3a, 0x7a, 0xc4, 0x9c, 0x44, 0x1d, + 0xa3, 0x45, 0xcc, 0x55, 0xdf, 0xc3, 0x46, 0x5a, 0x15, 0x06, 0x7a, 0x00, 0x2b, 0xd1, 0x6b, 0x44, + 0xec, 0x54, 0xb5, 0x59, 0x4f, 0x9d, 0x77, 0x4e, 0x63, 0x44, 0xd5, 0x62, 0x33, 0xee, 0x5f, 0x4b, + 0x1e, 0x23, 0x15, 0xf9, 0x19, 0x4f, 0x6a, 0xa6, 0x09, 0x03, 0x7f, 0x06, 0x85, 0xb0, 0x2f, 0x51, + 0xdc, 0x9a, 0x1c, 0x57, 0x2a, 0x8a, 0xb8, 0xe7, 0x22, 0xa3, 0xc0, 0x77, 0xf3, 0xc7, 0x02, 0xa0, + 0x10, 0xd5, 0xe2, 0x8f, 0xf7, 0x6e, 0x60, 0x8f, 0x5a, 0x90, 0x17, 0x0f, 0x62, 0x54, 0x49, 0xf9, + 0x4c, 0xbd, 0xde, 0x2b, 0x97, 0xe6, 0xea, 0x44, 0x2c, 0x3d, 0x83, 0xbe, 0x84, 0x95, 0xf8, 0x21, + 0x89, 0xae, 0xa4, 0xb0, 0xf2, 0xb3, 0xba, 0x52, 0x5d, 0xa4, 0x4e, 0x7a, 0x8b, 0x5f, 0x78, 0x92, + 0x37, 0xf9, 0x51, 0x2a, 0x79, 0xfb, 0xd7, 0xc3, 0x50, 0xcf, 0xa0, 0x6f, 0x60, 0x35, 0xf5, 0xb8, + 0x40, 0x57, 0x4f, 0x7d, 0x77, 0x55, 0xf4, 0x93, 0x20, 0xb1, 0xe7, 0xef, 0xa0, 0x94, 0x5e, 0x8e, + 0x68, 0x9e, 0x9d, 0x34, 0xdd, 0x95, 0x6b, 0x27, 0x62, 0x62, 0xe7, 0x07, 0xa0, 0x26, 0x36, 0x1b, + 0xaa, 0xc9, 0x0d, 0x90, 0xdd, 0xd6, 0x17, 0x03, 0x92, 0x09, 0xa7, 0xb7, 0x9b, 0x94, 0xf0, 0xdc, + 0x7d, 0x29, 0x25, 0x3c, 0x7f, 0x3d, 0x8a, 0x3a, 0xa7, 0x16, 0x9d, 0x54, 0xe7, 0x79, 0x8b, 0xb3, + 0xa2, 0x9f, 0x04, 0x49, 0x96, 0x22, 0x31, 0x59, 0xa8, 0xb6, 0x78, 0xe6, 0xe6, 0x95, 0x62, 0xce, + 0x50, 0xea, 0x19, 0xf4, 0x04, 0x60, 0x36, 0x35, 0xa8, 0xba, 0x70, 0x9c, 0x84, 0xc7, 0xd3, 0xc6, + 0x4d, 0xcf, 0xa0, 0xaf, 0xa0, 0x98, 0x5c, 0x1a, 0x68, 0x61, 0x12, 0xd1, 0xc0, 0x57, 0xae, 0x9e, + 0x80, 0x90, 0xce, 0x1e, 0x6d, 0x04, 0xb4, 0x28, 0x11, 0x7f, 0xe1, 0xd9, 0xe5, 0x65, 0xa2, 0x67, + 0x1e, 0x1c, 0xbe, 0x7e, 0x5b, 0xcd, 0xfc, 0xf9, 0xb6, 0x9a, 0xf9, 0x61, 0x5a, 0x55, 0x5e, 0x4f, + 0xab, 0xca, 0x1f, 0xd3, 0xaa, 0xf2, 0xd7, 0xb4, 0xaa, 0x3c, 0xfb, 0xf8, 0x3f, 0xfe, 0x2b, 0xf0, + 0xab, 0xa2, 0x3c, 0xcf, 0xf3, 0xbf, 0x01, 0x6e, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0xf1, 0x94, + 0x54, 0x89, 0x5a, 0x10, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.proto b/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.proto index d703bb3ed1..237360806a 100644 --- a/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.proto +++ b/pkg/ncproxy/ncproxygrpc/v0/networkconfigproxy.proto @@ -21,135 +21,172 @@ service NetworkConfigProxy { } message AddNICRequest { - string container_id = 1; - string nic_id = 2; - string endpoint_name = 3; + option deprecated = true; + string container_id = 1 [deprecated = true]; + string nic_id = 2 [deprecated = true]; + string endpoint_name = 3 [deprecated = true]; } -message AddNICResponse {} +message AddNICResponse { + option deprecated = true; +} message ModifyNICRequest { - string container_id = 1; - string nic_id = 2; - string endpoint_name = 3; - IovEndpointPolicySetting iov_policy_settings = 4; + option deprecated = true; + string container_id = 1 [deprecated = true]; + string nic_id = 2 [deprecated = true]; + string endpoint_name = 3 [deprecated = true]; + IovEndpointPolicySetting iov_policy_settings = 4 [deprecated = true]; } -message ModifyNICResponse {} +message ModifyNICResponse { + option deprecated = true; +} message DeleteNICRequest { - string container_id = 1; - string nic_id = 2; - string endpoint_name = 3; + option deprecated = true; + string container_id = 1 [deprecated = true]; + string nic_id = 2 [deprecated = true]; + string endpoint_name = 3 [deprecated = true]; } -message DeleteNICResponse {} +message DeleteNICResponse { + option deprecated = true; +} message CreateNetworkRequest { + option deprecated = true; enum NetworkMode { - Transparent = 0; - NAT = 1; + option deprecated = true; + Transparent = 0 [deprecated = true]; + NAT = 1 [deprecated = true]; } enum IpamType { - Static = 0; - DHCP = 1; + option deprecated = true; + Static = 0 [deprecated = true]; + DHCP = 1 [deprecated = true]; } - string name = 1; - NetworkMode mode = 2; - string switch_name = 3; - IpamType ipam_type = 4; - repeated string subnet_ipaddress_prefix = 5; - string default_gateway = 6; + string name = 1 [deprecated = true]; + NetworkMode mode = 2 [deprecated = true]; + string switch_name = 3 [deprecated = true]; + IpamType ipam_type = 4 [deprecated = true]; + repeated string subnet_ipaddress_prefix = 5 [deprecated = true]; + string default_gateway = 6 [deprecated = true]; } message CreateNetworkResponse{ - string id = 1; + option deprecated = true; + string id = 1 [deprecated = true]; } message PortNameEndpointPolicySetting { - string port_name = 1; + option deprecated = true; + string port_name = 1 [deprecated = true]; } message IovEndpointPolicySetting { - uint32 iov_offload_weight = 1; - uint32 queue_pairs_requested = 2; - uint32 interrupt_moderation = 3; + option deprecated = true; + uint32 iov_offload_weight = 1 [deprecated = true]; + uint32 queue_pairs_requested = 2 [deprecated = true]; + uint32 interrupt_moderation = 3 [deprecated = true]; } message DnsSetting { - repeated string server_ip_addrs = 1; - string domain = 2; - repeated string search = 3; + option deprecated = true; + repeated string server_ip_addrs = 1 [deprecated = true]; + string domain = 2 [deprecated = true]; + repeated string search = 3 [deprecated = true]; } message CreateEndpointRequest { + option deprecated = true; reserved 8 to 15; - string name = 1; - string macaddress = 2; - string ipaddress = 3; - string ipaddress_prefixlength = 4; - string network_name = 5; - PortNameEndpointPolicySetting portname_policy_setting = 6; - IovEndpointPolicySetting iov_policy_settings = 7; - DnsSetting dns_setting = 16; + string name = 1 [deprecated = true]; + string macaddress = 2 [deprecated = true]; + string ipaddress = 3 [deprecated = true]; + string ipaddress_prefixlength = 4 [deprecated = true]; + string network_name = 5 [deprecated = true]; + PortNameEndpointPolicySetting portname_policy_setting = 6 [deprecated = true]; + IovEndpointPolicySetting iov_policy_settings = 7 [deprecated = true]; + DnsSetting dns_setting = 16 [deprecated = true]; } message CreateEndpointResponse{ - string id = 1; + option deprecated = true; + string id = 1 [deprecated = true]; } message AddEndpointRequest { - string name = 1; - string namespace_id = 2; + option deprecated = true; + string name = 1 [deprecated = true]; + string namespace_id = 2 [deprecated = true]; } -message AddEndpointResponse{} +message AddEndpointResponse{ + option deprecated = true; +} message DeleteEndpointRequest { - string name = 1; + option deprecated = true; + string name = 1 [deprecated = true]; } -message DeleteEndpointResponse{} +message DeleteEndpointResponse{ + option deprecated = true; +} message DeleteNetworkRequest{ - string name = 1; + option deprecated = true; + string name = 1 [deprecated = true]; } -message DeleteNetworkResponse{} +message DeleteNetworkResponse{ + option deprecated = true; +} message GetEndpointRequest{ - string name = 1; + option deprecated = true; + string name = 1 [deprecated = true]; } message GetEndpointResponse{ - string id = 1; - string name = 2; - string network = 3; // GUID - string namespace = 4; // GUID - DnsSetting dns_setting = 5; + option deprecated = true; + string id = 1 [deprecated = true]; + string name = 2 [deprecated = true]; + string network = 3 [deprecated = true]; // GUID + string namespace = 4 [deprecated = true]; // GUID + DnsSetting dns_setting = 5 [deprecated = true]; } message GetNetworkRequest{ - string name = 1; + option deprecated = true; + string name = 1 [deprecated = true]; } message GetNetworkResponse{ - string id = 1; - string name = 2; + option deprecated = true; + string id = 1 [deprecated = true]; + string name = 2 [deprecated = true]; } -message GetEndpointsRequest{} +message GetEndpointsRequest{ + option deprecated = true; +} message GetEndpointsResponse{ - repeated GetEndpointResponse endpoints = 1; + option deprecated = true; + repeated GetEndpointResponse endpoints = 1 [deprecated = true]; } -message GetNetworksRequest{} +message GetNetworksRequest{ + option deprecated = true; +} message GetNetworksResponse{ - repeated GetNetworkResponse networks = 1; + option deprecated = true; + repeated GetNetworkResponse networks = 1 [deprecated = true]; } \ No newline at end of file diff --git a/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.pb.go b/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.pb.go index e6864d08e5..a6e9d2bf0a 100644 --- a/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.pb.go +++ b/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.pb.go @@ -28,11 +28,10 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -type RequestType int32 - +type RequestType int32 // Deprecated: Do not use. const ( - RequestType_Setup RequestType = 0 - RequestType_Teardown RequestType = 1 + RequestType_Setup RequestType = 0 // Deprecated: Do not use. + RequestType_Teardown RequestType = 1 // Deprecated: Do not use. ) var RequestType_name = map[int32]string{ @@ -53,9 +52,10 @@ func (RequestType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_8f1cc039953ac339, []int{0} } +// Deprecated: Do not use. type ConfigureNetworkingRequest struct { - ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` - RequestType RequestType `protobuf:"varint,2,opt,name=request_type,json=requestType,proto3,enum=azure.nodenetworkservice.RequestType" json:"request_type,omitempty"` + ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` // Deprecated: Do not use. + RequestType RequestType `protobuf:"varint,2,opt,name=request_type,json=requestType,proto3,enum=azure.nodenetworkservice.RequestType" json:"request_type,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -93,6 +93,7 @@ func (m *ConfigureNetworkingRequest) XXX_DiscardUnknown() { var xxx_messageInfo_ConfigureNetworkingRequest proto.InternalMessageInfo +// Deprecated: Do not use. type ConfigureNetworkingResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -131,8 +132,9 @@ func (m *ConfigureNetworkingResponse) XXX_DiscardUnknown() { var xxx_messageInfo_ConfigureNetworkingResponse proto.InternalMessageInfo +// Deprecated: Do not use. type PingNodeNetworkServiceRequest struct { - PingRequestMessage string `protobuf:"bytes,1,opt,name=ping_request_message,json=pingRequestMessage,proto3" json:"ping_request_message,omitempty"` + PingRequestMessage string `protobuf:"bytes,1,opt,name=ping_request_message,json=pingRequestMessage,proto3" json:"ping_request_message,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -170,8 +172,9 @@ func (m *PingNodeNetworkServiceRequest) XXX_DiscardUnknown() { var xxx_messageInfo_PingNodeNetworkServiceRequest proto.InternalMessageInfo +// Deprecated: Do not use. type PingNodeNetworkServiceResponse struct { - PingResponseMessage string `protobuf:"bytes,1,opt,name=ping_response_message,json=pingResponseMessage,proto3" json:"ping_response_message,omitempty"` + PingResponseMessage string `protobuf:"bytes,1,opt,name=ping_response_message,json=pingResponseMessage,proto3" json:"ping_response_message,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -209,10 +212,11 @@ func (m *PingNodeNetworkServiceResponse) XXX_DiscardUnknown() { var xxx_messageInfo_PingNodeNetworkServiceResponse proto.InternalMessageInfo +// Deprecated: Do not use. type ConfigureContainerNetworkingRequest struct { - RequestType RequestType `protobuf:"varint,1,opt,name=request_type,json=requestType,proto3,enum=azure.nodenetworkservice.RequestType" json:"request_type,omitempty"` - ContainerID string `protobuf:"bytes,2,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` - NetworkNamespaceID string `protobuf:"bytes,3,opt,name=network_namespace_id,json=networkNamespaceId,proto3" json:"network_namespace_id,omitempty"` + RequestType RequestType `protobuf:"varint,1,opt,name=request_type,json=requestType,proto3,enum=azure.nodenetworkservice.RequestType" json:"request_type,omitempty"` // Deprecated: Do not use. + ContainerID string `protobuf:"bytes,2,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` // Deprecated: Do not use. + NetworkNamespaceID string `protobuf:"bytes,3,opt,name=network_namespace_id,json=networkNamespaceId,proto3" json:"network_namespace_id,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -250,8 +254,9 @@ func (m *ConfigureContainerNetworkingRequest) XXX_DiscardUnknown() { var xxx_messageInfo_ConfigureContainerNetworkingRequest proto.InternalMessageInfo +// Deprecated: Do not use. type ConfigureContainerNetworkingResponse struct { - Interfaces []*ContainerNetworkInterface `protobuf:"bytes,1,rep,name=interfaces,proto3" json:"interfaces,omitempty"` + Interfaces []*ContainerNetworkInterface `protobuf:"bytes,1,rep,name=interfaces,proto3" json:"interfaces,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -289,11 +294,12 @@ func (m *ConfigureContainerNetworkingResponse) XXX_DiscardUnknown() { var xxx_messageInfo_ConfigureContainerNetworkingResponse proto.InternalMessageInfo +// Deprecated: Do not use. type ContainerIPAddress struct { - Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` - Ip string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"` - PrefixLength string `protobuf:"bytes,4,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"` - DefaultGateway string `protobuf:"bytes,5,opt,name=default_gateway,json=defaultGateway,proto3" json:"default_gateway,omitempty"` + Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // Deprecated: Do not use. + Ip string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"` // Deprecated: Do not use. + PrefixLength string `protobuf:"bytes,4,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"` // Deprecated: Do not use. + DefaultGateway string `protobuf:"bytes,5,opt,name=default_gateway,json=defaultGateway,proto3" json:"default_gateway,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -331,11 +337,12 @@ func (m *ContainerIPAddress) XXX_DiscardUnknown() { var xxx_messageInfo_ContainerIPAddress proto.InternalMessageInfo +// Deprecated: Do not use. type ContainerNetworkInterface struct { - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - MacAddress string `protobuf:"bytes,2,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"` - NetworkNamespaceID string `protobuf:"bytes,3,opt,name=network_namespace_id,json=networkNamespaceId,proto3" json:"network_namespace_id,omitempty"` - Ipaddresses []*ContainerIPAddress `protobuf:"bytes,4,rep,name=ipaddresses,proto3" json:"ipaddresses,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use. + MacAddress string `protobuf:"bytes,2,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"` // Deprecated: Do not use. + NetworkNamespaceID string `protobuf:"bytes,3,opt,name=network_namespace_id,json=networkNamespaceId,proto3" json:"network_namespace_id,omitempty"` // Deprecated: Do not use. + Ipaddresses []*ContainerIPAddress `protobuf:"bytes,4,rep,name=ipaddresses,proto3" json:"ipaddresses,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -373,8 +380,9 @@ func (m *ContainerNetworkInterface) XXX_DiscardUnknown() { var xxx_messageInfo_ContainerNetworkInterface proto.InternalMessageInfo +// Deprecated: Do not use. type GetHostLocalIpAddressRequest struct { - ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` + ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -412,8 +420,9 @@ func (m *GetHostLocalIpAddressRequest) XXX_DiscardUnknown() { var xxx_messageInfo_GetHostLocalIpAddressRequest proto.InternalMessageInfo +// Deprecated: Do not use. type GetHostLocalIpAddressResponse struct { - IpAddr string `protobuf:"bytes,1,opt,name=ip_addr,json=ipAddr,proto3" json:"ip_addr,omitempty"` + IpAddr string `protobuf:"bytes,1,opt,name=ip_addr,json=ipAddr,proto3" json:"ip_addr,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -470,53 +479,55 @@ func init() { } var fileDescriptor_8f1cc039953ac339 = []byte{ - // 723 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x4e, 0xdb, 0x4c, - 0x14, 0x65, 0x42, 0x80, 0x8f, 0x9b, 0x7c, 0x80, 0x86, 0x9f, 0xba, 0x29, 0x04, 0x64, 0xfa, 0x83, - 0xaa, 0x2a, 0x41, 0xa1, 0x05, 0x36, 0xad, 0x54, 0x40, 0x82, 0x48, 0x10, 0x51, 0x87, 0x55, 0x37, - 0x91, 0xb1, 0x27, 0xce, 0x08, 0x32, 0x33, 0xf5, 0x38, 0x81, 0xb4, 0x9b, 0xaa, 0xab, 0x4a, 0xed, - 0x13, 0x54, 0xea, 0x7b, 0xf4, 0x11, 0x58, 0x56, 0x5d, 0x75, 0x85, 0x4a, 0x96, 0x95, 0xfa, 0x0e, - 0x15, 0xf6, 0x38, 0x44, 0x21, 0x8e, 0x20, 0xea, 0xce, 0x73, 0xef, 0xdc, 0x33, 0xe7, 0x9c, 0x3b, - 0x73, 0x0d, 0xdb, 0x0e, 0xf5, 0x2a, 0xb5, 0xc3, 0x8c, 0xc5, 0xab, 0xd9, 0x3d, 0x6a, 0xb9, 0x5c, - 0xf2, 0xb2, 0x97, 0xad, 0x58, 0x52, 0x56, 0x68, 0x35, 0x2b, 0x8e, 0x9c, 0x2c, 0xb3, 0x84, 0xcb, - 0x4f, 0x1b, 0x59, 0xc6, 0x6d, 0xc2, 0x88, 0x27, 0xeb, 0x56, 0xb6, 0xbe, 0xdc, 0xb6, 0xca, 0x08, - 0x97, 0x7b, 0x1c, 0x6b, 0xe6, 0xdb, 0x9a, 0x4b, 0x32, 0x2a, 0x7e, 0xc2, 0xdd, 0x23, 0x49, 0xdc, - 0x3a, 0xb5, 0x88, 0xfe, 0x05, 0x41, 0x6a, 0x93, 0xb3, 0x32, 0x75, 0x6a, 0x2e, 0x29, 0x04, 0x39, - 0xca, 0x1c, 0x83, 0xbc, 0xa9, 0x11, 0xe9, 0xe1, 0x1c, 0x24, 0x2d, 0xce, 0x3c, 0x93, 0x32, 0xe2, - 0x96, 0xa8, 0xad, 0xa1, 0x05, 0xb4, 0x34, 0xba, 0x31, 0xde, 0x3c, 0x9f, 0x4f, 0x6c, 0x86, 0xf1, - 0xfc, 0x96, 0x91, 0x68, 0x6d, 0xca, 0xdb, 0x78, 0x07, 0x92, 0x6e, 0x50, 0x5e, 0xf2, 0x1a, 0x82, - 0x68, 0xb1, 0x05, 0xb4, 0x34, 0x96, 0x7b, 0x90, 0x89, 0xe2, 0x90, 0x51, 0x87, 0x1d, 0x34, 0x04, - 0x31, 0x12, 0xee, 0xd5, 0x42, 0x9f, 0x83, 0x7b, 0x5d, 0xb9, 0x49, 0xc1, 0x99, 0x24, 0xfa, 0x2b, - 0x98, 0xdb, 0xa7, 0xcc, 0x29, 0x70, 0x3b, 0xcc, 0x16, 0x03, 0xc4, 0x90, 0xfd, 0x32, 0x4c, 0x09, - 0xca, 0x9c, 0x52, 0x48, 0xa7, 0x4a, 0xa4, 0x34, 0x1d, 0x12, 0xa8, 0x30, 0xb0, 0xb8, 0x12, 0xba, - 0x17, 0x64, 0xf4, 0x03, 0x48, 0x47, 0x41, 0x06, 0x87, 0xe2, 0x1c, 0x4c, 0x2b, 0xcc, 0x20, 0xd0, - 0x01, 0x3a, 0x29, 0xda, 0x18, 0x86, 0xa8, 0x7f, 0x10, 0x2c, 0xb6, 0x84, 0xb4, 0x7c, 0xbb, 0xee, - 0x76, 0xa7, 0x73, 0xa8, 0x5f, 0xe7, 0xae, 0xf5, 0x2d, 0x76, 0xa3, 0xbe, 0x4d, 0x29, 0xf8, 0x12, - 0x33, 0xab, 0x44, 0x0a, 0xd3, 0x22, 0x97, 0xb5, 0x83, 0x7e, 0xed, 0x4c, 0xf3, 0x7c, 0x1e, 0x2b, - 0xca, 0x85, 0x30, 0x9d, 0xdf, 0x32, 0x30, 0xeb, 0x8c, 0xd9, 0xfa, 0x3b, 0xb8, 0xdf, 0x5b, 0xae, - 0xf2, 0xb2, 0x08, 0x40, 0x99, 0x47, 0xdc, 0xb2, 0x69, 0x11, 0xa9, 0xa1, 0x85, 0xc1, 0xa5, 0x44, - 0x6e, 0x25, 0x5a, 0x6d, 0x27, 0x54, 0x3e, 0xac, 0x35, 0xda, 0x60, 0xf4, 0xcf, 0x08, 0xf0, 0x95, - 0xc6, 0xfd, 0x97, 0xb6, 0xed, 0x12, 0x29, 0xb1, 0x06, 0x23, 0x75, 0xe2, 0x4a, 0xca, 0x99, 0xea, - 0x54, 0xb8, 0xc4, 0x63, 0x10, 0xa3, 0x22, 0x50, 0x69, 0xc4, 0xa8, 0xc0, 0x8b, 0xf0, 0xbf, 0x70, - 0x49, 0x99, 0x9e, 0x96, 0x8e, 0x09, 0x73, 0xbc, 0x8a, 0x16, 0xf7, 0x53, 0xc9, 0x20, 0xb8, 0xeb, - 0xc7, 0xf0, 0x23, 0x18, 0xb7, 0x49, 0xd9, 0xac, 0x1d, 0x7b, 0x25, 0xc7, 0xf4, 0xc8, 0x89, 0xd9, - 0xd0, 0x86, 0xfc, 0x6d, 0x63, 0x2a, 0xbc, 0x1d, 0x44, 0xf5, 0xdf, 0x08, 0xee, 0x46, 0x12, 0xc7, - 0x18, 0xe2, 0x97, 0x5e, 0x2b, 0x4a, 0xfe, 0x37, 0x9e, 0x87, 0x44, 0xd5, 0xb4, 0x4a, 0x66, 0x40, - 0x3c, 0x68, 0x9d, 0x01, 0x55, 0xd3, 0x0a, 0xa5, 0xfc, 0xb3, 0x46, 0xe1, 0x02, 0x24, 0xa8, 0x50, - 0x07, 0x11, 0xa9, 0xc5, 0xfd, 0x0e, 0x3c, 0xb9, 0x41, 0x07, 0x5a, 0xbe, 0x1a, 0xed, 0x00, 0xba, - 0x01, 0xb3, 0xdb, 0xc4, 0xdb, 0xe1, 0xd2, 0xdb, 0xe5, 0x96, 0x79, 0x9c, 0x17, 0xe1, 0xae, 0xfe, - 0xc7, 0x89, 0xbe, 0x0e, 0x73, 0x11, 0x98, 0xea, 0x16, 0xdd, 0x81, 0x11, 0x2a, 0x7c, 0xbb, 0x94, - 0x8d, 0xc3, 0xd4, 0xdf, 0xf3, 0xf8, 0x21, 0x24, 0xda, 0x1e, 0x08, 0x1e, 0x85, 0xa1, 0x22, 0xf1, - 0x6a, 0x62, 0x62, 0x00, 0x27, 0xe1, 0xbf, 0x03, 0x62, 0xba, 0x36, 0x3f, 0x61, 0x13, 0x28, 0xf7, - 0x23, 0x0e, 0xf8, 0xfa, 0x8b, 0xc7, 0x1f, 0x10, 0x4c, 0x76, 0x19, 0x3f, 0xf8, 0x69, 0x4f, 0x7f, - 0x22, 0x26, 0x69, 0xea, 0xd9, 0x2d, 0xab, 0x94, 0xb8, 0xaf, 0x08, 0x66, 0x7b, 0xbd, 0x25, 0xfc, - 0xfc, 0x06, 0xb8, 0xd1, 0x23, 0x27, 0xf5, 0xa2, 0xdf, 0x72, 0xc5, 0xef, 0x13, 0x82, 0x99, 0xee, - 0x13, 0x13, 0xaf, 0x45, 0x43, 0xf7, 0x1c, 0xdb, 0xa9, 0xf5, 0xdb, 0x17, 0x2a, 0x36, 0x1f, 0x11, - 0x4c, 0x77, 0xbd, 0x2c, 0x78, 0x35, 0x1a, 0xb3, 0xd7, 0x8d, 0x4d, 0xad, 0xdd, 0xba, 0x2e, 0xa0, - 0xb2, 0x51, 0x3c, 0xbb, 0x48, 0x0f, 0xfc, 0xbc, 0x48, 0x0f, 0xbc, 0x6f, 0xa6, 0xd1, 0x59, 0x33, - 0x8d, 0xbe, 0x37, 0xd3, 0xe8, 0x57, 0x33, 0x8d, 0x5e, 0xaf, 0xf6, 0xf7, 0x57, 0xff, 0x86, 0xd0, - 0xe1, 0xb0, 0xff, 0x3b, 0x5f, 0xf9, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x97, 0x9e, 0x71, 0x12, 0x19, - 0x08, 0x00, 0x00, + // 758 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x5b, 0x4f, 0x13, 0x4d, + 0x18, 0x66, 0x96, 0x72, 0xf8, 0xde, 0x02, 0x1f, 0xdf, 0x70, 0xc8, 0x7e, 0x05, 0x0a, 0x82, 0x46, + 0xa2, 0xa6, 0x35, 0x05, 0xc1, 0x98, 0x68, 0x14, 0x4c, 0xb0, 0x06, 0x08, 0x01, 0x12, 0x0f, 0x31, + 0x69, 0x96, 0xdd, 0xe9, 0x76, 0x02, 0x9d, 0x19, 0x77, 0xb6, 0x85, 0x7a, 0x65, 0xf4, 0xc6, 0xc4, + 0xdf, 0x60, 0xe2, 0x85, 0x3f, 0xc2, 0x9f, 0xc0, 0xa5, 0xf1, 0xca, 0x2b, 0x22, 0xfd, 0x17, 0x26, + 0x5e, 0x98, 0xce, 0x4e, 0xdb, 0x0d, 0x74, 0x1b, 0x0e, 0x5e, 0xee, 0x7b, 0x78, 0xe6, 0x79, 0x9e, + 0x77, 0xf6, 0xdd, 0x85, 0x15, 0x97, 0xfa, 0x85, 0xd2, 0x4e, 0xca, 0xe6, 0xc5, 0xf4, 0x1a, 0xb5, + 0x3d, 0x2e, 0x79, 0xde, 0x4f, 0x17, 0x6c, 0x29, 0x0b, 0xb4, 0x98, 0x16, 0xbb, 0x6e, 0x9a, 0xd9, + 0xc2, 0xe3, 0x07, 0x95, 0x34, 0xe3, 0x0e, 0x61, 0xc4, 0x97, 0x65, 0x3b, 0x5d, 0xbe, 0x1d, 0x7a, + 0x4a, 0x09, 0x8f, 0xfb, 0x1c, 0x9b, 0xd6, 0x9b, 0x92, 0x47, 0x52, 0x3a, 0xbe, 0xcf, 0xbd, 0x5d, + 0x49, 0xbc, 0x32, 0xb5, 0xc9, 0xf4, 0x17, 0x04, 0x89, 0x65, 0xce, 0xf2, 0xd4, 0x2d, 0x79, 0x64, + 0x3d, 0xc8, 0x51, 0xe6, 0x6e, 0x92, 0xd7, 0x25, 0x22, 0x7d, 0x3c, 0x0f, 0x7d, 0x36, 0x67, 0xbe, + 0x45, 0x19, 0xf1, 0x72, 0xd4, 0x31, 0xd1, 0x14, 0x9a, 0xfd, 0x67, 0xe9, 0xbf, 0xea, 0xd1, 0x64, + 0x7c, 0xb9, 0x1e, 0xcf, 0x3e, 0x36, 0xd1, 0x66, 0xbc, 0x51, 0x96, 0x75, 0xf0, 0x2a, 0xf4, 0x79, + 0x01, 0x40, 0xce, 0xaf, 0x08, 0x62, 0x1a, 0x53, 0x68, 0x76, 0x20, 0x73, 0x2d, 0x15, 0xc5, 0x22, + 0xa5, 0x8f, 0xdb, 0xae, 0x08, 0xb2, 0x64, 0xd4, 0xd0, 0xbc, 0x66, 0xe0, 0x9e, 0x61, 0xa2, 0xe9, + 0x2b, 0x30, 0xd6, 0x92, 0xa5, 0x14, 0x9c, 0xc9, 0xa0, 0xe4, 0x05, 0x4c, 0x6c, 0x50, 0xe6, 0xae, + 0x73, 0xa7, 0x5e, 0xb1, 0x15, 0xa0, 0x37, 0xb5, 0x0c, 0x0b, 0xca, 0xdc, 0x5c, 0x9d, 0x5a, 0x91, + 0x48, 0x69, 0xb9, 0x44, 0x6b, 0xaa, 0x1d, 0x8b, 0x45, 0x53, 0xfa, 0x5a, 0x90, 0x55, 0xd0, 0xaf, + 0x20, 0x19, 0x05, 0x1d, 0x10, 0xc0, 0x0b, 0x30, 0xa2, 0xb1, 0x83, 0x40, 0x0b, 0xf0, 0x21, 0x11, + 0x62, 0x1c, 0x46, 0xff, 0x85, 0x60, 0xa6, 0x21, 0xae, 0xe1, 0xea, 0xe9, 0x59, 0x9c, 0x74, 0x15, + 0x5d, 0xc6, 0xd5, 0x53, 0x93, 0x35, 0xce, 0x34, 0xd9, 0xa7, 0x30, 0xac, 0x0f, 0xc9, 0x31, 0xab, + 0x48, 0xa4, 0xb0, 0x6c, 0x52, 0xeb, 0xee, 0x54, 0xdd, 0x66, 0xf5, 0x68, 0x12, 0x6b, 0xe2, 0xeb, + 0xf5, 0xb4, 0x02, 0xc1, 0xec, 0x64, 0xd4, 0x51, 0xda, 0xdf, 0x23, 0xb8, 0xda, 0x5e, 0xbb, 0x36, + 0xf8, 0x19, 0x00, 0x65, 0x3e, 0xf1, 0xf2, 0x96, 0x4d, 0xa4, 0x89, 0xa6, 0x3a, 0x67, 0xe3, 0x99, + 0xb9, 0x68, 0xe9, 0x27, 0xa1, 0xb2, 0xf5, 0x5e, 0x65, 0x44, 0x08, 0x4a, 0xb1, 0xf8, 0x8c, 0x00, + 0x37, 0x45, 0x6f, 0x3c, 0x72, 0x1c, 0x8f, 0x48, 0x89, 0xc7, 0xa1, 0xa7, 0x4c, 0x3c, 0x49, 0x39, + 0x0b, 0x8d, 0xb1, 0x1e, 0xc2, 0x18, 0x0c, 0x2a, 0xb4, 0xf0, 0x5a, 0xc2, 0xa0, 0x02, 0x5f, 0x87, + 0x7e, 0xe1, 0x91, 0x3c, 0x3d, 0xc8, 0xed, 0x11, 0xe6, 0xfa, 0x05, 0x33, 0xd6, 0x48, 0xf7, 0x05, + 0x89, 0x55, 0x15, 0xc7, 0x37, 0xe1, 0x5f, 0x87, 0xe4, 0xad, 0xd2, 0x9e, 0x9f, 0x73, 0x2d, 0x9f, + 0xec, 0x5b, 0x15, 0xb3, 0xab, 0x51, 0x3a, 0xa0, 0x53, 0x2b, 0x41, 0x46, 0x51, 0xfc, 0x8d, 0xe0, + 0xff, 0x48, 0x51, 0x78, 0x14, 0x62, 0xb5, 0x71, 0x84, 0x68, 0xaa, 0x67, 0x3c, 0x03, 0xf1, 0xa2, + 0x65, 0xe7, 0xac, 0x40, 0x90, 0x9e, 0xb1, 0x72, 0xa0, 0x68, 0xd9, 0x75, 0x99, 0x7f, 0x71, 0xa6, + 0x78, 0x13, 0xe2, 0x54, 0xe8, 0xe3, 0x88, 0x34, 0x63, 0x6a, 0x4e, 0xb7, 0xce, 0x30, 0xa7, 0x86, + 0xeb, 0xc1, 0x4d, 0x0d, 0x81, 0x28, 0xf9, 0xcf, 0x61, 0x7c, 0x85, 0xf8, 0x4f, 0xb8, 0xf4, 0x57, + 0xb9, 0x6d, 0xed, 0x65, 0x85, 0xae, 0xbe, 0xd4, 0x9e, 0x52, 0xc8, 0x0f, 0x61, 0x22, 0x02, 0x59, + 0xdf, 0xbc, 0x31, 0xe8, 0xa1, 0x42, 0x59, 0x18, 0xb2, 0xb7, 0x9b, 0xaa, 0xba, 0x1a, 0xc2, 0x8d, + 0x0c, 0xc4, 0x43, 0x6f, 0x1a, 0xee, 0x87, 0xae, 0x2d, 0xe2, 0x97, 0xc4, 0x60, 0x47, 0xc2, 0xe8, + 0x45, 0x78, 0x10, 0x7a, 0xb7, 0x89, 0xe5, 0x39, 0x7c, 0x9f, 0x0d, 0xa2, 0x5a, 0x24, 0x61, 0x98, + 0x28, 0xf3, 0x3d, 0x06, 0xf8, 0xf4, 0x3a, 0xc1, 0xef, 0x10, 0x0c, 0xb5, 0xd8, 0x73, 0x78, 0xbe, + 0xad, 0x83, 0x11, 0xcb, 0x3b, 0x71, 0xe7, 0x9c, 0x5d, 0x5a, 0xf0, 0x27, 0x04, 0xe3, 0xed, 0xde, + 0x49, 0x7c, 0xff, 0x0c, 0xb8, 0xd1, 0x7b, 0x2c, 0xf1, 0xe0, 0xa2, 0xed, 0x9a, 0xdf, 0x47, 0x04, + 0xa3, 0xad, 0xd7, 0x31, 0x5e, 0x8c, 0x86, 0x6e, 0xfb, 0x6d, 0x48, 0xdc, 0x3d, 0x7f, 0xa3, 0x66, + 0xf3, 0x01, 0xc1, 0x48, 0xcb, 0x0b, 0x84, 0x17, 0xa2, 0x31, 0xdb, 0xdd, 0xe5, 0xc4, 0xe2, 0xb9, + 0xfb, 0x02, 0x2a, 0x4b, 0x5b, 0x87, 0xc7, 0xc9, 0x8e, 0x1f, 0xc7, 0xc9, 0x8e, 0xb7, 0xd5, 0x24, + 0x3a, 0xac, 0x26, 0xd1, 0xb7, 0x6a, 0x12, 0xfd, 0xac, 0x26, 0xd1, 0xcb, 0x85, 0x8b, 0xfd, 0x48, + 0x7c, 0x45, 0x68, 0xa7, 0x5b, 0xfd, 0x41, 0xcc, 0xfd, 0x09, 0x00, 0x00, 0xff, 0xff, 0xef, 0xcb, + 0xf1, 0x3e, 0x8c, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.proto b/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.proto index 2709957fec..b1b3ef0fdf 100644 --- a/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.proto +++ b/pkg/ncproxy/nodenetsvc/v0/nodenetsvc.proto @@ -11,53 +11,65 @@ service NodeNetworkService { } message ConfigureNetworkingRequest { - string container_id = 1; - RequestType request_type = 2; + option deprecated = true; + string container_id = 1 [deprecated = true]; + RequestType request_type = 2 [deprecated = true]; } -message ConfigureNetworkingResponse {} +message ConfigureNetworkingResponse { + option deprecated = true; +} message PingNodeNetworkServiceRequest { - string ping_request_message = 1; + option deprecated = true; + string ping_request_message = 1 [deprecated = true]; } message PingNodeNetworkServiceResponse { - string ping_response_message = 1; + option deprecated = true; + string ping_response_message = 1 [deprecated = true]; } -enum RequestType { - Setup = 0; - Teardown = 1; +enum RequestType { + option deprecated = true; + Setup = 0 [deprecated = true]; + Teardown = 1 [deprecated = true]; } -message ConfigureContainerNetworkingRequest { - RequestType request_type = 1; - string container_id = 2; - string network_namespace_id = 3; +message ConfigureContainerNetworkingRequest { + option deprecated = true; + RequestType request_type = 1 [deprecated = true]; + string container_id = 2 [deprecated = true]; + string network_namespace_id = 3 [deprecated = true]; } -message ConfigureContainerNetworkingResponse { - repeated ContainerNetworkInterface interfaces = 1; +message ConfigureContainerNetworkingResponse { + option deprecated = true; + repeated ContainerNetworkInterface interfaces = 1 [deprecated = true]; } message ContainerIPAddress { - string version = 1; - string ip = 3; - string prefix_length = 4; - string default_gateway = 5; + option deprecated = true; + string version = 1 [deprecated = true]; + string ip = 3 [deprecated = true]; + string prefix_length = 4 [deprecated = true]; + string default_gateway = 5 [deprecated = true]; } message ContainerNetworkInterface { - string name = 1; - string mac_address = 2; - string network_namespace_id = 3; - repeated ContainerIPAddress ipaddresses = 4; + option deprecated = true; + string name = 1 [deprecated = true]; + string mac_address = 2 [deprecated = true]; + string network_namespace_id = 3 [deprecated = true]; + repeated ContainerIPAddress ipaddresses = 4 [deprecated = true]; } message GetHostLocalIpAddressRequest { - string container_id = 1; + option deprecated = true; + string container_id = 1 [deprecated = true]; } message GetHostLocalIpAddressResponse { - string ip_addr = 1; + option deprecated = true; + string ip_addr = 1 [deprecated = true]; }