Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/metadata/kas_type.rb')
-rw-r--r--app/graphql/types/metadata/kas_type.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/graphql/types/metadata/kas_type.rb b/app/graphql/types/metadata/kas_type.rb
index 6a8d54b6c7d..e29635aedcf 100644
--- a/app/graphql/types/metadata/kas_type.rb
+++ b/app/graphql/types/metadata/kas_type.rb
@@ -8,11 +8,11 @@ module Types
authorize :read_instance_metadata
field :enabled, GraphQL::Types::Boolean, null: false,
- description: 'Indicates whether the Kubernetes Agent Server is enabled.'
+ description: 'Indicates whether the Kubernetes Agent Server is enabled.'
field :external_url, GraphQL::Types::String, null: true,
- description: 'URL used by the Agents to communicate with KAS.'
+ description: 'URL used by the Agents to communicate with KAS.'
field :version, GraphQL::Types::String, null: true,
- description: 'KAS version.'
+ description: 'KAS version.'
end
end
end