Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FilterName filter is used to mutate the ClusterIP and https port of default/kubernetes service // in order to pods on edge nodes can access kube-apiserver directly by inClusterConfig. FilterName = "masterservice" MasterServiceNamespace = "default" MasterServiceName = "kubernetes" MasterServicePortName = "https" )
Variables ¶
This section is empty.
Functions ¶
func NewMasterServiceFilter ¶ added in v1.4.0
func NewMasterServiceFilter() (filter.ObjectFilter, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.