Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PruneManagedFields is a feature gate for ClusterSynchro to prune `ManagedFields` of the resource // https://kubernetes.io/docs/reference/using-api/server-side-apply/ // // owner: @iceber // alpha: v0.0.9 // beta: v0.3.0 PruneManagedFields featuregate.Feature = "PruneManagedFields" // PruneLastAppliedConfiguration is a feature gate for the ClusterSynchro to prune `LastAppliedConfiguration` of the resource // // owner: @iceber // alpha: v0.0.9 // beta: v0.3.0 PruneLastAppliedConfiguration featuregate.Feature = "PruneLastAppliedConfiguration" // AllowSyncAllCustomResources is a feature gate for the ClusterSynchro to allow syncing of all custom resources // // owner: @iceber // alpha: v0.3.0 AllowSyncAllCustomResources featuregate.Feature = "AllowSyncAllCustomResources" // AllowSyncAllResources is a feature gate for the ClusterSynchro to allow syncing of all resources // // owner: @iceber // alpha: v0.3.0 AllowSyncAllResources featuregate.Feature = "AllowSyncAllResources" // HealthCheckerWithStandaloneTCP is a feature gate for the cluster health checker to use standalone tcp // owner: @iceber // alpha: v0.6.0 HealthCheckerWithStandaloneTCP featuregate.Feature = "HealthCheckerWithStandaloneTCP" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.