Class: Google::Cloud::GkeHub::V1::CommonFeatureSpec
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::CommonFeatureSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/feature.rb
Overview
CommonFeatureSpec contains Hub-wide configuration information
Instance Attribute Summary collapse
-
#multiclusteringress ⇒ ::Google::Cloud::GkeHub::MultiClusterIngress::V1::FeatureSpec
Multicluster Ingress-specific spec.
Instance Attribute Details
#multiclusteringress ⇒ ::Google::Cloud::GkeHub::MultiClusterIngress::V1::FeatureSpec
Returns Multicluster Ingress-specific spec.
191 192 193 194 |
# File 'proto_docs/google/cloud/gkehub/v1/feature.rb', line 191 class CommonFeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |