resize

package
v0.46.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2025 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Undefined optionsDialogResponse = 0
	Retry                           = 1
	Skip                            = 2
	Force                           = 3
	Cancel                          = 4
)

Variables

This section is empty.

Functions

func NewCmdResize

func NewCmdResize() *cobra.Command

Types

type Infra added in v0.32.0

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

func (*Infra) New added in v0.32.0

func (r *Infra) New() error

func (*Infra) RunInfra added in v0.32.0

func (r *Infra) RunInfra(ctx context.Context) error

type MockClient added in v0.46.0

type MockClient struct {
	mock.Mock
}

MockClient is a mock implementation of the client.Client interface

func (*MockClient) Create added in v0.46.0

func (m *MockClient) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) error

Create implements the client.Client interface

func (*MockClient) Delete added in v0.46.0

func (m *MockClient) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error

Delete implements the client.Client interface

func (*MockClient) DeleteAllOf added in v0.46.0

func (m *MockClient) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error

DeleteAllOf implements the client.Client interface

func (*MockClient) Get added in v0.46.0

func (m *MockClient) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error

Get implements the client.Client interface

func (*MockClient) GroupVersionKindFor added in v0.46.0

func (m *MockClient) GroupVersionKindFor(obj runtime.Object) (schema.GroupVersionKind, error)

GroupVersionKindFor implements the client.Client interface

func (*MockClient) IsObjectNamespaced added in v0.46.0

func (m *MockClient) IsObjectNamespaced(obj runtime.Object) (bool, error)

IsObjectNamespaced implements the client.Client interface

func (*MockClient) List added in v0.46.0

func (m *MockClient) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error

List implements the client.Client interface

func (*MockClient) Patch added in v0.46.0

func (m *MockClient) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error

Patch implements the client.Client interface

func (*MockClient) RESTMapper added in v0.46.0

func (m *MockClient) RESTMapper() meta.RESTMapper

RESTMapper implements the client.Client interface

func (*MockClient) Scheme added in v0.46.0

func (m *MockClient) Scheme() *runtime.Scheme

Scheme implements the client.Client interface

func (*MockClient) Status added in v0.46.0

func (m *MockClient) Status() client.StatusWriter

Status implements the client.Client interface

func (*MockClient) SubResource added in v0.46.0

func (m *MockClient) SubResource(subResource string) client.SubResourceClient

SubResource implements the client.Client interface

func (*MockClient) Update added in v0.46.0

func (m *MockClient) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error

Update implements the client.Client interface

Jump to

Keyboard shortcuts

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