Interface ClusterVariable
- All Known Implementing Classes:
ClusterVariableImpl
public interface ClusterVariable
-
Method Details
-
getName
String getName() -
getValue
String getValue() -
getTenantId
String getTenantId() -
getScope
ClusterVariableScope getScope() -
isTruncated
Boolean isTruncated()Indicates whether the returned value has been truncated.Returns
truewhen the variable value is large and truncation was requested (default search behavior). Returnsfalsewhen full values are requested viawithFullValues()or the value is not large enough to require truncation. Always returnsfalsefor get-by-name operations, which always return full values. -
getMetadata
-
getKind
ClusterVariableKind getKind()
-