Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3b579d

Browse filesBrowse files
committed
Update API reference docs for v1.32
1 parent 333d887 commit a3b579d
Copy full SHA for a3b579d

File tree

Expand file treeCollapse file tree

66 files changed

+3861
-150
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

66 files changed

+3861
-150
lines changed
Open diff view settings
Collapse file

‎content/en/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1.md‎

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,11 @@ DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
819819
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
820820

821821

822+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
823+
824+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
825+
826+
822827
- **pretty** (*in query*): string
823828

824829
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -874,6 +879,11 @@ DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
874879
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
875880

876881

882+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
883+
884+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
885+
886+
877887
- **labelSelector** (*in query*): string
878888

879889
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

‎content/en/docs/reference/kubernetes-api/authentication-resources/cluster-trust-bundle-v1alpha1.md‎

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authentication-resources/cluster-trust-bundle-v1alpha1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
401401
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
402402

403403

404+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
405+
406+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
407+
408+
404409
- **pretty** (*in query*): string
405410

406411
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -456,6 +461,11 @@ DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
456461
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
457462

458463

464+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
465+
466+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
467+
468+
459469
- **labelSelector** (*in query*): string
460470

461471
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

‎content/en/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md‎

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md
+11-1Lines changed: 11 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ServiceAccount binds together: * a name, understood by users, and perhaps by per
5858

5959
*Map: unique values on key name will be kept during a merge*
6060

61-
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
61+
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". The "kubernetes.io/enforce-mountable-secrets" annotation is deprecated since v1.32. Prefer separate namespaces to isolate access to mounted secrets. This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
6262

6363

6464

@@ -484,6 +484,11 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
484484
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
485485

486486

487+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
488+
489+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
490+
491+
487492
- **pretty** (*in query*): string
488493

489494
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -544,6 +549,11 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts
544549
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
545550

546551

552+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
553+
554+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
555+
556+
547557
- **labelSelector** (*in query*): string
548558

549559
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
407407
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
408408

409409

410+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
411+
412+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
413+
414+
410415
- **pretty** (*in query*): string
411416

412417
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -462,6 +467,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
462467
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
463468

464469

470+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
471+
472+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
473+
474+
465475
- **labelSelector** (*in query*): string
466476

467477
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
415415
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
416416

417417

418+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
419+
420+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
421+
422+
418423
- **pretty** (*in query*): string
419424

420425
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -470,6 +475,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
470475
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
471476

472477

478+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
479+
480+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
481+
482+
473483
- **labelSelector** (*in query*): string
474484

475485
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/role-binding-v1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{n
510510
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
511511

512512

513+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
514+
515+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
516+
517+
513518
- **pretty** (*in query*): string
514519

515520
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -570,6 +575,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
570575
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
571576

572577

578+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
579+
580+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
581+
582+
573583
- **labelSelector** (*in query*): string
574584

575585
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/role-v1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
505505
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
506506

507507

508+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
509+
510+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
511+
512+
508513
- **pretty** (*in query*): string
509514

510515
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -565,6 +570,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
565570
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
566571

567572

573+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
574+
575+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
576+
577+
568578
- **labelSelector** (*in query*): string
569579

570580
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

‎content/en/docs/reference/kubernetes-api/cluster-resources/api-service-v1.md‎

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/cluster-resources/api-service-v1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,11 @@ DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
603603
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
604604

605605

606+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
607+
608+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
609+
610+
606611
- **pretty** (*in query*): string
607612

608613
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -658,6 +663,11 @@ DELETE /apis/apiregistration.k8s.io/v1/apiservices
658663
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
659664

660665

666+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
667+
668+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
669+
670+
661671
- **labelSelector** (*in query*): string
662672

663673
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

‎content/en/docs/reference/kubernetes-api/cluster-resources/event-v1.md‎

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/cluster-resources/event-v1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,11 @@ DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
556556
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
557557

558558

559+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
560+
561+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
562+
563+
559564
- **pretty** (*in query*): string
560565

561566
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -616,6 +621,11 @@ DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events
616621
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
617622

618623

624+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
625+
626+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
627+
628+
619629
- **labelSelector** (*in query*): string
620630

621631
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>
Collapse file

‎content/en/docs/reference/kubernetes-api/cluster-resources/ip-address-v1beta1.md‎

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/cluster-resources/ip-address-v1beta1.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,11 @@ DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
400400
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
401401

402402

403+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
404+
405+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
406+
407+
403408
- **pretty** (*in query*): string
404409

405410
<a href="{{< ref "../common-parameters/common-parameters#pretty" >}}">pretty</a>
@@ -455,6 +460,11 @@ DELETE /apis/networking.k8s.io/v1beta1/ipaddresses
455460
<a href="{{< ref "../common-parameters/common-parameters#gracePeriodSeconds" >}}">gracePeriodSeconds</a>
456461

457462

463+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
464+
465+
<a href="{{< ref "../common-parameters/common-parameters#ignoreStoreReadErrorWithClusterBreakingPotential" >}}">ignoreStoreReadErrorWithClusterBreakingPotential</a>
466+
467+
458468
- **labelSelector** (*in query*): string
459469

460470
<a href="{{< ref "../common-parameters/common-parameters#labelSelector" >}}">labelSelector</a>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.