kubestatus

package
v1.13.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

README

The kubestatus program provides a command line interface for updating the status of a kubernetes resource.

The kubestatus program operates on a set of resources. This set is defined by the combination of the passed on the command line, and the --field-selector and --label-selector arguments, e.g.:

kubestatus service -f metadata.name=foo

Note that by default kubestatus will just list the statuses you have selected. If you want to update the status, you need to supply it with a new status via the -u or --update flag:

kubestatus service -f metadata.name=foo -u updated-status.json

The status must be supplied in a valid json format in the referenced file. This status also needs to conform to whatever the kubernetes schema is for the given resource. You can use kubectl explain to figure out what that is, e.g.:

kubectl explain service.status
...
kubectl explain service.status.loadBalancer
...

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main(ctx context.Context, version string, args ...string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL