admin

package
v0.0.0-...-ccbf4c7 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: BSD-3-Clause Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddPoolToSchedulerCmd

type AddPoolToSchedulerCmd struct {
	// contains filtered or unexported fields
}

func (*AddPoolToSchedulerCmd) Flags

func (AddPoolToSchedulerCmd) Info

func (AddPoolToSchedulerCmd) Info() *cmd.Info

func (*AddPoolToSchedulerCmd) Run

func (c *AddPoolToSchedulerCmd) Run(ctx *cmd.Context) error

type AddTeamsToPoolCmd

type AddTeamsToPoolCmd struct{}

func (AddTeamsToPoolCmd) Info

func (AddTeamsToPoolCmd) Info() *cmd.Info

func (AddTeamsToPoolCmd) Run

func (AddTeamsToPoolCmd) Run(ctx *cmd.Context) error

type AppQuotaChange

type AppQuotaChange struct {
	app.AppNameMixIn
}

func (*AppQuotaChange) Info

func (*AppQuotaChange) Info() *cmd.Info

func (*AppQuotaChange) Run

func (c *AppQuotaChange) Run(context *cmd.Context) error

type AppQuotaView

type AppQuotaView struct {
	app.AppNameMixIn
	// contains filtered or unexported fields
}

func (*AppQuotaView) Flags

func (c *AppQuotaView) Flags() *gnuflag.FlagSet

func (*AppQuotaView) Info

func (*AppQuotaView) Info() *cmd.Info

func (*AppQuotaView) Run

func (c *AppQuotaView) Run(context *cmd.Context) error

type AppRoutesRebuild

type AppRoutesRebuild struct {
	app.AppNameMixIn
}

func (*AppRoutesRebuild) Info

func (c *AppRoutesRebuild) Info() *cmd.Info

func (*AppRoutesRebuild) Run

func (c *AppRoutesRebuild) Run(ctx *cmd.Context) error

type BrokerAdd

type BrokerAdd struct {
	// contains filtered or unexported fields
}

func (*BrokerAdd) Flags

func (c *BrokerAdd) Flags() *gnuflag.FlagSet

func (*BrokerAdd) Info

func (c *BrokerAdd) Info() *cmd.Info

func (*BrokerAdd) Run

func (c *BrokerAdd) Run(ctx *cmd.Context) error

type BrokerDelete

type BrokerDelete struct{}

func (*BrokerDelete) Info

func (c *BrokerDelete) Info() *cmd.Info

func (*BrokerDelete) Run

func (c *BrokerDelete) Run(ctx *cmd.Context) error

type BrokerList

type BrokerList struct{}

func (*BrokerList) Info

func (c *BrokerList) Info() *cmd.Info

func (*BrokerList) Run

func (c *BrokerList) Run(ctx *cmd.Context) error

type BrokerUpdate

type BrokerUpdate struct {
	// contains filtered or unexported fields
}

func (*BrokerUpdate) Flags

func (c *BrokerUpdate) Flags() *gnuflag.FlagSet

func (*BrokerUpdate) Info

func (c *BrokerUpdate) Info() *cmd.Info

func (*BrokerUpdate) Run

func (c *BrokerUpdate) Run(ctx *cmd.Context) error

type ClusterAdd

type ClusterAdd struct {
	// contains filtered or unexported fields
}

func (*ClusterAdd) Flags

func (c *ClusterAdd) Flags() *gnuflag.FlagSet

func (*ClusterAdd) Info

func (c *ClusterAdd) Info() *cmd.Info

func (*ClusterAdd) Run

func (c *ClusterAdd) Run(ctx *cmd.Context) error

type ClusterList

type ClusterList struct {
	// contains filtered or unexported fields
}

func (*ClusterList) Flags

func (c *ClusterList) Flags() *gnuflag.FlagSet

func (*ClusterList) Info

func (c *ClusterList) Info() *cmd.Info

func (*ClusterList) Run

func (c *ClusterList) Run(ctx *cmd.Context) error

type ClusterRemove

type ClusterRemove struct {
	cmd.ConfirmationCommand
}

func (*ClusterRemove) Info

func (c *ClusterRemove) Info() *cmd.Info

func (*ClusterRemove) Run

func (c *ClusterRemove) Run(ctx *cmd.Context) error

type ClusterUpdate

type ClusterUpdate struct {
	// contains filtered or unexported fields
}

