GKE Hub V1beta1 API - Class Google::Cloud::GkeHub::V1beta1::GenerateExclusivityManifestResponse (v0.3.0)

Reference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::GenerateExclusivityManifestResponse.

The response of the exclusivity artifacts manifests for the client to apply.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cr_manifest

def cr_manifest() -> ::String
Returns
  • (::String) — 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.

#cr_manifest=

def cr_manifest=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#crd_manifest

def crd_manifest() -> ::String
Returns
  • (::String) — 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.

#crd_manifest=

def crd_manifest=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.