Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUpdateCommand ¶
CreateUpdateCommand will return update command
func DecorateAndUpdateMatchableAttr ¶ added in v0.1.7
func DecorateAndUpdateMatchableAttr(ctx context.Context, project, domain, workflowName string, updater ext.AdminUpdaterExtInterface, mcDecorator sconfig.MatchableAttributeDecorator) error
Types ¶
type NamedEntityConfig ¶ added in v0.1.6
type NamedEntityConfig struct { Archive bool `json:"archive" pflag:",archive named entity."` Activate bool `json:"activate" pflag:",activate the named entity."` Description string `json:"description" pflag:",description of the named entity."` }
func (NamedEntityConfig) GetPFlagSet ¶ added in v0.1.6
func (n NamedEntityConfig) GetPFlagSet(prefix string) *pflag.FlagSet
GetPFlagSet will return strongly types pflags for all fields in NamedEntityConfig and its nested types. The format of the flags is json-name.json-sub-name... etc.
func (NamedEntityConfig) UpdateNamedEntity ¶ added in v0.1.6
func (n NamedEntityConfig) UpdateNamedEntity(ctx context.Context, name string, project string, domain string, rsType core.ResourceType, cmdCtx cmdCore.CommandContext) error
type ProjectConfig ¶
type ProjectConfig struct { ActivateProject bool `json:"activateProject" pflag:",Activates the project specified as argument."` ArchiveProject bool `json:"archiveProject" pflag:",Archives the project specified as argument."` }
Config hold configuration for project update flags.
func (ProjectConfig) GetPFlagSet ¶
func (cfg ProjectConfig) GetPFlagSet(prefix string) *pflag.FlagSet
GetPFlagSet will return strongly types pflags for all fields in ProjectConfig and its nested types. The format of the flags is json-name.json-sub-name... etc.
Source Files ¶
- launch_plan.go
- matchable_attribute_util.go
- matchable_cluster_resource_attribute.go
- matchable_execution_cluster_label.go
- matchable_execution_queue_attribute.go
- matchable_plugin_override.go
- matchable_task_resource_attribute.go
- named_entity.go
- namedentityconfig_flags.go
- project.go
- projectconfig_flags.go
- task.go
- update.go
- workflow.go
Click to show internal directories.
Click to hide internal directories.