Class: Google::Cloud::GkeHub::V1beta1::GenerateExclusivityManifestResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::GenerateExclusivityManifestResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1beta1/membership.rb
Overview
The response of the exclusivity artifacts manifests for the client to apply.
Instance Attribute Summary collapse
-
#cr_manifest ⇒ ::String
The YAML manifest of the membership CR to apply if a new version of the CR is available.
-
#crd_manifest ⇒ ::String
The YAML manifest of the membership CRD to apply if a newer version of the CRD is available.
Instance Attribute Details
#cr_manifest ⇒ ::String
Returns The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
824 825 826 827 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 824 class GenerateExclusivityManifestResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#crd_manifest ⇒ ::String
Returns The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
824 825 826 827 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 824 class GenerateExclusivityManifestResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |