Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KnativeUniqueContainers = []string{"knative-external-proxy", "knative-internal-proxy"} IngressUniqueContainers = []string{"ingress"} GlooEUniqueContainers = []string{"gloo-ee"} )
View Source
var (
NoNamespaceAllError = eris.New("single namespace must be specified, cannot be namespace all for version command")
)
Functions ¶
func GetClientServerVersions ¶ added in v0.21.2
Types ¶
type ServerVersion ¶
type ServerVersion interface { Get(ctx context.Context) ([]*version.ServerVersion, error) GetClusterVersion() (*version.KubernetesClusterVersion, error) }
Click to show internal directories.
Click to hide internal directories.