edgecontainer

package
v0.0.0-...-a8a6208 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package edgecontainer aliases all exported identifiers in package "cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb".

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index

Constants

View Source
const (
	KmsKeyState_KMS_KEY_STATE_KEY_AVAILABLE    = src.KmsKeyState_KMS_KEY_STATE_KEY_AVAILABLE
	KmsKeyState_KMS_KEY_STATE_KEY_UNAVAILABLE  = src.KmsKeyState_KMS_KEY_STATE_KEY_UNAVAILABLE
	KmsKeyState_KMS_KEY_STATE_UNSPECIFIED      = src.KmsKeyState_KMS_KEY_STATE_UNSPECIFIED
	VpnConnection_BGP_ROUTING_MODE_UNSPECIFIED = src.VpnConnection_BGP_ROUTING_MODE_UNSPECIFIED
	VpnConnection_Details_STATE_CONNECTED      = src.VpnConnection_Details_STATE_CONNECTED
	VpnConnection_Details_STATE_CONNECTING     = src.VpnConnection_Details_STATE_CONNECTING
	VpnConnection_Details_STATE_ERROR          = src.VpnConnection_Details_STATE_ERROR
	VpnConnection_Details_STATE_UNSPECIFIED    = src.VpnConnection_Details_STATE_UNSPECIFIED
	VpnConnection_GLOBAL                       = src.VpnConnection_GLOBAL
	VpnConnection_REGIONAL                     = src.VpnConnection_REGIONAL
)

Deprecated: Please use consts in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

Variables

View Source
var (
	File_google_cloud_edgecontainer_v1_resources_proto = src.File_google_cloud_edgecontainer_v1_resources_proto
	File_google_cloud_edgecontainer_v1_service_proto   = src.File_google_cloud_edgecontainer_v1_service_proto
	KmsKeyState_name                                   = src.KmsKeyState_name
	KmsKeyState_value                                  = src.KmsKeyState_value
	VpnConnection_BgpRoutingMode_name                  = src.VpnConnection_BgpRoutingMode_name
	VpnConnection_BgpRoutingMode_value                 = src.VpnConnection_BgpRoutingMode_value
	VpnConnection_Details_State_name                   = src.VpnConnection_Details_State_name
	VpnConnection_Details_State_value                  = src.VpnConnection_Details_State_value
)

Deprecated: Please use vars in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

Functions

func RegisterEdgeContainerServer deprecated

func RegisterEdgeContainerServer(s *grpc.Server, srv EdgeContainerServer)

Deprecated: Please use funcs in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

Types

type Authorization deprecated

type Authorization = src.Authorization

RBAC policy that will be applied and managed by GEC.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type Cluster deprecated

type Cluster = src.Cluster

A Google Distributed Cloud Edge Kubernetes cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ClusterNetworking deprecated

type ClusterNetworking = src.ClusterNetworking

Cluster-wide networking configuration.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ClusterUser deprecated

type ClusterUser = src.ClusterUser

A user principal for an RBAC policy.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type CreateClusterRequest deprecated

type CreateClusterRequest = src.CreateClusterRequest

Creates a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type CreateNodePoolRequest deprecated

type CreateNodePoolRequest = src.CreateNodePoolRequest

Creates a node pool.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type CreateVpnConnectionRequest deprecated

type CreateVpnConnectionRequest = src.CreateVpnConnectionRequest

Creates a VPN connection.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type DeleteClusterRequest deprecated

type DeleteClusterRequest = src.DeleteClusterRequest

Deletes a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type DeleteNodePoolRequest deprecated

type DeleteNodePoolRequest = src.DeleteNodePoolRequest

Deletes a node pool.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type DeleteVpnConnectionRequest deprecated

type DeleteVpnConnectionRequest = src.DeleteVpnConnectionRequest

Deletes a vpn connection.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type EdgeContainerClient deprecated

type EdgeContainerClient = src.EdgeContainerClient

EdgeContainerClient is the client API for EdgeContainer service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

func NewEdgeContainerClient deprecated

func NewEdgeContainerClient(cc grpc.ClientConnInterface) EdgeContainerClient

Deprecated: Please use funcs in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type EdgeContainerServer deprecated

type EdgeContainerServer = src.EdgeContainerServer

EdgeContainerServer is the server API for EdgeContainer service.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type Fleet deprecated

type Fleet = src.Fleet

Fleet related configuration. Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type GenerateAccessTokenRequest deprecated

type GenerateAccessTokenRequest = src.GenerateAccessTokenRequest

Generates an access token for a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type GenerateAccessTokenResponse deprecated

type GenerateAccessTokenResponse = src.GenerateAccessTokenResponse

