Config Delivery API v1 - Package cloud.google.com/go/configdelivery/apiv1 (v0.1.0)

Package configdelivery is an auto-generated package for the Config Delivery API.

ConfigDelivery service manages the deployment of kubernetes configuration to a fleet of kubernetes clusters.

NOTE: This package is in beta. It is not stable, and may be subject to changes.

General documentation

For information that is relevant for all client libraries please reference https://pkg.go.dev/cloud.google.com/go#pkg-overview. Some information on this page includes:

Example usage

To get started with this package, create a client.

// go get cloud.google.com/go/configdelivery/apiv1@latest
ctx := context.Background()
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in:
//   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
c, err := configdelivery.NewClient(ctx)
if err != nil {
    // TODO: Handle error.
}
defer c.Close()

The client will use your default application credentials. Clients should be reused instead of created as needed. The methods of Client are safe for concurrent use by multiple goroutines. The returned client must be Closed when it is done being used.

Using the Client

The following is an example of making an API call with the newly created client, mentioned above.

req := &configdeliverypb.AbortRolloutRequest{
    // TODO: Fill request struct fields.
    // See https://pkg.go.dev/cloud.google.com/go/configdelivery/apiv1/configdeliverypb#AbortRolloutRequest.
}
op, err := c.AbortRollout(ctx, req)
if err != nil {
    // TODO: Handle error.
}

resp, err := op.Wait(ctx)
if err != nil {
    // TODO: Handle error.
}
// TODO: Use resp.
_ = resp

Use of Context

The ctx passed to NewClient is used for authentication requests and for creating the underlying connection, but is not used for subsequent calls. Individual methods on the client use the ctx given to them.

To close the open connection, use the Close() method.

Functions

func DefaultAuthScopes

func DefaultAuthScopes() []string

DefaultAuthScopes reports the default set of authentication scopes to use with this package.

AbortRolloutOperation

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

AbortRolloutOperation manages a long-running operation from AbortRollout.

func (*AbortRolloutOperation) Done

func (op *AbortRolloutOperation) Done() bool

Done reports whether the long-running operation has completed.

func (*AbortRolloutOperation) Metadata

Metadata returns metadata associated with the long-running operation. Metadata itself does not contact the server, but Poll does. To get the latest metadata, call this method after a successful call to Poll. If the metadata is not available, the returned metadata and error are both nil.

func (*AbortRolloutOperation) Name

func (op *AbortRolloutOperation) Name() string

Name returns the name of the long-running operation. The name is assigned by the server and is unique within the service from which the operation is created.

func (*AbortRolloutOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds and the operation has completed with failure, the error is returned and op.Done will return true. If Poll succeeds and the operation has completed successfully, op.Done will return true, and the response of the operation is returned. If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*AbortRolloutOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CallOptions

type CallOptions struct {
	ListResourceBundles  []gax.CallOption
	GetResourceBundle    []gax.CallOption
	CreateResourceBundle []gax.CallOption
	UpdateResourceBundle []gax.CallOption
	DeleteResourceBundle []gax.CallOption
	ListFleetPackages    []gax.CallOption
	GetFleetPackage      []gax.CallOption
	CreateFleetPackage   []gax.CallOption
	UpdateFleetPackage   []gax.CallOption
	DeleteFleetPackage   []gax.CallOption
	ListReleases         []gax.CallOption
	GetRelease           []gax.CallOption
	CreateRelease        []gax.CallOption
	UpdateRelease        []gax.CallOption
	DeleteRelease        []gax.CallOption
	ListVariants         []gax.CallOption
	GetVariant           []gax.CallOption
	CreateVariant        []gax.CallOption
	UpdateVariant        []gax.CallOption
	DeleteVariant        []gax.CallOption
	ListRollouts         []gax.CallOption
	GetRollout           []gax.CallOption
	SuspendRollout       []gax.CallOption
	ResumeRollout        []gax.CallOption
	AbortRollout         []gax.CallOption
	GetLocation          []gax.CallOption
	ListLocations        []gax.CallOption
	CancelOperation      []gax.CallOption
	DeleteOperation      []gax.CallOption
	GetOperation         []gax.CallOption
	ListOperations       []gax.CallOption
}

CallOptions contains the retry settings for each method of Client.

Client

type Client struct {

	// The call options for this service.
	CallOptions *CallOptions

	// LROClient is used internally to handle long-running operations.
	// It is exposed so that its CallOptions can be modified if required.
	// Users should not Close this client.
	LROClient *lroauto.