google_api_container v0.0.1 API Reference
Modules
API calls for all endpoints tagged Projects
Handle Tesla connections for GoogleApi.Container.V1
Helper functions for deserializing responses into models
AcceleratorConfig represents a Hardware Accelerator request
Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed
CancelOperationRequest cancels a single operation
CidrBlock contains an optional name and one CIDR block
Configuration for client certificates on the cluster
A Google Container Engine cluster
ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided
CompleteIPRotationRequest moves the cluster master back into single-IP mode
CreateClusterRequest creates a cluster
CreateNodePoolRequest creates a node pool for a cluster
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`
Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods
Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster
Configuration for controlling how IPs are allocated in the cluster
Configuration for the Kubernetes Dashboard
Configuration for the legacy Attribute Based Access Control authorization mode
ListClustersResponse is the result of ListClustersRequest
ListNodePoolsResponse is the result of ListNodePoolsRequest
ListOperationsResponse is the result of ListOperationsRequest
The authentication information for accessing the master endpoint. Authentication can be done using HTTP basic auth or using client certificates
Master authorized networks is a Beta feature. Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs
Configuration options for the NetworkPolicy feature. https://kubernetes.io/docs/concepts/services-networking/networkpolicies/
Parameters that describe the nodes in a cluster
NodeManagement defines the set of node management services turned on for the node pool
NodePool contains the name and configuration for a cluster's node pool. Node pools are a set of nodes (i.e. VM's), with a common configuration and specification, under the control of the cluster master. They may have a set of Kubernetes labels applied to them, which may be used to reference them during pod scheduling. They may also be resized up or down, to accommodate the workload
NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage
This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only
RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed
Container Engine service configuration
SetAddonsConfigRequest sets the addons associated with the cluster
SetLabelsRequest sets the Google Cloud Platform labels on a Google Container Engine cluster, which will in turn set them for Google Compute Engine resources used by that cluster
SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster
SetLocationsRequest sets the locations of the cluster
SetLoggingServiceRequest sets the logging service of a cluster
SetMasterAuthRequest updates the admin password of a cluster
SetMonitoringServiceRequest sets the monitoring service of a cluster
SetNetworkPolicyRequest enables/disables network policy for a cluster
SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool
SetNodePoolManagementRequest sets the node management properties of a node pool
SetNodePoolSizeRequest sets the size a node pool
StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP
UpdateClusterRequest updates the settings of a cluster
UpdateMasterRequest updates the master of the cluster
UpdateNodePoolRequests update a node pool's image and/or version
Helper functions for building Tesla requests