package edgecontainer
import "google.golang.org/genproto/googleapis/cloud/edgecontainer/v1"
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
- Variables
- func RegisterEdgeContainerServer(s *grpc.Server, srv EdgeContainerServer)
- type Authorization
- type Cluster
- type ClusterNetworking
- type ClusterUser
- type CreateClusterRequest
- type CreateNodePoolRequest
- type CreateVpnConnectionRequest
- type DeleteClusterRequest
- type DeleteNodePoolRequest
- type DeleteVpnConnectionRequest
- type EdgeContainerClient
- type EdgeContainerServer
- type Fleet
- type GenerateAccessTokenRequest
- type GenerateAccessTokenResponse
- type GetClusterRequest
- type GetMachineRequest
- type GetNodePoolRequest
- type GetVpnConnectionRequest
- type KmsKeyState
- type ListClustersRequest
- type ListClustersResponse
- type ListMachinesRequest
- type ListMachinesResponse
- type ListNodePoolsRequest
- type ListNodePoolsResponse
- type ListVpnConnectionsRequest
- type ListVpnConnectionsResponse
- type LocationMetadata
- type Machine
- type MaintenancePolicy
- type MaintenanceWindow
- type NodePool
- type NodePool_LocalDiskEncryption
- type OperationMetadata
- type Quota
- type RecurringTimeWindow
- type TimeWindow
- type UnimplementedEdgeContainerServer
- type UpdateClusterRequest
- type UpdateNodePoolRequest
- type VpnConnection
- type VpnConnection_BgpRoutingMode
- type VpnConnection_Details
- type VpnConnection_Details_CloudRouter
- type VpnConnection_Details_CloudVpn
- type VpnConnection_Details_State
- type VpnConnection_VpcProject
- type ZoneMetadata
Constants ¶
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 ¶
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 ¶
func RegisterEdgeContainerServer(s *grpc.Server, srv EdgeContainerServer)
Deprecated: Please use funcs in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
Types ¶
type Authorization ¶
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 ¶
A Google Distributed Cloud Edge Kubernetes cluster.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ClusterNetworking ¶
type ClusterNetworking = src.ClusterNetworking
Cluster-wide networking configuration.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ClusterUser ¶
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 ¶
type CreateClusterRequest = src.CreateClusterRequest
Creates a cluster.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type CreateNodePoolRequest ¶
type CreateNodePoolRequest = src.CreateNodePoolRequest
Creates a node pool.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type CreateVpnConnectionRequest ¶
type CreateVpnConnectionRequest = src.CreateVpnConnectionRequest
Creates a VPN connection.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type DeleteClusterRequest ¶
type DeleteClusterRequest = src.DeleteClusterRequest
Deletes a cluster.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type DeleteNodePoolRequest ¶
type DeleteNodePoolRequest = src.DeleteNodePoolRequest
Deletes a node pool.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type DeleteVpnConnectionRequest ¶
type DeleteVpnConnectionRequest = src.DeleteVpnConnectionRequest
Deletes a vpn connection.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type EdgeContainerClient ¶
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 ¶
func NewEdgeContainerClient(cc grpc.ClientConnInterface) EdgeContainerClient
Deprecated: Please use funcs in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type EdgeContainerServer ¶
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 ¶
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 ¶
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 ¶
type GenerateAccessTokenResponse = src.GenerateAccessTokenResponse
An access token for a cluster.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type GetClusterRequest ¶
type GetClusterRequest = src.GetClusterRequest
Gets a cluster.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type GetMachineRequest ¶
type GetMachineRequest = src.GetMachineRequest
Gets a machine.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type GetNodePoolRequest ¶
type GetNodePoolRequest = src.GetNodePoolRequest
Gets a node pool.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type GetVpnConnectionRequest ¶
type GetVpnConnectionRequest = src.GetVpnConnectionRequest
Gets a VPN connection.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type KmsKeyState ¶
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 ¶
type ListClustersRequest = src.ListClustersRequest
Lists clusters in a location.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ListClustersResponse ¶
type ListClustersResponse = src.ListClustersResponse
List of clusters in a location.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ListMachinesRequest ¶
type ListMachinesRequest = src.ListMachinesRequest
Lists machines in a site.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ListMachinesResponse ¶
type ListMachinesResponse = src.ListMachinesResponse
List of machines in a site.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ListNodePoolsRequest ¶
type ListNodePoolsRequest = src.ListNodePoolsRequest
Lists node pools in a cluster.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ListNodePoolsResponse ¶
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 ¶
type ListVpnConnectionsRequest = src.ListVpnConnectionsRequest
Lists VPN connections.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type ListVpnConnectionsResponse ¶
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 ¶
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 ¶
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 ¶
type MaintenancePolicy = src.MaintenancePolicy
Maintenance policy configuration.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type MaintenanceWindow ¶
type MaintenanceWindow = src.MaintenanceWindow
Maintenance window configuration
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type 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 ¶
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 ¶
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 ¶
Represents quota for Edge Container resources.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type RecurringTimeWindow ¶
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 ¶
type TimeWindow = src.TimeWindow
Represents an arbitrary window of time.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type UnimplementedEdgeContainerServer ¶
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 ¶
type UpdateClusterRequest = src.UpdateClusterRequest
Updates a cluster.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type UpdateNodePoolRequest ¶
type UpdateNodePoolRequest = src.UpdateNodePoolRequest
Updates a node pool.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type VpnConnection ¶
type VpnConnection = src.VpnConnection
A VPN connection .
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type VpnConnection_BgpRoutingMode ¶
type VpnConnection_BgpRoutingMode = src.VpnConnection_BgpRoutingMode
Routing mode.
Deprecated: Please use types in: cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb
type VpnConnection_Details ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.