stacks

package
v2.7.5 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddedResource

type AddedResource struct {
	Kind string
	Id   string
}

type Client

func (Client) Init

func (c Client) Init(ctx context.Context, params *InitParams) error

func (Client) List

func (c Client) List(ctx context.Context, params *ListParams) error

func (Client) Remove

func (c Client) Remove(ctx context.Context, params *RemoveParams) error

func (Client) Update

func (c Client) Update(ctx context.Context, params *UpdateParams) error

type InitParams

type InitParams struct {
	clients.OrgParams

	Name        string
	Description string
	URLs        []string
}

type ListParams

type ListParams struct {
	clients.OrgParams

	StackIds   []string
	StackNames []string
}

type RemoveParams

type RemoveParams struct {
	clients.OrgParams

	Ids   []string
	Force bool
}

type UpdateParams

type UpdateParams struct {
	Id string

	Name           *string
	Description    *string
	URLs           []string
	AddedResources []AddedResource

	template.OutParams
}

Jump to

Keyboard shortcuts

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