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.
-
#service ⇒ ::String
Required.
Instance Attribute Details
#deployment ⇒ ::String
354 355 356 357 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 354 class ServiceNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disable_pod_overprovisioning ⇒ ::Boolean
354 355 356 357 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 354 class ServiceNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
354 355 356 357 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 354 class ServiceNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |