Classes
GatewayService
Gateway service is a public API which works as a Kubernetes resource model proxy between end users and registered Kubernetes clusters. Each RPC in this service matches with an HTTP verb. End user will initiate kubectl commands against the Gateway service, and Gateway service will forward user requests to clusters.
GatewayService.GatewayServiceBase
Base class for server-side implementations of GatewayService
GatewayService.GatewayServiceClient
Client for GatewayService
GatewayServiceClient
GatewayService client wrapper, for convenient use.
GatewayServiceClientBuilder
Builder class for GatewayServiceClient to provide simple configuration of credentials, endpoint etc.
GatewayServiceClientImpl
GatewayService client wrapper implementation, for convenient use.
GatewayServiceSettings
Settings for GatewayServiceClient instances.