func (*ClusterUpdate) Flags

func (c *ClusterUpdate) Flags() *gnuflag.FlagSet

func (*ClusterUpdate) Info

func (c *ClusterUpdate) Info() *cmd.Info

func (*ClusterUpdate) Run

func (c *ClusterUpdate) Run(ctx *cmd.Context) error

type EventBlockAdd

type EventBlockAdd struct {
	// contains filtered or unexported fields
}

func (*EventBlockAdd) Flags

func (c *EventBlockAdd) Flags() *gnuflag.FlagSet

func (*EventBlockAdd) Info

func (c *EventBlockAdd) Info() *cmd.Info

func (*EventBlockAdd) Run

func (c *EventBlockAdd) Run(context *cmd.Context) error

type EventBlockList

type EventBlockList struct {
	// contains filtered or unexported fields
}

func (*EventBlockList) Flags

func (c *EventBlockList) Flags() *gnuflag.FlagSet

func (*EventBlockList) Info

func (c *EventBlockList) Info() *cmd.Info

func (*EventBlockList) Run

func (c *EventBlockList) Run(context *cmd.Context) error

type EventBlockRemove

type EventBlockRemove struct{}

func (*EventBlockRemove) Info

func (c *EventBlockRemove) Info() *cmd.Info

func (*EventBlockRemove) Run

func (c *EventBlockRemove) Run(context *cmd.Context) error

type PlanCreate

type PlanCreate struct {
	// contains filtered or unexported fields
}

func (*PlanCreate) Flags

func (c *PlanCreate) Flags() *gnuflag.FlagSet

func (*PlanCreate) Info

func (c *PlanCreate) Info() *cmd.Info

func (*PlanCreate) Run

func (c *PlanCreate) Run(context *cmd.Context) error

type PlanRemove

type PlanRemove struct{}

func (*PlanRemove) Info

func (c *PlanRemove) Info() *cmd.Info

func (*PlanRemove) Run

func (c *PlanRemove) Run(context *cmd.Context) error

type PlatformAdd

type PlatformAdd struct {
	// contains filtered or unexported fields
}

func (*PlatformAdd) Flags

func (p *PlatformAdd) Flags() *gnuflag.FlagSet

func (*PlatformAdd) Info

func (p *PlatformAdd) Info() *cmd.Info

func (*PlatformAdd) Run

func (p *PlatformAdd) Run(context *cmd.Context) error

type PlatformInfo

type PlatformInfo struct {
	// contains filtered or unexported fields
}

func (*PlatformInfo) Flags

func (c *PlatformInfo) Flags() *gnuflag.FlagSet

func (*PlatformInfo) Info

func (p *PlatformInfo) Info() *cmd.Info

func (PlatformInfo) Run

func (c PlatformInfo) Run(ctx *cmd.Context) error

type PlatformList

type PlatformList struct {
	// contains filtered or unexported fields
}

func (*PlatformList) Flags

func (c *PlatformList) Flags() *gnuflag.FlagSet

func (*PlatformList) Info

func (*PlatformList) Info() *cmd.Info

func (*PlatformList) Run

func (p *PlatformList) Run(context *cmd.Context) error

type PlatformRemove

type PlatformRemove struct {
	cmd.ConfirmationCommand
}

func (*PlatformRemove) Info

func (p *PlatformRemove) Info() *cmd.Info

func (*PlatformRemove) Run

func (p *PlatformRemove) Run(context *cmd.Context) error

type PlatformUpdate

type PlatformUpdate struct {
	// contains filtered or unexported fields
}

func (*PlatformUpdate) Flags

func (p *PlatformUpdate) Flags() *gnuflag.FlagSet

func (*PlatformUpdate) Info

func (p *PlatformUpdate) Info() *cmd.Info

func (*PlatformUpdate) Run

func (p *PlatformUpdate) Run(context *cmd.Context) error

type PoolConstraintList

type PoolConstraintList struct{}

func (*PoolConstraintList) Info

func (c *PoolConstraintList) Info() *cmd.Info

func (*PoolConstraintList) Run

func (c *PoolConstraintList) Run(ctx *cmd.Context) error

type PoolConstraintSet

type PoolConstraintSet struct {
	// contains filtered or unexported fields
}

func (*PoolConstraintSet) Flags

func (c *PoolConstraintSet) Flags() *gnuflag.FlagSet

