Interface GenerateExclusivityManifestResponseOrBuilder (1.3.4)

public interface GenerateExclusivityManifestResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCrManifest()

public abstract String getCrManifest()

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.

string cr_manifest = 2;

Returns
TypeDescription
String

The crManifest.

getCrManifestBytes()

public abstract ByteString getCrManifestBytes()

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.

string cr_manifest = 2;

Returns
TypeDescription
ByteString

The bytes for crManifest.

getCrdManifest()

public abstract String getCrdManifest()

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.

string crd_manifest = 1;

Returns
TypeDescription
String

The crdManifest.

getCrdManifestBytes()

public abstract ByteString getCrdManifestBytes()

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.

string crd_manifest = 1;

Returns
TypeDescription
ByteString

The bytes for crdManifest.