Documentation ¶
Index ¶
- type Handler
- func (h *Handler) Annotate()
- func (h *Handler) Apply(ctx context.Context, filename string) error
- func (h *Handler) Attach()
- func (h *Handler) Autoscale()
- func (h *Handler) ClusterInfo()
- func (h *Handler) Config()
- func (h *Handler) Cordon()
- func (h *Handler) Create()
- func (h *Handler) Debug()
- func (h *Handler) Delete(ctx context.Context, args []string, namespace string) error
- func (h *Handler) Describe()
- func (h *Handler) Diff()
- func (h *Handler) Drain()
- func (h *Handler) Exec()
- func (h *Handler) Expose()
- func (h *Handler) Get(ctx context.Context, args []string, namespace string) error
- func (h *Handler) Kustomize()
- func (h *Handler) Label()
- func (h *Handler) Patch()
- func (h *Handler) Plugin()
- func (h *Handler) Replace()
- func (h *Handler) Rollout()
- func (h *Handler) Run()
- func (h *Handler) Scale()
- func (h *Handler) Set()
- func (h *Handler) Taint()
- func (h *Handler) Top()
- func (h *Handler) Uncordon()
- func (h *Handler) Wait()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { ProjectId string Cluster *containerpb.Cluster RestConfig *rest.Config DynamicClient dynamic.Interface DiscoveryClient *discovery.DiscoveryClient }
func NewHandler ¶
func (*Handler) ClusterInfo ¶
func (h *Handler) ClusterInfo()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.