Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c4bbe5e4
Commit
c4bbe5e4
authored
Nov 16, 2020
by
Petar Prokic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 4 suggestion(s) to 2 file(s)
parent
25d1f0ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
doc/api/instance_clusters.md
doc/api/instance_clusters.md
+4
-4
doc/api/project_clusters.md
doc/api/project_clusters.md
+4
-4
No files found.
doc/api/instance_clusters.md
View file @
c4bbe5e4
...
...
@@ -163,8 +163,8 @@ Parameters:
|
`domain`
| string | no | The
[
base domain
](
../user/project/clusters/index.md#base-domain
)
of the cluster |
|
`environment_scope`
| string | no | The associated environment to the cluster. Defaults to
`*`
|
|
`management_project_id`
| integer | no | The ID of the
[
management project
](
../user/clusters/management_project.md
)
for the cluster |
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
true
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
true
|
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
`true`
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
`true`
|
|
`platform_kubernetes_attributes[api_url]`
| string | yes | The URL to access the Kubernetes API |
|
`platform_kubernetes_attributes[token]`
| string | yes | The token to authenticate against Kubernetes |
|
`platform_kubernetes_attributes[ca_cert]`
| string | no | TLS certificate. Required if API is using a self-signed TLS certificate. |
...
...
@@ -231,8 +231,8 @@ Parameters:
|
`domain`
| string | no | The
[
base domain
](
../user/project/clusters/index.md#base-domain
)
of the cluster |
|
`environment_scope`
| string | no | The associated environment to the cluster |
|
`management_project_id`
| integer | no | The ID of the
[
management project
](
../user/clusters/management_project.md
)
for the cluster |
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
true
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
true
|
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
`true`
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
`true`
|
|
`platform_kubernetes_attributes[api_url]`
| string | no | The URL to access the Kubernetes API |
|
`platform_kubernetes_attributes[token]`
| string | no | The token to authenticate against Kubernetes |
|
`platform_kubernetes_attributes[ca_cert]`
| string | no | TLS certificate. Required if API is using a self-signed TLS certificate. |
...
...
doc/api/project_clusters.md
View file @
c4bbe5e4
...
...
@@ -189,8 +189,8 @@ Parameters:
|
`name`
| string | yes | The name of the cluster |
|
`domain`
| string | no | The
[
base domain
](
../user/project/clusters/index.md#base-domain
)
of the cluster |
|
`management_project_id`
| integer | no | The ID of the
[
management project
](
../user/clusters/management_project.md
)
for the cluster |
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
true
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
true
|
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
`true`
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
`true`
|
|
`platform_kubernetes_attributes[api_url]`
| string | yes | The URL to access the Kubernetes API |
|
`platform_kubernetes_attributes[token]`
| string | yes | The token to authenticate against Kubernetes |
|
`platform_kubernetes_attributes[ca_cert]`
| string | no | TLS certificate. Required if API is using a self-signed TLS certificate. |
...
...
@@ -286,8 +286,8 @@ Parameters:
|
`name`
| string | no | The name of the cluster |
|
`domain`
| string | no | The
[
base domain
](
../user/project/clusters/index.md#base-domain
)
of the cluster |
|
`management_project_id`
| integer | no | The ID of the
[
management project
](
../user/clusters/management_project.md
)
for the cluster |
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
true
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
true
|
|
`enabled`
| boolean | no | Determines if cluster is active or not, defaults to
`true`
|
|
`managed`
| boolean | no | Determines if GitLab will manage namespaces and service accounts for this cluster, defaults to
`true`
|
|
`platform_kubernetes_attributes[api_url]`
| string | no | The URL to access the Kubernetes API |
|
`platform_kubernetes_attributes[token]`
| string | no | The token to authenticate against Kubernetes |
|
`platform_kubernetes_attributes[ca_cert]`
| string | no | TLS certificate. Required if API is using a self-signed TLS certificate. |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment