From 2166707dc912fb3504bd621585f6d781e2b56f8f Mon Sep 17 00:00:00 2001 From: indexjoseph Date: Tue, 25 Jun 2024 23:03:50 +0000 Subject: [PATCH] remove extra character and add documentation --- install/helm/agones/defaultfeaturegates.yaml | 2 +- .../templates/crds/_fleetautoscalerpolicy.yaml | 12 ++++++------ install/yaml/install.yaml | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/install/helm/agones/defaultfeaturegates.yaml b/install/helm/agones/defaultfeaturegates.yaml index f5da9c16d1..70fdef90fb 100644 --- a/install/helm/agones/defaultfeaturegates.yaml +++ b/install/helm/agones/defaultfeaturegates.yaml @@ -27,7 +27,7 @@ RollingUpdateFix: false PortRanges: false PortPolicyNone: false -# Dev features` +# Dev features ScheduledAutoscaler: false # Example feature diff --git a/install/helm/agones/templates/crds/_fleetautoscalerpolicy.yaml b/install/helm/agones/templates/crds/_fleetautoscalerpolicy.yaml index cd647b2262..4121911183 100644 --- a/install/helm/agones/templates/crds/_fleetautoscalerpolicy.yaml +++ b/install/helm/agones/templates/crds/_fleetautoscalerpolicy.yaml @@ -123,24 +123,24 @@ policy: properties: uid: # The uid of a chain entry. type: string - schedule: + schedule: # Defines when the policy is applied. type: object properties: timezone: # Timezone to be used for the between period and active period. type: string between: type: object - start: + start: # Defines when to start evaluating the active period. type: string - end: + end: # Defines when to stop evaluating the active period. type: string activePeriod: type: object - startCron: # Cron expression defining the start time + startCron: # Cron expression defining when to start applying the policy. type: string - duration: # The length of time the policy should be applied for + duration: # The length of time the policy should be applied for. type: string - policy: + policy: # Defines which policy to apply during the active period. Required. type: object required: - type diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index 3cca7599aa..ccc7d362eb 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -5779,24 +5779,24 @@ spec: properties: uid: # The uid of a chain entry. type: string - schedule: + schedule: # Defines when the policy is applied. type: object properties: timezone: # Timezone to be used for the between period and active period. type: string between: type: object - start: + start: # Defines when to start evaluating the active period. type: string - end: + end: # Defines when to stop evaluating the active period. type: string activePeriod: type: object - startCron: # Cron expression defining the start time + startCron: # Cron expression defining when to start applying the policy. type: string - duration: # The length of time the policy should be applied for + duration: # The length of time the policy should be applied for. type: string - policy: + policy: # Defines which policy to apply during the active period. Required. type: object required: - type