Class: Google::Apis::ContainerV1beta1::AddonsConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AddonsConfig

Returns a new instance of AddonsConfig.



174
175
176
# File 'lib/google/apis/container_v1beta1/classes.rb', line 174

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cloud_run_configGoogle::Apis::ContainerV1beta1::CloudRunConfig

Configuration options for the Cloud Run feature. Corresponds to the JSON property cloudRunConfig



107
108
109
# File 'lib/google/apis/container_v1beta1/classes.rb', line 107

def cloud_run_config
  @cloud_run_config
end

#config_connector_configGoogle::Apis::ContainerV1beta1::ConfigConnectorConfig

Configuration options for the Config Connector add-on. Corresponds to the JSON property configConnectorConfig



112
113
114
# File 'lib/google/apis/container_v1beta1/classes.rb', line 112

def config_connector_config
  @config_connector_config
end

#dns_cache_configGoogle::Apis::ContainerV1beta1::DnsCacheConfig

Configuration for NodeLocal DNSCache Corresponds to the JSON property dnsCacheConfig



117
118
119
# File 'lib/google/apis/container_v1beta1/classes.rb', line 117

def dns_cache_config
  @dns_cache_config
end

#gce_persistent_disk_csi_driver_configGoogle::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig

Configuration for the Compute Engine PD CSI driver. Corresponds to the JSON property gcePersistentDiskCsiDriverConfig



122
123
124
# File 'lib/google/apis/container_v1beta1/classes.rb', line 122

def gce_persistent_disk_csi_driver_config
  @gce_persistent_disk_csi_driver_config
end

#gcp_filestore_csi_driver_configGoogle::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig

Configuration for the GCP Filestore CSI driver. Corresponds to the JSON property gcpFilestoreCsiDriverConfig



127
128
129
# File 'lib/google/apis/container_v1beta1/classes.rb', line 127

def gcp_filestore_csi_driver_config
  @gcp_filestore_csi_driver_config
end

#gcs_fuse_csi_driver_configGoogle::Apis::ContainerV1beta1::GcsFuseCsiDriverConfig

Configuration for the Cloud Storage Fuse CSI driver. Corresponds to the JSON property gcsFuseCsiDriverConfig



132
133
134
# File 'lib/google/apis/container_v1beta1/classes.rb', line 132

def gcs_fuse_csi_driver_config
  @gcs_fuse_csi_driver_config
end

#gke_backup_agent_configGoogle::Apis::ContainerV1beta1::GkeBackupAgentConfig

Configuration for the Backup for GKE Agent. Corresponds to the JSON property gkeBackupAgentConfig



137
138
139
# File 'lib/google/apis/container_v1beta1/classes.rb', line 137

def gke_backup_agent_config
  @gke_backup_agent_config
end

#horizontal_pod_autoscalingGoogle::Apis::ContainerV1beta1::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



144
145
146
# File 'lib/google/apis/container_v1beta1/classes.rb', line 144

def horizontal_pod_autoscaling
  @horizontal_pod_autoscaling
end

#http_load_balancingGoogle::Apis::ContainerV1beta1::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



150
151
152
# File 'lib/google/apis/container_v1beta1/classes.rb', line 150

def http_load_balancing
  @http_load_balancing
end

#istio_configGoogle::Apis::ContainerV1beta1::IstioConfig

Configuration options for Istio addon. Corresponds to the JSON property istioConfig



155
156
157
# File 'lib/google/apis/container_v1beta1/classes.rb', line 155

def istio_config
  @istio_config
end

#kalm_configGoogle::Apis::ContainerV1beta1::KalmConfig

Configuration options for the KALM addon. Corresponds to the JSON property kalmConfig



160
161
162
# File 'lib/google/apis/container_v1beta1/classes.rb', line 160

def kalm_config
  @kalm_config
end

#kubernetes_dashboardGoogle::Apis::ContainerV1beta1::KubernetesDashboard

Configuration for the Kubernetes Dashboard. Corresponds to the JSON property kubernetesDashboard



165
166
167
# File 'lib/google/apis/container_v1beta1/classes.rb', line 165

def kubernetes_dashboard
  @kubernetes_dashboard
end

#network_policy_configGoogle::Apis::ContainerV1beta1::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



172
173
174
# File 'lib/google/apis/container_v1beta1/classes.rb', line 172

def network_policy_config
  @network_policy_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# File 'lib/google/apis/container_v1beta1/classes.rb', line 179

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)
  @istio_config = args[:istio_config] if args.key?(:istio_config)
  @kalm_config = args[:kalm_config] if args.key?(:kalm_config)
  @kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard)
  @network_policy_config = args[:network_policy_config] if args.key?(:network_policy_config)
end