container
v1
|
#include <addons_config.h>
Static Public Member Functions | |
static AddonsConfig * | New () |
Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'cloudRunConfig
' attribute.
|
inline |
Clears the 'horizontalPodAutoscaling
' attribute.
|
inline |
Clears the 'httpLoadBalancing
' attribute.
|
inline |
Clears the 'kubernetesDashboard
' attribute.
|
inline |
Clears the 'networkPolicyConfig
' attribute.
const CloudRunConfig google_container_api::AddonsConfig::get_cloud_run_config | ( | ) | const |
Get a reference to the value of the 'cloudRunConfig
' attribute.
const HorizontalPodAutoscaling google_container_api::AddonsConfig::get_horizontal_pod_autoscaling | ( | ) | const |
Get a reference to the value of the 'horizontalPodAutoscaling
' attribute.
const HttpLoadBalancing google_container_api::AddonsConfig::get_http_load_balancing | ( | ) | const |
Get a reference to the value of the 'httpLoadBalancing
' attribute.
const KubernetesDashboard google_container_api::AddonsConfig::get_kubernetes_dashboard | ( | ) | const |
Get a reference to the value of the 'kubernetesDashboard
' attribute.
const NetworkPolicyConfig google_container_api::AddonsConfig::get_network_policy_config | ( | ) | const |
Get a reference to the value of the 'networkPolicyConfig
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'cloudRunConfig
' attribute was set.
cloudRunConfig
' attribute was set.
|
inline |
Determine if the 'horizontalPodAutoscaling
' attribute was set.
horizontalPodAutoscaling
' attribute was set.
|
inline |
Determine if the 'httpLoadBalancing
' attribute was set.
httpLoadBalancing
' attribute was set.
|
inline |
Determine if the 'kubernetesDashboard
' attribute was set.
kubernetesDashboard
' attribute was set.
|
inline |
Determine if the 'networkPolicyConfig
' attribute was set.
networkPolicyConfig
' attribute was set. CloudRunConfig google_container_api::AddonsConfig::mutable_cloudRunConfig | ( | ) |
Gets a reference to a mutable value of the 'cloudRunConfig
' property.
Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.
HorizontalPodAutoscaling google_container_api::AddonsConfig::mutable_horizontalPodAutoscaling | ( | ) |
Gets a reference to a mutable value of the 'horizontalPodAutoscaling
' property.
Configuration 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.
HttpLoadBalancing google_container_api::AddonsConfig::mutable_httpLoadBalancing | ( | ) |
Gets a reference to a mutable value of the 'httpLoadBalancing
' property.
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
KubernetesDashboard google_container_api::AddonsConfig::mutable_kubernetesDashboard | ( | ) |
Gets a reference to a mutable value of the 'kubernetesDashboard
' property.
Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards.
NetworkPolicyConfig google_container_api::AddonsConfig::mutable_networkPolicyConfig | ( | ) |
Gets a reference to a mutable value of the 'networkPolicyConfig
' property.
Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
|
static |
Creates a new default instance.