# Functions
CACertificateURL creates a resource URL for the CACertificate with given ID in given context.
ForEachCACertificate iterates over all CA certificates in the project identified by the given context ID, invoking the given callback for each certificate.
No description provided by the author
RegisterCryptoServiceHandler registers the http handlers for service CryptoService to "mux".
RegisterCryptoServiceHandlerClient registers the http handlers for service CryptoService to "mux".
RegisterCryptoServiceHandlerFromEndpoint is same as RegisterCryptoServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCryptoServiceHandlerServer registers the http handlers for service CryptoService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
EventTypeCACertificateCreated is the type of event fired after a CA certificate has been created SubjectID contains the ID of the CA certificate.
EventTypeCACertificateDeleted is the type of event fired after a CA certificate has been (marked for) deleted SubjectID contains the ID of the CA certificate.
EventTypeCACertificateUpdated is the type of event fired after a CA certificate has been updated SubjectID contains the ID of the CA certificate.
KindCACertificate is a constants for the kind of CACertificate resources.
PermissionCACertificateClone is needed for cloning a CA certificate.
PermissionCACertificateCreate is needed for create a CA certificate.
PermissionCACertificateDelete is needed for deleting a CA certificate.
PermissionCACertificateGet is needed for fetching an individual CA certificates in a project.
PermissionCACertificateList is needed for listing CA certificates in a project.
PermissionCACertificateSetDefault is needed for setting a CA certificate as default.
PermissionCACertificateUpdate is needed for updating a CA certificate.
# Variables
No description provided by the author
# Structs
A CACertificate is represents a self-signed certificate authority used to sign TLS certificates for deployments & client authentication.
Instructions for installing & uninstalling CA certificates.
Instructions for a specific platform.
List of CACertificates.
Request arguments for ListCACertificatesWithFilter.
UnimplementedCryptoServiceServer can be embedded to have forward compatible implementations.
# Interfaces
CryptoServiceClient is the client API for CryptoService service.
CryptoServiceServer is the server API for CryptoService service.
# Type aliases
No description provided by the author