Skip to content

Commit

Permalink
update KlusterletConfig CRD (#680)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Le <[email protected]>
  • Loading branch information
elgnay authored Apr 29, 2024
1 parent 5023f88 commit 1e70281
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ spec:
spec:
description: Spec defines the desired state of KlusterletConfig
properties:
appliedManifestWorkEvictionGracePeriod:
description: AppliedManifestWorkEvictionGracePeriod is the eviction
grace period the work agent will wait before evicting the AppliedManifestWorks,
whose corresponding ManifestWorks are missing on the hub cluster,
from the managed cluster. If not present, the default value of the
work agent will be used. If its value is set to "INFINITE", it means
the AppliedManifestWorks will never been evicted from the managed
cluster.
pattern: ^([0-9]+(s|m|h))+$|^INFINITE$
type: string
hubKubeAPIServerCABundle:
description: 'HubKubeAPIServerCABundle is the CA bundle to verify
the server certificate of the hub kube API against. If not present,
Expand Down

0 comments on commit 1e70281

Please sign in to comment.