func (*PoolConstraintSet) Info

func (c *PoolConstraintSet) Info() *cmd.Info

func (*PoolConstraintSet) Run

func (c *PoolConstraintSet) Run(ctx *cmd.Context) error

type ProvisionerInfo

type ProvisionerInfo struct{}

func (*ProvisionerInfo) Info

func (c *ProvisionerInfo) Info() *cmd.Info

func (*ProvisionerInfo) Run

func (c *ProvisionerInfo) Run(ctx *cmd.Context) error

type ProvisionerList

type ProvisionerList struct{}

func (*ProvisionerList) Info

func (c *ProvisionerList) Info() *cmd.Info

func (*ProvisionerList) Run

func (c *ProvisionerList) Run(ctx *cmd.Context) error

type RemovePoolFromSchedulerCmd

type RemovePoolFromSchedulerCmd struct {
	cmd.ConfirmationCommand
}

func (*RemovePoolFromSchedulerCmd) Info

func (c *RemovePoolFromSchedulerCmd) Info() *cmd.Info

func (*RemovePoolFromSchedulerCmd) Run

type RemoveTeamsFromPoolCmd

type RemoveTeamsFromPoolCmd struct{}

func (RemoveTeamsFromPoolCmd) Info

func (RemoveTeamsFromPoolCmd) Run

type ServiceCreate

type ServiceCreate struct{}

func (*ServiceCreate) Info

func (c *ServiceCreate) Info() *cmd.Info

func (*ServiceCreate) Run

func (c *ServiceCreate) Run(context *cmd.Context) error

type ServiceDestroy

type ServiceDestroy struct {
	cmd.ConfirmationCommand
}

func (*ServiceDestroy) Info

func (c *ServiceDestroy) Info() *cmd.Info

func (*ServiceDestroy) Run

func (c *ServiceDestroy) Run(context *cmd.Context) error

type ServiceDocAdd

type ServiceDocAdd struct{}

func (*ServiceDocAdd) Info

func (c *ServiceDocAdd) Info() *cmd.Info

func (*ServiceDocAdd) Run

func (c *ServiceDocAdd) Run(ctx *cmd.Context) error

type ServiceDocGet

type ServiceDocGet struct{}

func (*ServiceDocGet) Info

func (c *ServiceDocGet) Info() *cmd.Info

func (*ServiceDocGet) Run

func (c *ServiceDocGet) Run(ctx *cmd.Context) error

type ServiceTemplate

type ServiceTemplate struct{}

func (*ServiceTemplate) Info

func (c *ServiceTemplate) Info() *cmd.Info

func (*ServiceTemplate) Run

func (c *ServiceTemplate) Run(ctx *cmd.Context) error

type ServiceUpdate

type ServiceUpdate struct{}

func (*ServiceUpdate) Info

func (c *ServiceUpdate) Info() *cmd.Info

func (*ServiceUpdate) Run

func (c *ServiceUpdate) Run(ctx *cmd.Context) error

type TeamChangeQuota

type TeamChangeQuota struct{}

func (*TeamChangeQuota) Info

func (*TeamChangeQuota) Info() *cmd.Info

func (*TeamChangeQuota) Run

func (*TeamChangeQuota) Run(context *cmd.Context) error

type TeamQuotaView

type TeamQuotaView struct{}

func (*TeamQuotaView) Info

func (*TeamQuotaView) Info() *cmd.Info

func (*TeamQuotaView) Run

func (*TeamQuotaView) Run(context *cmd.Context) error

type UpdatePoolToSchedulerCmd

type UpdatePoolToSchedulerCmd struct {
	// contains filtered or unexported fields
}

func (*UpdatePoolToSchedulerCmd) Flags

func (UpdatePoolToSchedulerCmd) Info

func (*UpdatePoolToSchedulerCmd) Run

type UserChangeQuota

type UserChangeQuota struct{}

func (*UserChangeQuota) Info

func (*UserChangeQuota) Info() *cmd.Info

func (*UserChangeQuota) Run

func (*UserChangeQuota) Run(context *cmd.Context) error

type UserQuotaView

type UserQuotaView struct{}

func (*UserQuotaView) Info

func (*UserQuotaView) Info() *cmd.Info

func (*UserQuotaView) Run

func (*UserQuotaView) Run(context *cmd.Context) error

Jump to

Keyboard shortcuts

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