Documentation ¶
Index ¶
- Constants
- Variables
- func IsKubeletMetrics(path string) bool
- func IsKubeletStats(path string) bool
- func NewFakeObjectInterfaces(scheme *runtime.Scheme, restMapper meta.RESTMapper) admission.ObjectInterfaces
- func NodeNameFrom(ctx context.Context) (string, bool)
- func WithFakeKubelet(h http.Handler, localConfig *rest.Config, cachedVirtualClient client.Client) http.Handler
- func WithK3sConnect(h http.Handler) http.Handler
- func WithMetricsProxy(h http.Handler, localConfig *rest.Config, cachedVirtualClient client.Client) http.Handler
- func WithMetricsServerProxy(ctx *vclustercontext.ControllerContext, h http.Handler, ...) http.Handler
- func WithNodeChanges(h http.Handler, uncachedLocalClient, uncachedVirtualClient client.Client, ...) http.Handler
- func WithNodeName(h http.Handler, currentNamespace string, fakeKubeletIPs bool, ...) http.Handler
- func WithPprof(h http.Handler) http.Handler
- func WithRedirect(h http.Handler, localConfig *rest.Config, localScheme *runtime.Scheme, ...) http.Handler
- func WithServiceCreateRedirect(handler http.Handler, uncachedLocalClient, uncachedVirtualClient client.Client, ...) http.Handler
- type APIResourceListProxy
- type MetricsServerProxy
- type RowData
Constants ¶
View Source
const ( RequestVerbList = "list" RequestVerbGet = "get" NodeResource = "nodes" PodResource = "pods" APIVersion = "v1beta1" HeaderContentType = "Content-Type" )
View Source
const (
K3sConnectPath = "/v1-k3s/connect"
)
Variables ¶
View Source
var ErrorNodeNotInVcluster = errors.New("node not present in vcluster")
Functions ¶
func IsKubeletMetrics ¶ added in v0.3.0
func IsKubeletStats ¶ added in v0.3.0
func NewFakeObjectInterfaces ¶ added in v0.3.0
func NewFakeObjectInterfaces(scheme *runtime.Scheme, restMapper meta.RESTMapper) admission.ObjectInterfaces
func NodeNameFrom ¶ added in v0.3.0
NodeNameFrom returns a node name if there is any
func WithFakeKubelet ¶ added in v0.3.0
func WithMetricsProxy ¶ added in v0.3.0
func WithMetricsServerProxy ¶ added in v0.15.0
func WithMetricsServerProxy(ctx *vclustercontext.ControllerContext, h http.Handler, cacheHostClient, cachedVirtualClient client.Client, hostConfig *rest.Config) http.Handler
func WithNodeChanges ¶ added in v0.3.0
func WithNodeName ¶ added in v0.3.0
func WithRedirect ¶
Types ¶
type APIResourceListProxy ¶ added in v0.15.0
type APIResourceListProxy struct {
// contains filtered or unexported fields
}
func (*APIResourceListProxy) HandleRequest ¶ added in v0.15.0
func (p *APIResourceListProxy) HandleRequest()
type MetricsServerProxy ¶ added in v0.15.0
type MetricsServerProxy struct {
// contains filtered or unexported fields
}
func (*MetricsServerProxy) HandleRequest ¶ added in v0.15.0
func (p *MetricsServerProxy) HandleRequest()
type RowData ¶ added in v0.15.0
type RowData struct { Index int Cells []interface{} Pom metav1.PartialObjectMetadata }
Click to show internal directories.
Click to hide internal directories.