google

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerCluster

type ContainerCluster struct {
	Location string `hcl:"location"`
	Name     string `hcl:"name"`
	Project  string `hcl:"project"`
}

func NewContainerCluster

func NewContainerCluster() (*ContainerCluster, error)

func (*ContainerCluster) GetID

func (c *ContainerCluster) GetID() string

func (*ContainerCluster) GetName

func (c *ContainerCluster) GetName() string

func (*ContainerCluster) GetType

func (c *ContainerCluster) GetType() string

func (*ContainerCluster) Import

func (c *ContainerCluster) Import() error

type ContainerNodePool

type ContainerNodePool struct {
	Name     string `hcl:"name"`
	Cluster  string `hcl:"cluster"`
	Location string `hcl:"location"`
	Project  string `hcl:"project"`
}

func NewContainerNodePool

func NewContainerNodePool() (*ContainerNodePool, error)

func (*ContainerNodePool) GetID

func (c *ContainerNodePool) GetID() string

func (*ContainerNodePool) GetName

func (c *ContainerNodePool) GetName() string

func (*ContainerNodePool) GetType

func (c *ContainerNodePool) GetType() string

func (*ContainerNodePool) Import

func (c *ContainerNodePool) Import() error

Jump to

Keyboard shortcuts

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