Class: Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Information about the Kubernetes Service networking configuration.
Instance Attribute Summary collapse
-
#deployment ⇒ ::String
Required.
-
#disable_pod_overprovisioning ⇒ ::Boolean
Optional.
-
#pod_selector_label ⇒ ::String
Optional.
-
#service ⇒ ::String
Required.
Instance Attribute Details
#deployment ⇒ ::String
Returns Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
405 406 407 408 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 405 class ServiceNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disable_pod_overprovisioning ⇒ ::Boolean
Returns Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
405 406 407 408 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 405 class ServiceNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod_selector_label ⇒ ::String
Returns Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
405 406 407 408 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 405 class ServiceNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns Required. Name of the Kubernetes Service.
405 406 407 408 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 405 class ServiceNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |