Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultPodManifestPath = "pod-manifests"
)
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns a pointer to a completed Node configuration struct, containing a merging of the local CLI configuration with settings from the server. A call to this will bock until agent configuration is successfully returned by the server.
func KubeProxyDisabled ¶ added in v1.21.9
KubeProxyDisabled returns a bool indicating whether or not kube-proxy has been disabled in the server configuration. The server may not have a complete view of cluster configuration until after all startup hooks have completed, so a call to this will block until after the server's readyz endpoint returns OK.
func Request ¶ added in v0.5.0
func Request(path string, info *clientaccess.Info, requester HTTPRequester) ([]byte, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.