Documentation
¶
Index ¶
- type CommandImplementation
- func (c *CommandImplementation) Apply(params api.ApplyParams) error
- func (c *CommandImplementation) CreateDataPlane(params api.CreateDataPlaneParams) error
- func (c *CommandImplementation) CreateDeployableArtifact(params api.CreateDeployableArtifactParams) error
- func (c *CommandImplementation) CreateDeployment(params api.CreateDeploymentParams) error
- func (c *CommandImplementation) CreateDeploymentPipeline(params api.CreateDeploymentPipelineParams) error
- func (c *CommandImplementation) CreateEnvironment(params api.CreateEnvironmentParams) error
- func (c *CommandImplementation) CreateNamespace(params api.CreateNamespaceParams) error
- func (c *CommandImplementation) CreateProject(params api.CreateProjectParams) error
- func (c *CommandImplementation) CreateWorkload(params api.CreateWorkloadParams) error
- func (c *CommandImplementation) Delete(params api.DeleteParams) error
- func (c *CommandImplementation) DeployComponent(params api.DeployComponentParams) error
- func (c *CommandImplementation) GenerateComponentRelease(params api.GenerateComponentReleaseParams) error
- func (c *CommandImplementation) GenerateReleaseBinding(params api.GenerateReleaseBindingParams) error
- func (c *CommandImplementation) GetContexts() error
- func (c *CommandImplementation) GetCurrentContext() error
- func (c *CommandImplementation) GetLoginPrompt() string
- func (c *CommandImplementation) IsLoggedIn() bool
- func (c *CommandImplementation) ListBuildPlanes(params api.ListBuildPlanesParams) error
- func (c *CommandImplementation) ListComponentReleases(params api.ListComponentReleasesParams) error
- func (c *CommandImplementation) ListComponentTypes(params api.ListComponentTypesParams) error
- func (c *CommandImplementation) ListComponentWorkflowRuns(params api.ListComponentWorkflowRunsParams) error
- func (c *CommandImplementation) ListComponentWorkflows(params api.ListComponentWorkflowsParams) error
- func (c *CommandImplementation) ListComponents(params api.ListComponentsParams) error
- func (c *CommandImplementation) ListDataPlanes(params api.ListDataPlanesParams) error
- func (c *CommandImplementation) ListEnvironments(params api.ListEnvironmentsParams) error
- func (c *CommandImplementation) ListNamespaces(params api.ListNamespacesParams) error
- func (c *CommandImplementation) ListObservabilityPlanes(params api.ListObservabilityPlanesParams) error
- func (c *CommandImplementation) ListProjects(params api.ListProjectsParams) error
- func (c *CommandImplementation) ListReleaseBindings(params api.ListReleaseBindingsParams) error
- func (c *CommandImplementation) ListSecretReferences(params api.ListSecretReferencesParams) error
- func (c *CommandImplementation) ListTraits(params api.ListTraitsParams) error
- func (c *CommandImplementation) ListWorkflowRuns(params api.ListWorkflowRunsParams) error
- func (c *CommandImplementation) ListWorkflows(params api.ListWorkflowsParams) error
- func (c *CommandImplementation) Login(params api.LoginParams) error
- func (c *CommandImplementation) Logout() error
- func (c *CommandImplementation) ScaffoldComponent(params api.ScaffoldComponentParams) error
- func (c *CommandImplementation) SetContext(params api.SetContextParams) error
- func (c *CommandImplementation) SetControlPlane(params api.SetControlPlaneParams) error
- func (c *CommandImplementation) StartComponentWorkflowRun(params api.StartComponentWorkflowRunParams) error
- func (c *CommandImplementation) StartWorkflowRun(params api.StartWorkflowRunParams) error
- func (c *CommandImplementation) UseContext(params api.UseContextParams) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandImplementation ¶
type CommandImplementation struct{}
func NewCommandImplementation ¶
func NewCommandImplementation() *CommandImplementation
func (*CommandImplementation) Apply ¶
func (c *CommandImplementation) Apply(params api.ApplyParams) error
func (*CommandImplementation) CreateDataPlane ¶
func (c *CommandImplementation) CreateDataPlane(params api.CreateDataPlaneParams) error
func (*CommandImplementation) CreateDeployableArtifact ¶
func (c *CommandImplementation) CreateDeployableArtifact(params api.CreateDeployableArtifactParams) error
func (*CommandImplementation) CreateDeployment ¶
func (c *CommandImplementation) CreateDeployment(params api.CreateDeploymentParams) error
func (*CommandImplementation) CreateDeploymentPipeline ¶
func (c *CommandImplementation) CreateDeploymentPipeline(params api.CreateDeploymentPipelineParams) error
func (*CommandImplementation) CreateEnvironment ¶
func (c *CommandImplementation) CreateEnvironment(params api.CreateEnvironmentParams) error
func (*CommandImplementation) CreateNamespace ¶ added in v0.13.0
func (c *CommandImplementation) CreateNamespace(params api.CreateNamespaceParams) error
func (*CommandImplementation) CreateProject ¶
func (c *CommandImplementation) CreateProject(params api.CreateProjectParams) error
func (*CommandImplementation) CreateWorkload ¶
func (c *CommandImplementation) CreateWorkload(params api.CreateWorkloadParams) error
func (*CommandImplementation) Delete ¶
func (c *CommandImplementation) Delete(params api.DeleteParams) error
func (*CommandImplementation) DeployComponent ¶ added in v0.14.0
func (c *CommandImplementation) DeployComponent(params api.DeployComponentParams) error
func (*CommandImplementation) GenerateComponentRelease ¶
func (c *CommandImplementation) GenerateComponentRelease(params api.GenerateComponentReleaseParams) error
func (*CommandImplementation) GenerateReleaseBinding ¶
func (c *CommandImplementation) GenerateReleaseBinding(params api.GenerateReleaseBindingParams) error
func (*CommandImplementation) GetContexts ¶
func (c *CommandImplementation) GetContexts() error
func (*CommandImplementation) GetCurrentContext ¶
func (c *CommandImplementation) GetCurrentContext() error
func (*CommandImplementation) GetLoginPrompt ¶
func (c *CommandImplementation) GetLoginPrompt() string
func (*CommandImplementation) IsLoggedIn ¶
func (c *CommandImplementation) IsLoggedIn() bool
func (*CommandImplementation) ListBuildPlanes ¶ added in v0.13.0
func (c *CommandImplementation) ListBuildPlanes(params api.ListBuildPlanesParams) error
func (*CommandImplementation) ListComponentReleases ¶ added in v0.14.0
func (c *CommandImplementation) ListComponentReleases(params api.ListComponentReleasesParams) error
func (*CommandImplementation) ListComponentTypes ¶ added in v0.13.0
func (c *CommandImplementation) ListComponentTypes(params api.ListComponentTypesParams) error
func (*CommandImplementation) ListComponentWorkflowRuns ¶ added in v0.14.0
func (c *CommandImplementation) ListComponentWorkflowRuns(params api.ListComponentWorkflowRunsParams) error
func (*CommandImplementation) ListComponentWorkflows ¶ added in v0.13.0
func (c *CommandImplementation) ListComponentWorkflows(params api.ListComponentWorkflowsParams) error
func (*CommandImplementation) ListComponents ¶ added in v0.13.0
func (c *CommandImplementation) ListComponents(params api.ListComponentsParams) error
func (*CommandImplementation) ListDataPlanes ¶ added in v0.13.0
func (c *CommandImplementation) ListDataPlanes(params api.ListDataPlanesParams) error
func (*CommandImplementation) ListEnvironments ¶ added in v0.13.0
func (c *CommandImplementation) ListEnvironments(params api.ListEnvironmentsParams) error
func (*CommandImplementation) ListNamespaces ¶ added in v0.13.0
func (c *CommandImplementation) ListNamespaces(params api.ListNamespacesParams) error
func (*CommandImplementation) ListObservabilityPlanes ¶ added in v0.13.0
func (c *CommandImplementation) ListObservabilityPlanes(params api.ListObservabilityPlanesParams) error
func (*CommandImplementation) ListProjects ¶ added in v0.13.0
func (c *CommandImplementation) ListProjects(params api.ListProjectsParams) error
func (*CommandImplementation) ListReleaseBindings ¶ added in v0.14.0
func (c *CommandImplementation) ListReleaseBindings(params api.ListReleaseBindingsParams) error
func (*CommandImplementation) ListSecretReferences ¶ added in v0.13.0
func (c *CommandImplementation) ListSecretReferences(params api.ListSecretReferencesParams) error
func (*CommandImplementation) ListTraits ¶ added in v0.13.0
func (c *CommandImplementation) ListTraits(params api.ListTraitsParams) error
func (*CommandImplementation) ListWorkflowRuns ¶ added in v0.14.0
func (c *CommandImplementation) ListWorkflowRuns(params api.ListWorkflowRunsParams) error
func (*CommandImplementation) ListWorkflows ¶ added in v0.13.0
func (c *CommandImplementation) ListWorkflows(params api.ListWorkflowsParams) error
func (*CommandImplementation) Login ¶
func (c *CommandImplementation) Login(params api.LoginParams) error
func (*CommandImplementation) Logout ¶
func (c *CommandImplementation) Logout() error
func (*CommandImplementation) ScaffoldComponent ¶
func (c *CommandImplementation) ScaffoldComponent(params api.ScaffoldComponentParams) error
func (*CommandImplementation) SetContext ¶
func (c *CommandImplementation) SetContext(params api.SetContextParams) error
func (*CommandImplementation) SetControlPlane ¶
func (c *CommandImplementation) SetControlPlane(params api.SetControlPlaneParams) error
func (*CommandImplementation) StartComponentWorkflowRun ¶ added in v0.14.0
func (c *CommandImplementation) StartComponentWorkflowRun(params api.StartComponentWorkflowRunParams) error
func (*CommandImplementation) StartWorkflowRun ¶ added in v0.14.0
func (c *CommandImplementation) StartWorkflowRun(params api.StartWorkflowRunParams) error
func (*CommandImplementation) UseContext ¶
func (c *CommandImplementation) UseContext(params api.UseContextParams) error
Click to show internal directories.
Click to hide internal directories.