Skip to content

Commit 0cf0e54

Browse files
authored
Merge pull request #35676 from feloy/v1.25-api-reference-multi-pages
v1.25 api reference multi pages
2 parents c4a36a8 + d330f97 commit 0cf0e54

File tree

27 files changed

+7274
-15858
lines changed

27 files changed

+7274
-15858
lines changed

api-ref-assets/api/swagger.json

Lines changed: 6475 additions & 14959 deletions
Large diffs are not rendered by default.

api-ref-assets/config/fields.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
fields:
55
- containers
66
- initContainers
7+
- ephemeralContainers
78
- imagePullSecrets
89
- enableServiceLinks
910
- os
@@ -20,7 +21,9 @@
2021
- runtimeClassName
2122
- priorityClassName
2223
- priority
24+
- preemptionPolicy
2325
- topologySpreadConstraints
26+
- overhead
2427
- name: Lifecycle
2528
fields:
2629
- restartPolicy
@@ -48,11 +51,9 @@
4851
- name: Security context
4952
fields:
5053
- securityContext
51-
- name: Beta level
54+
- name: Alpha level
5255
fields:
53-
- ephemeralContainers
54-
- preemptionPolicy
55-
- overhead
56+
- hostUsers
5657
- name: Deprecated
5758
fields:
5859
- serviceAccount
@@ -384,6 +385,9 @@
384385
fields:
385386
- selector
386387
- manualSelector
388+
- name: Alpha level
389+
fields:
390+
- podFailurePolicy
387391

388392
- definition: io.k8s.api.batch.v1.JobStatus
389393
field_categories:
@@ -396,7 +400,7 @@
396400
- completedIndexes
397401
- conditions
398402
- uncountedTerminatedPods
399-
- name: Alpha level
403+
- name: Beta level
400404
fields:
401405
- ready
402406

@@ -525,6 +529,7 @@
525529
- cephfs
526530
- cinder
527531
- csi
532+
- ephemeral
528533
- fc
529534
- flexVolume
530535
- flocker
@@ -539,9 +544,6 @@
539544
- scaleIO
540545
- storageos
541546
- vsphereVolume
542-
- name: Alpha level
543-
fields:
544-
- ephemeral
545547
- name: Deprecated
546548
fields:
547549
- gitRepo
@@ -591,7 +593,7 @@
591593
- volumeName
592594
- storageClassName
593595
- volumeMode
594-
- name: Alpha level
596+
- name: Beta level
595597
fields:
596598
- dataSource
597599
- dataSourceRef
@@ -714,6 +716,3 @@
714716
- resourceVersion
715717
- selfLink
716718
- uid
717-
- name: Ignored
718-
fields:
719-
- clusterName

api-ref-assets/config/toc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ parts:
179179
- name: PodDisruptionBudget
180180
group: policy
181181
version: v1
182-
- name: PodSecurityPolicy
183-
group: policy
184-
version: v1beta1
185182
- name: Extend Resources
186183
chapters:
187184
- name: CustomResourceDefinition
@@ -230,6 +227,9 @@ parts:
230227
- name: ComponentStatus
231228
group: ""
232229
version: v1
230+
- name: ClusterCIDR
231+
group: networking.k8s.io
232+
version: v1alpha1
233233
- name: Common Definitions
234234
chapters:
235235
- name: DeleteOptions

content/en/docs/reference/kubernetes-api/authentication-resources/token-request-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TokenRequestSpec contains client provided parameters of a token request.
6262

6363
- **audiences** ([]string), required
6464

65-
Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.
65+
Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.
6666

6767
- **boundObjectRef** (BoundObjectReference)
6868

content/en/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ClusterRole is a cluster level, logical grouping of PolicyRules that can be refe
6262

6363
- **rules.apiGroups** ([]string)
6464

65-
APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.
65+
APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups.
6666

6767
- **rules.resources** ([]string)
6868

content/en/docs/reference/kubernetes-api/authorization-resources/role-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Role is a namespaced, logical grouping of PolicyRules that can be referenced as
5151

5252
- **rules.apiGroups** ([]string)
5353

54-
APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.
54+
APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups.
5555

5656
- **rules.resources** ([]string)
5757

0 commit comments

Comments
 (0)