Skip to content

Commit 14a92aa

Browse files
authored
Remove docs links with current branch (#3563)
1 parent 550701f commit 14a92aa

File tree

5 files changed

+12
-30
lines changed

5 files changed

+12
-30
lines changed

config/crds/all-crds.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,8 @@ spec:
719719
description: Image is the Elasticsearch Docker image to deploy.
720720
type: string
721721
nodeSets:
722-
description: 'NodeSets allow specifying groups of Elasticsearch nodes
723-
sharing the same configuration and Pod templates. See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html'
722+
description: NodeSets allow specifying groups of Elasticsearch nodes
723+
sharing the same configuration and Pod templates.
724724
items:
725725
description: NodeSet is the specification for a group of Elasticsearch
726726
nodes sharing the same configuration and a Pod template.
@@ -745,12 +745,12 @@ spec:
745745
the Pods belonging to this NodeSet.
746746
type: object
747747
volumeClaimTemplates:
748-
description: 'VolumeClaimTemplates is a list of persistent volume
748+
description: VolumeClaimTemplates is a list of persistent volume
749749
claims to be used by each Pod in this NodeSet. Every claim in
750750
this list must have a matching volumeMount in one of the containers
751751
defined in the PodTemplate. Items defined here take precedence
752752
over any default claims added by the operator with the same
753-
name. See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html'
753+
name.
754754
items:
755755
description: PersistentVolumeClaim is a user's request for and
756756
claim to a persistent volume
@@ -1037,9 +1037,8 @@ spec:
10371037
type: object
10381038
type: object
10391039
secureSettings:
1040-
description: 'SecureSettings is a list of references to Kubernetes secrets
1041-
containing sensitive configuration options for Elasticsearch. See:
1042-
https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html'
1040+
description: SecureSettings is a list of references to Kubernetes secrets
1041+
containing sensitive configuration options for Elasticsearch.
10431042
items:
10441043
description: SecretSource defines a data source based on a Kubernetes
10451044
Secret.

config/crds/bases/elasticsearch.k8s.elastic.co_elasticsearches.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ spec:
310310
description: Image is the Elasticsearch Docker image to deploy.
311311
type: string
312312
nodeSets:
313-
description: 'NodeSets allow specifying groups of Elasticsearch nodes
314-
sharing the same configuration and Pod templates. See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html'
313+
description: NodeSets allow specifying groups of Elasticsearch nodes
314+
sharing the same configuration and Pod templates.
315315
items:
316316
description: NodeSet is the specification for a group of Elasticsearch
317317
nodes sharing the same configuration and a Pod template.
@@ -6439,12 +6439,12 @@ spec:
64396439
type: object
64406440
type: object
64416441
volumeClaimTemplates:
6442-
description: 'VolumeClaimTemplates is a list of persistent volume
6442+
description: VolumeClaimTemplates is a list of persistent volume
64436443
claims to be used by each Pod in this NodeSet. Every claim in
64446444
this list must have a matching volumeMount in one of the containers
64456445
defined in the PodTemplate. Items defined here take precedence
64466446
over any default claims added by the operator with the same
6447-
name. See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html'
6447+
name.
64486448
items:
64496449
description: PersistentVolumeClaim is a user's request for and
64506450
claim to a persistent volume
@@ -6731,9 +6731,8 @@ spec:
67316731
type: object
67326732
type: object
67336733
secureSettings:
6734-
description: 'SecureSettings is a list of references to Kubernetes secrets
6735-
containing sensitive configuration options for Elasticsearch. See:
6736-
https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html'
6734+
description: SecureSettings is a list of references to Kubernetes secrets
6735+
containing sensitive configuration options for Elasticsearch.
67376736
items:
67386737
description: SecretSource defines a data source based on a Kubernetes
67396738
Secret.

docs/api-docs.asciidoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,6 @@ Image is the Elasticsearch Docker image to deploy.
11051105
HTTP holds HTTP layer settings for Elasticsearch.
11061106
*`nodeSets`* _xref:elasticsearch-k8s-elastic-co-v1-nodeset[$$[]NodeSet$$]_::
11071107
NodeSets allow specifying groups of Elasticsearch nodes sharing the same configuration and Pod templates.
1108-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html
11091108
*`updateStrategy`* _xref:elasticsearch-k8s-elastic-co-v1-updatestrategy[$$UpdateStrategy$$]_::
11101109
UpdateStrategy specifies how updates to the cluster should be performed.
11111110
*`podDisruptionBudget`* _xref:common-k8s-elastic-co-v1-poddisruptionbudgettemplate[$$PodDisruptionBudgetTemplate$$]_::
@@ -1114,7 +1113,6 @@ The default budget selects all cluster pods and sets `maxUnavailable` to 1. To d
11141113
to the empty value (`{}` in YAML).
11151114
*`secureSettings`* _xref:common-k8s-elastic-co-v1-secretsource[$$[]SecretSource$$]_::
11161115
SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for Elasticsearch.
1117-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html
11181116
|===
11191117

11201118
[id="elasticsearch-k8s-elastic-co-v1-changebudget"]
@@ -1177,7 +1175,6 @@ HTTP holds HTTP layer settings for Elasticsearch.
11771175
_xref:elasticsearch-k8s-elastic-co-v1-nodeset[$$[]NodeSet$$]_
11781176
|
11791177
NodeSets allow specifying groups of Elasticsearch nodes sharing the same configuration and Pod templates.
1180-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html
11811178
| *`updateStrategy`* +
11821179
_xref:elasticsearch-k8s-elastic-co-v1-updatestrategy[$$UpdateStrategy$$]_
11831180
|
@@ -1192,7 +1189,6 @@ to the empty value (`{}` in YAML).
11921189
_xref:common-k8s-elastic-co-v1-secretsource[$$[]SecretSource$$]_
11931190
|
11941191
SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for Elasticsearch.
1195-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html
11961192
|===
11971193

11981194
[id="elasticsearch-k8s-elastic-co-v1-nodeset"]
@@ -1232,7 +1228,6 @@ _link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#persi
12321228
VolumeClaimTemplates is a list of persistent volume claims to be used by each Pod in this NodeSet.
12331229
Every claim in this list must have a matching volumeMount in one of the containers defined in the PodTemplate.
12341230
Items defined here take precedence over any default claims added by the operator with the same name.
1235-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html
12361231
|===
12371232

12381233
[id="elasticsearch-k8s-elastic-co-v1-updatestrategy"]
@@ -1301,7 +1296,6 @@ Image is the Elasticsearch Docker image to deploy.
13011296
HTTP holds HTTP layer settings for Elasticsearch.
13021297
*`nodeSets`* _xref:elasticsearch-k8s-elastic-co-v1beta1-nodeset[$$[]NodeSet$$]_::
13031298
NodeSets allow specifying groups of Elasticsearch nodes sharing the same configuration and Pod templates.
1304-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html
13051299
*`updateStrategy`* _xref:elasticsearch-k8s-elastic-co-v1beta1-updatestrategy[$$UpdateStrategy$$]_::
13061300
UpdateStrategy specifies how updates to the cluster should be performed.
13071301
*`podDisruptionBudget`* _xref:common-k8s-elastic-co-v1beta1-poddisruptionbudgettemplate[$$PodDisruptionBudgetTemplate$$]_::
@@ -1310,7 +1304,6 @@ The default budget selects all cluster pods and sets `maxUnavailable` to 1. To d
13101304
to the empty value (`{}` in YAML).
13111305
*`secureSettings`* _xref:common-k8s-elastic-co-v1beta1-secretsource[$$[]SecretSource$$]_::
13121306
SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for Elasticsearch.
1313-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html
13141307
|===
13151308

13161309
[id="elasticsearch-k8s-elastic-co-v1beta1-changebudget"]
@@ -1373,7 +1366,6 @@ HTTP holds HTTP layer settings for Elasticsearch.
13731366
_xref:elasticsearch-k8s-elastic-co-v1beta1-nodeset[$$[]NodeSet$$]_
13741367
|
13751368
NodeSets allow specifying groups of Elasticsearch nodes sharing the same configuration and Pod templates.
1376-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html
13771369
| *`updateStrategy`* +
13781370
_xref:elasticsearch-k8s-elastic-co-v1beta1-updatestrategy[$$UpdateStrategy$$]_
13791371
|
@@ -1388,7 +1380,6 @@ to the empty value (`{}` in YAML).
13881380
_xref:common-k8s-elastic-co-v1beta1-secretsource[$$[]SecretSource$$]_
13891381
|
13901382
SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for Elasticsearch.
1391-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html
13921383
|===
13931384

13941385
[id="elasticsearch-k8s-elastic-co-v1beta1-nodeset"]
@@ -1428,7 +1419,6 @@ _link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#persi
14281419
VolumeClaimTemplates is a list of persistent volume claims to be used by each Pod in this NodeSet.
14291420
Every claim in this list must have a matching volumeMount in one of the containers defined in the PodTemplate.
14301421
Items defined here take precedence over any default claims added by the operator with the same name.
1431-
See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html
14321422
|===
14331423

14341424
[id="elasticsearch-k8s-elastic-co-v1beta1-updatestrategy"]

pkg/apis/elasticsearch/v1/elasticsearch_types.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ type ElasticsearchSpec struct {
2727
HTTP commonv1.HTTPConfig `json:"http,omitempty"`
2828

2929
// NodeSets allow specifying groups of Elasticsearch nodes sharing the same configuration and Pod templates.
30-
// See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html
3130
// +kubebuilder:validation:MinItems=1
3231
NodeSets []NodeSet `json:"nodeSets"`
3332

@@ -42,7 +41,6 @@ type ElasticsearchSpec struct {
4241
PodDisruptionBudget *commonv1.PodDisruptionBudgetTemplate `json:"podDisruptionBudget,omitempty"`
4342

4443
// SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for Elasticsearch.
45-
// See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html
4644
// +kubebuilder:validation:Optional
4745
SecureSettings []commonv1.SecretSource `json:"secureSettings,omitempty"`
4846
}
@@ -77,7 +75,6 @@ type NodeSet struct {
7775
// VolumeClaimTemplates is a list of persistent volume claims to be used by each Pod in this NodeSet.
7876
// Every claim in this list must have a matching volumeMount in one of the containers defined in the PodTemplate.
7977
// Items defined here take precedence over any default claims added by the operator with the same name.
80-
// See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html
8178
// +kubebuilder:validation:Optional
8279
VolumeClaimTemplates []corev1.PersistentVolumeClaim `json:"volumeClaimTemplates,omitempty"`
8380
}

pkg/apis/elasticsearch/v1beta1/elasticsearch_types.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ type ElasticsearchSpec struct {
2626
HTTP commonv1beta1.HTTPConfig `json:"http,omitempty"`
2727

2828
// NodeSets allow specifying groups of Elasticsearch nodes sharing the same configuration and Pod templates.
29-
// See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-orchestration.html
3029
// +kubebuilder:validation:MinItems=1
3130
NodeSets []NodeSet `json:"nodeSets"`
3231

@@ -41,7 +40,6 @@ type ElasticsearchSpec struct {
4140
PodDisruptionBudget *commonv1beta1.PodDisruptionBudgetTemplate `json:"podDisruptionBudget,omitempty"`
4241

4342
// SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for Elasticsearch.
44-
// See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-es-secure-settings.html
4543
// +kubebuilder:validation:Optional
4644
SecureSettings []commonv1beta1.SecretSource `json:"secureSettings,omitempty"`
4745
}
@@ -76,7 +74,6 @@ type NodeSet struct {
7674
// VolumeClaimTemplates is a list of persistent volume claims to be used by each Pod in this NodeSet.
7775
// Every claim in this list must have a matching volumeMount in one of the containers defined in the PodTemplate.
7876
// Items defined here take precedence over any default claims added by the operator with the same name.
79-
// See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html
8077
// +kubebuilder:validation:Optional
8178
VolumeClaimTemplates []corev1.PersistentVolumeClaim `json:"volumeClaimTemplates,omitempty"`
8279
}

0 commit comments

Comments
 (0)