package group
import "github.com/vmware/govmomi/cli/cluster/group"
Index ¶
- type ClusterGroupInfo
- type InfoFlag
- func NewInfoFlag(ctx context.Context) (*InfoFlag, context.Context)
- func (f *InfoFlag) Apply(ctx context.Context, update types.ArrayUpdateSpec, info types.BaseClusterGroupInfo) error
- func (f *InfoFlag) Group(ctx context.Context) (*ClusterGroupInfo, error)
- func (f *InfoFlag) Groups(ctx context.Context) ([]types.BaseClusterGroupInfo, error)
- func (f *InfoFlag) Process(ctx context.Context) error
- func (f *InfoFlag) Register(ctx context.Context, fs *flag.FlagSet)
Types ¶
type ClusterGroupInfo ¶
type ClusterGroupInfo struct {
// contains filtered or unexported fields
}
type InfoFlag ¶
type InfoFlag struct { *flags.ClusterFlag // contains filtered or unexported fields }
func NewInfoFlag ¶
func (*InfoFlag) Apply ¶
func (f *InfoFlag) Apply(ctx context.Context, update types.ArrayUpdateSpec, info types.BaseClusterGroupInfo) error
func (*InfoFlag) Group ¶
func (f *InfoFlag) Group(ctx context.Context) (*ClusterGroupInfo, error)
func (*InfoFlag) Groups ¶
func (*InfoFlag) Process ¶
func (*InfoFlag) Register ¶
Source Files ¶
change.go create.go info_flag.go ls.go remove.go
- Version
- v0.48.1 (latest)
- Published
- Feb 11, 2025
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 2 months ago –
Tools for package owners.