Class: Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployment::String

Returns Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

Returns:

  • (::String)

    Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.



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

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.

Returns:

  • (::Boolean)

    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.



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

Returns Required. Name of the Kubernetes Service.

Returns:

  • (::String)

    Required. Name of the Kubernetes Service.



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