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 = errors.New("single namespace must be specified, cannot be namespace all for version command")
)
Functions ¶
Types ¶
type ServerVersion ¶
type ServerVersion interface {
Get(opts *options.Options) ([]*version.ServerVersion, error)
}
Click to show internal directories.
Click to hide internal directories.