# Functions
No description provided by the author
RegisterEnvironmentsHandler registers the http handlers for service Environments to "mux".
RegisterEnvironmentsHandlerClient registers the http handlers for service Environments to "mux".
RegisterEnvironmentsHandlerFromEndpoint is same as RegisterEnvironmentsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEnvironmentsHandlerServer registers the http handlers for service Environments to "mux".
No description provided by the author
# Constants
Active represents an environment that is ready to use with or without applications deployed on it.
Creating represents an environment that is currently being created on the target zone.
Error state represents an environment in which an error has been detected.
Unavailable represents an environment which is deployed on a zone that is not longer online.
UnknownEnvState with and indeterminate state.
# Variables
Enum value maps for EnvironmentState.
Enum value maps for EnvironmentState.
No description provided by the author
No description provided by the author
# Structs
CreateEnvironmentRequest is the message to request the creation of a new environment.
CreateEnvironmentRequestValidationError is the validation error returned by CreateEnvironmentRequest.Validate if the designated constraints aren't met.
DeleteEnvironmentRequest is the message to request the deletion of an environment.
DeleteEnvironmentRequestValidationError is the validation error returned by DeleteEnvironmentRequest.Validate if the designated constraints aren't met.
Environment defining a workspace for a user or group of users associated with an account.
EnvironmentInfoResponse with complete information about an environment.
EnvironmentInfoResponseValidationError is the validation error returned by EnvironmentInfoResponse.Validate if the designated constraints aren't met.
EnvironmentListResponse with a list of selected environments.
EnvironmentListResponseValidationError is the validation error returned by EnvironmentListResponse.Validate if the designated constraints aren't met.
EnvironmentQuotaResponse message containing quota information about a given environment.
EnvironmentQuotaResponseValidationError is the validation error returned by EnvironmentQuotaResponse.Validate if the designated constraints aren't met.
EnvironmentSelector with information to determine the target environment.
EnvironmentSelectorValidationError is the validation error returned by EnvironmentSelector.Validate if the designated constraints aren't met.
EnvironmentUser with the information of a user with access to a given environment.
EnvironmentUserValidationError is the validation error returned by EnvironmentUser.Validate if the designated constraints aren't met.
EnvironmentValidationError is the validation error returned by Environment.Validate if the designated constraints aren't met.
KubeConfigResponse with the information provided to the user to connect to the underlying infrastructure.
KubeConfigResponseValidationError is the validation error returned by KubeConfigResponse.Validate if the designated constraints aren't met.
KubeConfigTokenResponse with the user token.
KubeConfigTokenResponseValidationError is the validation error returned by KubeConfigTokenResponse.Validate if the designated constraints aren't met.
ListEnvironmentsRequest with information about the target account if the list is intended to be limited to a single account.
ListEnvironmentsRequestValidationError is the validation error returned by ListEnvironmentsRequest.Validate if the designated constraints aren't met.
Quota message containing quota information about a given environment.
QuotaValidationError is the validation error returned by Quota.Validate if the designated constraints aren't met.
UnimplementedEnvironmentsServer can be embedded to have forward compatible implementations.
UpdateEnvironmentRequest with the information required to update environment properties (primary_env flag fro now).
UpdateEnvironmentRequestValidationError is the validation error returned by UpdateEnvironmentRequest.Validate if the designated constraints aren't met.
# Interfaces
EnvironmentsClient is the client API for Environments service.
EnvironmentsServer is the server API for Environments service.
# Type aliases
CreateEnvironmentRequestMultiError is an error wrapping multiple validation errors returned by CreateEnvironmentRequest.ValidateAll() if the designated constraints aren't met.
DeleteEnvironmentRequestMultiError is an error wrapping multiple validation errors returned by DeleteEnvironmentRequest.ValidateAll() if the designated constraints aren't met.
EnvironmentInfoResponseMultiError is an error wrapping multiple validation errors returned by EnvironmentInfoResponse.ValidateAll() if the designated constraints aren't met.
EnvironmentListResponseMultiError is an error wrapping multiple validation errors returned by EnvironmentListResponse.ValidateAll() if the designated constraints aren't met.
EnvironmentMultiError is an error wrapping multiple validation errors returned by Environment.ValidateAll() if the designated constraints aren't met.
EnvironmentQuotaResponseMultiError is an error wrapping multiple validation errors returned by EnvironmentQuotaResponse.ValidateAll() if the designated constraints aren't met.
EnvironmentSelectorMultiError is an error wrapping multiple validation errors returned by EnvironmentSelector.ValidateAll() if the designated constraints aren't met.
EnvironmentState with the the state of the environment calculated based on the zone status from the user's operational point of view.
EnvironmentUserMultiError is an error wrapping multiple validation errors returned by EnvironmentUser.ValidateAll() if the designated constraints aren't met.
KubeConfigResponseMultiError is an error wrapping multiple validation errors returned by KubeConfigResponse.ValidateAll() if the designated constraints aren't met.
KubeConfigTokenResponseMultiError is an error wrapping multiple validation errors returned by KubeConfigTokenResponse.ValidateAll() if the designated constraints aren't met.
ListEnvironmentsRequestMultiError is an error wrapping multiple validation errors returned by ListEnvironmentsRequest.ValidateAll() if the designated constraints aren't met.
QuotaMultiError is an error wrapping multiple validation errors returned by Quota.ValidateAll() if the designated constraints aren't met.
UpdateEnvironmentRequestMultiError is an error wrapping multiple validation errors returned by UpdateEnvironmentRequest.ValidateAll() if the designated constraints aren't met.