Documentation ¶
Index ¶
- Variables
- func GetClientServerVersions(ctx context.Context, sv ServerVersion) (*version.Version, error)
- func GetJson(pb proto.Message) ([]byte, error)
- func GetYaml(pb proto.Message) ([]byte, error)
- func NewKube(namespace, kubeContext string) *kube
- func RootCmd(opts *options.Options, optionsFunc ...cliutils.OptionsFunc) *cobra.Command
- type ServerVersion
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)
}
Click to show internal directories.
Click to hide internal directories.