containerregistry

package
v0.0.0-...-417428f Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

nolint

nolint

nolint

nolint

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerRegistry

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

ContainerRegistry provides access to "containerregistry" component of Yandex.Cloud

func NewContainerRegistry

func NewContainerRegistry(g func(ctx context.Context) (*grpc.ClientConn, error)) *ContainerRegistry

NewContainerRegistry creates instance of ContainerRegistry

func (*ContainerRegistry) Image

Image gets ImageService client

func (*ContainerRegistry) LifecyclePolicy

func (c *ContainerRegistry) LifecyclePolicy() *LifecyclePolicyServiceClient

LifecyclePolicy gets LifecyclePolicyService client

func (*ContainerRegistry) Registry

Registry gets RegistryService client

func (*ContainerRegistry) Repository

func (c *ContainerRegistry) Repository() *RepositoryServiceClient

Repository gets RepositoryService client

type ImageIterator

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

func (*ImageIterator) Error

func (it *ImageIterator) Error() error

func (*ImageIterator) Next

func (it *ImageIterator) Next() bool

func (*ImageIterator) Value

func (it *ImageIterator) Value() *containerregistry.Image

type ImageServiceClient

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

ImageServiceClient is a containerregistry.ImageServiceClient with lazy GRPC connection initialization.

func (*ImageServiceClient) Delete

Delete implements containerregistry.ImageServiceClient

func (*ImageServiceClient) Get

Get implements containerregistry.ImageServiceClient

func (*ImageServiceClient) ImageIterator

func (c *ImageServiceClient) ImageIterator(ctx context.Context, folderId string, opts ...grpc.CallOption) *ImageIterator

func (*ImageServiceClient) List

List implements containerregistry.ImageServiceClient

type LifecyclePolicyDryRunResultAffectedImagesIterator

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

func (*LifecyclePolicyDryRunResultAffectedImagesIterator) Error

func (*LifecyclePolicyDryRunResultAffectedImagesIterator) Next

func (*LifecyclePolicyDryRunResultAffectedImagesIterator) Value

type LifecyclePolicyDryRunResultsIterator

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

func (*LifecyclePolicyDryRunResultsIterator) Error

func (*LifecyclePolicyDryRunResultsIterator) Next

func (*LifecyclePolicyDryRunResultsIterator) Value

type LifecyclePolicyServiceClient

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

LifecyclePolicyServiceClient is a containerregistry.LifecyclePolicyServiceClient with lazy GRPC connection initialization.

func (*LifecyclePolicyServiceClient) Create

Create implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) Delete

Delete implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) DryRun

DryRun implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) Get

Get implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) GetDryRunResult

GetDryRunResult implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) LifecyclePolicyDryRunResultAffectedImagesIterator

func (c *LifecyclePolicyServiceClient) LifecyclePolicyDryRunResultAffectedImagesIterator(ctx context.Context, dryRunLifecyclePolicyResultId string, opts ...grpc.CallOption) *LifecyclePolicyDryRunResultAffectedImagesIterator

func (*LifecyclePolicyServiceClient) LifecyclePolicyDryRunResultsIterator

func (c *LifecyclePolicyServiceClient) LifecyclePolicyDryRunResultsIterator(ctx context.Context, lifecyclePolicyId string, opts ...grpc.CallOption) *LifecyclePolicyDryRunResultsIterator

func (*LifecyclePolicyServiceClient) List

List implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) ListDryRunResultAffectedImages

ListDryRunResultAffectedImages implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) ListDryRunResults

ListDryRunResults implements containerregistry.LifecyclePolicyServiceClient

func (*LifecyclePolicyServiceClient) Update

Update implements containerregistry.LifecyclePolicyServiceClient

type RegistryAccessBindingsIterator

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

func (*RegistryAccessBindingsIterator) Error

func (*RegistryAccessBindingsIterator) Next

func (*RegistryAccessBindingsIterator) Value

type RegistryIterator

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

func (*RegistryIterator) Error

func (it *RegistryIterator) Error() error

func (*RegistryIterator) Next

func (it *RegistryIterator) Next() bool

func (*RegistryIterator) Value

type RegistryServiceClient

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

RegistryServiceClient is a containerregistry.RegistryServiceClient with lazy GRPC connection initialization.

func (*RegistryServiceClient) Create

Create implements containerregistry.RegistryServiceClient

func (*RegistryServiceClient) Delete

Delete implements containerregistry.RegistryServiceClient

func (*RegistryServiceClient) Get

Get implements containerregistry.RegistryServiceClient

func (*RegistryServiceClient) List

List implements containerregistry.RegistryServiceClient

func (*RegistryServiceClient) ListAccessBindings

ListAccessBindings implements containerregistry.RegistryServiceClient

func (*RegistryServiceClient) RegistryAccessBindingsIterator

func (c *RegistryServiceClient) RegistryAccessBindingsIterator(ctx context.Context, resourceId string, opts ...grpc.CallOption) *RegistryAccessBindingsIterator

func (*RegistryServiceClient) RegistryIterator

func (c *RegistryServiceClient) RegistryIterator(ctx context.Context, folderId string, opts ...grpc.CallOption) *RegistryIterator

func (*RegistryServiceClient) SetAccessBindings

SetAccessBindings implements containerregistry.RegistryServiceClient

func (*RegistryServiceClient) Update

Update implements containerregistry.RegistryServiceClient

func (*RegistryServiceClient) UpdateAccessBindings

UpdateAccessBindings implements containerregistry.RegistryServiceClient

type RepositoryAccessBindingsIterator

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

func (*RepositoryAccessBindingsIterator) Error

func (*RepositoryAccessBindingsIterator) Next

func (*RepositoryAccessBindingsIterator) Value

type RepositoryIterator

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

func (*RepositoryIterator) Error

func (it *RepositoryIterator) Error() error

func (*RepositoryIterator) Next

func (it *RepositoryIterator) Next() bool

func (*RepositoryIterator) Value

type RepositoryServiceClient

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

RepositoryServiceClient is a containerregistry.RepositoryServiceClient with lazy GRPC connection initialization.

func (*RepositoryServiceClient) Get

Get implements containerregistry.RepositoryServiceClient

func (*RepositoryServiceClient) GetByName

GetByName implements containerregistry.RepositoryServiceClient

func (*RepositoryServiceClient) List

List implements containerregistry.RepositoryServiceClient

func (*RepositoryServiceClient) ListAccessBindings

ListAccessBindings implements containerregistry.RepositoryServiceClient

func (*RepositoryServiceClient) RepositoryAccessBindingsIterator

func (c *RepositoryServiceClient) RepositoryAccessBindingsIterator(ctx context.Context, resourceId string, opts ...grpc.CallOption) *RepositoryAccessBindingsIterator

func (*RepositoryServiceClient) RepositoryIterator

func (c *RepositoryServiceClient) RepositoryIterator(ctx context.Context, folderId string, opts ...grpc.CallOption) *RepositoryIterator

func (*RepositoryServiceClient) SetAccessBindings

SetAccessBindings implements containerregistry.RepositoryServiceClient

func (*RepositoryServiceClient) UpdateAccessBindings

UpdateAccessBindings implements containerregistry.RepositoryServiceClient

Jump to

Keyboard shortcuts

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