Abstract
Protected
constructortype for identifying.
the name to distinguish components.
the cluster in which the component is deployed.
the namespace associated with the component.
Readonly
clusterthe cluster in which the component is deployed.
Readonly
namethe name to distinguish components.
Readonly
namespacethe namespace associated with the component.
Readonly
typetype for identifying.
Static
compareCompares two BaseComponent instances for equality.
The first component to compare
The second component to compare
boolean - true if the components are equal
Represents the base structure and common functionality for all components within the system. This class provides validation, comparison, and serialization functionality for components.