# Packages
No description provided by the author
# Functions
Add creates a new UnitedDeployment Controller and adds it to the Manager with default RBAC.
GetUnitedDeploymentCondition returns the condition with the provided type.
No description provided by the author
NewUnitedDeploymentCondition creates a new UnitedDeployment condition.
ParseSubsetReplicas parses the subsetReplicas, and returns the replicas number depending on the sum replicas.
RemoveUnitedDeploymentCondition removes the UnitedDeployment condition with the provided type.
SetUnitedDeploymentCondition updates the UnitedDeployment to include the provided condition.
# Constants
ControllerRevisionHashLabel is the label used to indicate the hash value of a ControllerRevision's Data.
# Variables
No description provided by the author
# Structs
ReconcileUnitedDeployment reconciles a UnitedDeployment object.
ResourceRef stores the Subset resource it represents.
Subset stores the details of a subset resource owned by one UnitedDeployment.
SubsetControl provides subset operations of MutableSet.
SubsetSpec stores the spec details of the Subset.
SubsetStatus stores the observed state of the Subset.
No description provided by the author
SubsetUpdate stores the subset field that may need to be updated.
SubsetUpdateStrategy stores the strategy detail of the Subset.
# Interfaces
ControlInterface defines the interface that UnitedDeployment uses to list, create, update, and delete Subsets.
No description provided by the author