Class: Google::Apis::ContainerV1::AddonsConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::AddonsConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.
Instance Attribute Summary collapse
-
#cloud_run_config ⇒ Google::Apis::ContainerV1::CloudRunConfig
Configuration options for the Cloud Run feature.
-
#config_connector_config ⇒ Google::Apis::ContainerV1::ConfigConnectorConfig
Configuration options for the Config Connector add-on.
-
#dns_cache_config ⇒ Google::Apis::ContainerV1::DnsCacheConfig
Configuration for NodeLocal DNSCache Corresponds to the JSON property
dnsCacheConfig
. -
#gce_persistent_disk_csi_driver_config ⇒ Google::Apis::ContainerV1::GcePersistentDiskCsiDriverConfig
Configuration for the Compute Engine PD CSI driver.
-
#gcp_filestore_csi_driver_config ⇒ Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig
Configuration for the GCP Filestore CSI driver.
-
#gcs_fuse_csi_driver_config ⇒ Google::Apis::ContainerV1::GcsFuseCsiDriverConfig
Configuration for the Cloud Storage Fuse CSI driver.
-
#gke_backup_agent_config ⇒ Google::Apis::ContainerV1::GkeBackupAgentConfig
Configuration for the Backup for GKE Agent.
-
#horizontal_pod_autoscaling ⇒ Google::Apis::ContainerV1::HorizontalPodAutoscaling
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.
-
#http_load_balancing ⇒ Google::Apis::ContainerV1::HttpLoadBalancing
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.
-
#kubernetes_dashboard ⇒ Google::Apis::ContainerV1::KubernetesDashboard
Configuration for the Kubernetes Dashboard.
-
#network_policy_config ⇒ Google::Apis::ContainerV1::NetworkPolicyConfig
Configuration for NetworkPolicy.
-
#ray_operator_config ⇒ Google::Apis::ContainerV1::RayOperatorConfig
Configuration options for the Ray Operator add-on.
-
#stateful_ha_config ⇒ Google::Apis::ContainerV1::StatefulHaConfig
Configuration for the Stateful HA add-on.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddonsConfig
constructor
A new instance of AddonsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AddonsConfig
Returns a new instance of AddonsConfig.
233 234 235 |
# File 'lib/google/apis/container_v1/classes.rb', line 233 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_run_config ⇒ Google::Apis::ContainerV1::CloudRunConfig
Configuration options for the Cloud Run feature.
Corresponds to the JSON property cloudRunConfig
166 167 168 |
# File 'lib/google/apis/container_v1/classes.rb', line 166 def cloud_run_config @cloud_run_config end |
#config_connector_config ⇒ Google::Apis::ContainerV1::ConfigConnectorConfig
Configuration options for the Config Connector add-on.
Corresponds to the JSON property configConnectorConfig
171 172 173 |
# File 'lib/google/apis/container_v1/classes.rb', line 171 def config_connector_config @config_connector_config end |
#dns_cache_config ⇒ Google::Apis::ContainerV1::DnsCacheConfig
Configuration for NodeLocal DNSCache
Corresponds to the JSON property dnsCacheConfig
176 177 178 |
# File 'lib/google/apis/container_v1/classes.rb', line 176 def dns_cache_config @dns_cache_config end |
#gce_persistent_disk_csi_driver_config ⇒ Google::Apis::ContainerV1::GcePersistentDiskCsiDriverConfig
Configuration for the Compute Engine PD CSI driver.
Corresponds to the JSON property gcePersistentDiskCsiDriverConfig
181 182 183 |
# File 'lib/google/apis/container_v1/classes.rb', line 181 def gce_persistent_disk_csi_driver_config @gce_persistent_disk_csi_driver_config end |
#gcp_filestore_csi_driver_config ⇒ Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig
Configuration for the GCP Filestore CSI driver.
Corresponds to the JSON property gcpFilestoreCsiDriverConfig
186 187 188 |
# File 'lib/google/apis/container_v1/classes.rb', line 186 def gcp_filestore_csi_driver_config @gcp_filestore_csi_driver_config end |
#gcs_fuse_csi_driver_config ⇒ Google::Apis::ContainerV1::GcsFuseCsiDriverConfig
Configuration for the Cloud Storage Fuse CSI driver.
Corresponds to the JSON property gcsFuseCsiDriverConfig
191 192 193 |
# File 'lib/google/apis/container_v1/classes.rb', line 191 def gcs_fuse_csi_driver_config @gcs_fuse_csi_driver_config end |
#gke_backup_agent_config ⇒ Google::Apis::ContainerV1::GkeBackupAgentConfig
Configuration for the Backup for GKE Agent.
Corresponds to the JSON property gkeBackupAgentConfig
196 197 198 |
# File 'lib/google/apis/container_v1/classes.rb', line 196 def gke_backup_agent_config @gke_backup_agent_config end |
#horizontal_pod_autoscaling ⇒ Google::Apis::ContainerV1::HorizontalPodAutoscaling
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.
Corresponds to the JSON property horizontalPodAutoscaling
203 204 205 |
# File 'lib/google/apis/container_v1/classes.rb', line 203 def horizontal_pod_autoscaling @horizontal_pod_autoscaling end |
#http_load_balancing ⇒ Google::Apis::ContainerV1::HttpLoadBalancing
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.
Corresponds to the JSON property httpLoadBalancing
209 210 211 |
# File 'lib/google/apis/container_v1/classes.rb', line 209 def http_load_balancing @http_load_balancing end |
#kubernetes_dashboard ⇒ Google::Apis::ContainerV1::KubernetesDashboard
Configuration for the Kubernetes Dashboard.
Corresponds to the JSON property kubernetesDashboard
214 215 216 |
# File 'lib/google/apis/container_v1/classes.rb', line 214 def kubernetes_dashboard @kubernetes_dashboard end |
#network_policy_config ⇒ Google::Apis::ContainerV1::NetworkPolicyConfig
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.
Corresponds to the JSON property networkPolicyConfig
221 222 223 |
# File 'lib/google/apis/container_v1/classes.rb', line 221 def network_policy_config @network_policy_config end |
#ray_operator_config ⇒ Google::Apis::ContainerV1::RayOperatorConfig
Configuration options for the Ray Operator add-on.
Corresponds to the JSON property rayOperatorConfig
226 227 228 |
# File 'lib/google/apis/container_v1/classes.rb', line 226 def ray_operator_config @ray_operator_config end |
#stateful_ha_config ⇒ Google::Apis::ContainerV1::StatefulHaConfig
Configuration for the Stateful HA add-on.
Corresponds to the JSON property statefulHaConfig
231 232 233 |
# File 'lib/google/apis/container_v1/classes.rb', line 231 def stateful_ha_config @stateful_ha_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 |
# File 'lib/google/apis/container_v1/classes.rb', line 238 def update!(**args) @cloud_run_config = args[:cloud_run_config] if args.key?(:cloud_run_config) @config_connector_config = args[:config_connector_config] if args.key?(:config_connector_config) @dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config) @gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config) @gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config) @gcs_fuse_csi_driver_config = args[:gcs_fuse_csi_driver_config] if args.key?(:gcs_fuse_csi_driver_config) @gke_backup_agent_config = args[:gke_backup_agent_config] if args.key?(:gke_backup_agent_config) @horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling) @http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing) @kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard) @network_policy_config = args[:network_policy_config] if args.key?(:network_policy_config) @ray_operator_config = args[:ray_operator_config] if args.key?(:ray_operator_config) @stateful_ha_config = args[:stateful_ha_config] if args.key?(:stateful_ha_config) end |