An access token for a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type GetClusterRequest deprecated

type GetClusterRequest = src.GetClusterRequest

Gets a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type GetMachineRequest deprecated

type GetMachineRequest = src.GetMachineRequest

Gets a machine.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type GetNodePoolRequest deprecated

type GetNodePoolRequest = src.GetNodePoolRequest

Gets a node pool.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type GetVpnConnectionRequest deprecated

type GetVpnConnectionRequest = src.GetVpnConnectionRequest

Gets a VPN connection.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type KmsKeyState deprecated

type KmsKeyState = src.KmsKeyState

Represents the accessibility state of a customer-managed KMS key used for CMEK integration.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListClustersRequest deprecated

type ListClustersRequest = src.ListClustersRequest

Lists clusters in a location.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListClustersResponse deprecated

type ListClustersResponse = src.ListClustersResponse

List of clusters in a location.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListMachinesRequest deprecated

type ListMachinesRequest = src.ListMachinesRequest

Lists machines in a site.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListMachinesResponse deprecated

type ListMachinesResponse = src.ListMachinesResponse

List of machines in a site.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListNodePoolsRequest deprecated

type ListNodePoolsRequest = src.ListNodePoolsRequest

Lists node pools in a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListNodePoolsResponse deprecated

type ListNodePoolsResponse = src.ListNodePoolsResponse

List of node pools in a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListVpnConnectionsRequest deprecated

type ListVpnConnectionsRequest = src.ListVpnConnectionsRequest

Lists VPN connections.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ListVpnConnectionsResponse deprecated

type ListVpnConnectionsResponse = src.ListVpnConnectionsResponse

List of VPN connections in a location.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type LocationMetadata deprecated

type LocationMetadata = src.LocationMetadata

Metadata for a given [google.cloud.location.Location][google.cloud.location.Location].

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type Machine deprecated

type Machine = src.Machine

A Google Distributed Cloud Edge machine capable of acting as a Kubernetes node.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type MaintenancePolicy deprecated

type MaintenancePolicy = src.MaintenancePolicy

Maintenance policy configuration.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type MaintenanceWindow deprecated

type MaintenanceWindow = src.MaintenanceWindow

Maintenance window configuration

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type NodePool deprecated

type NodePool = src.NodePool

A set of Kubernetes nodes in a cluster with common configuration and specification.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type NodePool_LocalDiskEncryption deprecated

type NodePool_LocalDiskEncryption = src.NodePool_LocalDiskEncryption

Configuration for CMEK support for edge machine local disk encryption.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type OperationMetadata deprecated

type OperationMetadata = src.OperationMetadata

Long-running operation metadata for Edge Container API methods.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type Quota deprecated

type Quota = src.Quota

Represents quota for Edge Container resources.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type RecurringTimeWindow deprecated

type RecurringTimeWindow = src.RecurringTimeWindow

Represents an arbitrary window of time that recurs.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type TimeWindow deprecated

type TimeWindow = src.TimeWindow

Represents an arbitrary window of time.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type UnimplementedEdgeContainerServer deprecated

type UnimplementedEdgeContainerServer = src.UnimplementedEdgeContainerServer

UnimplementedEdgeContainerServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type UpdateClusterRequest deprecated

type UpdateClusterRequest = src.UpdateClusterRequest

Updates a cluster.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type UpdateNodePoolRequest deprecated

type UpdateNodePoolRequest = src.UpdateNodePoolRequest

Updates a node pool.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type VpnConnection deprecated

type VpnConnection = src.VpnConnection

A VPN connection .

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type VpnConnection_BgpRoutingMode deprecated

type VpnConnection_BgpRoutingMode = src.VpnConnection_BgpRoutingMode

Routing mode.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type VpnConnection_Details deprecated

type VpnConnection_Details = src.VpnConnection_Details

The created connection details.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type VpnConnection_Details_CloudRouter deprecated

type VpnConnection_Details_CloudRouter = src.VpnConnection_Details_CloudRouter

The Cloud Router info.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type VpnConnection_Details_CloudVpn deprecated

type VpnConnection_Details_CloudVpn = src.VpnConnection_Details_CloudVpn

The Cloud VPN info.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type VpnConnection_Details_State deprecated

type VpnConnection_Details_State = src.VpnConnection_Details_State

The current connection state.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type VpnConnection_VpcProject deprecated

type VpnConnection_VpcProject = src.VpnConnection_VpcProject

Project detail of the VPC network.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

type ZoneMetadata deprecated

type ZoneMetadata = src.ZoneMetadata

A Google Distributed Cloud Edge zone where edge machines are located.

Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb

Jump to

Keyboard shortcuts

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