servicemanagement

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Copyright 2022 Google LLC. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Package servicemanagement defines operations in the declarative SDK.

Copyright 2022 Google LLC. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2022 Google LLC. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const ManagedServiceMaxPage = -1

Variables

View Source
var YAML_managed_service = []byte("info:\n  title: Servicemanagement/ManagedService\n  description: The Servicemanagement ManagedService resource\n  x-dcl-struct-name: ManagedService\n  x-dcl-has-iam: false\npaths:\n  get:\n    description: The function used to get information about a ManagedService\n    parameters:\n    - name: ManagedService\n      required: true\n      description: A full instance of a ManagedService\n  apply:\n    description: The function used to apply information about a ManagedService\n    parameters:\n    - name: ManagedService\n      required: true\n      description: A full instance of a ManagedService\n  delete:\n    description: The function used to delete a ManagedService\n    parameters:\n    - name: ManagedService\n      required: true\n      description: A full instance of a ManagedService\n  deleteAll:\n    description: The function used to delete all ManagedService\n    parameters:\n    - name: project\n      required: true\n      schema:\n        type: string\n  list:\n    description: The function used to list information about many ManagedService\n    parameters:\n    - name: project\n      required: true\n      schema:\n        type: string\ncomponents:\n  schemas:\n    ManagedService:\n      title: ManagedService\n      x-dcl-id: services/{{name}}\n      x-dcl-parent-container: project\n      x-dcl-has-iam: false\n      type: object\n      required:\n      - name\n      - project\n      properties:\n        name:\n          type: string\n          x-dcl-go-name: Name\n          description: The name of the service. See the overview for naming requirements.\n          x-kubernetes-immutable: true\n        project:\n          type: string\n          x-dcl-go-name: Project\n          description: ID of the project that produces and owns this service.\n          x-kubernetes-immutable: true\n          x-dcl-references:\n          - resource: Cloudresourcemanager/Project\n            field: name\n            parent: true\n")

blaze-out/k8-fastbuild/genfiles/cloud/graphite/mmv2/services/google/servicemanagement/managed_service.yaml

Functions

This section is empty.

Types

type Client

type Client struct {
	Config *dcl.Config
}

The Client is the base struct of all operations. This will receive the Get, Delete, List, and Apply operations on all resources.

func NewClient

func NewClient(c *dcl.Config) *Client

NewClient creates a client that retries all operations a few times each.

func (*Client) ApplyManagedService

func (c *Client) ApplyManagedService(ctx context.Context, rawDesired *ManagedService, opts ...dcl.ApplyOption) (*ManagedService, error)

func (*Client) DeleteAllManagedService

func (c *Client) DeleteAllManagedService(ctx context.Context, project string, filter func(*ManagedService) bool) error

DeleteAllManagedService deletes all resources that the filter functions returns true on.

func (*Client) DeleteManagedService

func (c *Client) DeleteManagedService(ctx context.Context, r *ManagedService) error

func (*Client) GetManagedService

func (c *Client) GetManagedService(ctx context.Context, r *ManagedService) (*ManagedService, error)

func (*Client) ListManagedService

func (c *Client) ListManagedService(ctx context.Context, project string) (*ManagedServiceList, error)

func (*Client) ListManagedServiceWithMaxResults

func (c *Client) ListManagedServiceWithMaxResults(ctx context.Context, project string, pageSize int32) (*ManagedServiceList, error)

type ManagedService

type ManagedService struct {
	Name    *string `json:"name"`
	Project *string `json:"project"`
}

func (*ManagedService) Describe

func (r *ManagedService) Describe() dcl.ServiceTypeVersion

Describe returns a simple description of this resource to ensure that automated tools can identify it.

func (*ManagedService) ID

func (r *ManagedService) ID() (string, error)

func (*ManagedService) String

func (r *ManagedService) String() string

type ManagedServiceList

type ManagedServiceList struct {
	Items []*ManagedService
	// contains filtered or unexported fields
}

func (*ManagedServiceList) HasNext

func (l *ManagedServiceList) HasNext() bool

func (*ManagedServiceList) Next

func (l *ManagedServiceList) Next(ctx context.Context, c *Client) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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