ServerAddressByClientCIDR

ServerAddressByClientCIDR

ServerAddressByClientCIDR 帮助客户端根据其匹配的 clientCIDR,确定应使用的服务器地址。

apiVersion: meta/v1

import "k8s.io/apimachinery/pkg/apis/meta/v1"

ServerAddressByClientCIDR

ServerAddressByClientCIDR 帮助客户端根据其匹配的 clientCIDR,确定应使用的服务器地址。


FieldDescription
clientCIDR *
string
客户端可以匹配其 IP 地址以确定服务器地址的 CIDR。
serverAddress *
string
此服务器的地址,适用于符合上述 CIDR 范围的客户端。该地址可以是 hostname、hostname:port、IP 或 IP:port。