Skip to content

Commit a3b579d

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

File tree

66 files changed

+3861
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3861
-150
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,11 @@ DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
819819
820820

821821

822+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
823+
824+
825+
826+
822827
- **pretty** (*in query*): string
823828

824829
@@ -874,6 +879,11 @@ DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
874879
875880

876881

882+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
883+
884+
885+
886+
877887
- **labelSelector** (*in query*): string
878888

879889

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
401401
402402

403403

404+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
405+
406+
407+
408+
404409
- **pretty** (*in query*): string
405410

406411
@@ -456,6 +461,11 @@ DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
456461
457462

458463

464+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
465+
466+
467+
468+
459469
- **labelSelector** (*in query*): string
460470

461471

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

Lines changed: 11 additions & 1 deletion
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
485485

486486

487+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
488+
489+
490+
491+
487492
- **pretty** (*in query*): string
488493

489494
@@ -544,6 +549,11 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts
544549
545550

546551

552+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
553+
554+
555+
556+
547557
- **labelSelector** (*in query*): string
548558

549559

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
407407
408408

409409

410+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
411+
412+
413+
414+
410415
- **pretty** (*in query*): string
411416

412417
@@ -462,6 +467,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
462467
463468

464469

470+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
471+
472+
473+
474+
465475
- **labelSelector** (*in query*): string
466476

467477

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
415415
416416

417417

418+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
419+
420+
421+
422+
418423
- **pretty** (*in query*): string
419424

420425
@@ -470,6 +475,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
470475
471476

472477

478+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
479+
480+
481+
482+
473483
- **labelSelector** (*in query*): string
474484

475485

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{n
510510
511511

512512

513+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
514+
515+
516+
517+
513518
- **pretty** (*in query*): string
514519

515520
@@ -570,6 +575,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
570575
571576

572577

578+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
579+
580+
581+
582+
573583
- **labelSelector** (*in query*): string
574584

575585

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
505505
506506

507507

508+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
509+
510+
511+
512+
508513
- **pretty** (*in query*): string
509514

510515
@@ -565,6 +570,11 @@ DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
565570
566571

567572

573+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
574+
575+
576+
577+
568578
- **labelSelector** (*in query*): string
569579

570580

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,11 @@ DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
603603
604604

605605

606+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
607+
608+
609+
610+
606611
- **pretty** (*in query*): string
607612

608613
@@ -658,6 +663,11 @@ DELETE /apis/apiregistration.k8s.io/v1/apiservices
658663
659664

660665

666+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
667+
668+
669+
670+
661671
- **labelSelector** (*in query*): string
662672

663673

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,11 @@ DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
556556
557557

558558

559+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
560+
561+
562+
563+
559564
- **pretty** (*in query*): string
560565

561566
@@ -616,6 +621,11 @@ DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events
616621
617622

618623

624+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
625+
626+
627+
628+
619629
- **labelSelector** (*in query*): string
620630

621631

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,11 @@ DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
400400
401401

402402

403+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
404+
405+
406+
407+
403408
- **pretty** (*in query*): string
404409

405410
@@ -455,6 +460,11 @@ DELETE /apis/networking.k8s.io/v1beta1/ipaddresses
455460
456461

457462

463+
- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
464+
465+
466+
467+
458468
- **labelSelector** (*in query*): string
459469

460470

0 commit comments

Comments
 (0)