content large_stringlengths 3 20.5k | url large_stringlengths 53 192 ⌀ | branch large_stringclasses 4
values | source large_stringclasses 50
values | embeddings listlengths 384 384 | score float64 -0.21 0.65 |
|---|---|---|---|---|---|
get pods -w -l app=zk ``` Once the `zk-2` Pod is Running and Ready, use `CTRL-C` to terminate kubectl. ``` NAME READY STATUS RESTARTS AGE zk-0 0/1 Pending 0 0s zk-0 0/1 Pending 0 0s zk-0 0/1 ContainerCreating 0 0s zk-0 0/1 Running 0 19s zk-0 1/1 Running 0 40s zk-1 0/1 Pending 0 0s zk-1 0/1 Pending 0 0s zk-1 0/1 Contain... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
0.00003439588181208819,
0.0565863698720932,
-0.062373630702495575,
-0.013325691223144531,
-0.0004236198146827519,
-0.04309484735131264,
0.048260483890771866,
-0.02605343423783779,
0.009332136251032352,
0.046458739787340164,
0.0016929538687691092,
-0.0904664471745491,
-0.001773830153979361,
... | 0.116972 |
unique. No two participants in the Zab protocol should claim the same unique identifier. This is necessary to allow the processes in the system to agree on which processes have committed which data. If two Pods are launched with the same ordinal, two ZooKeeper servers would both identify themselves as the same server. ... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
-0.016475358977913857,
0.010937824845314026,
-0.047610778361558914,
-0.022309526801109314,
-0.036547496914863586,
-0.043518565595149994,
0.07610074430704117,
-0.06852958351373672,
0.06261156499385834,
0.0006279069930315018,
-0.030813513323664665,
-0.06971821933984756,
0.09210193902254105,
... | 0.109933 |
9m zk-2 0/1 Terminating 0 9m zk-2 0/1 Terminating 0 9m zk-1 0/1 Terminating 0 10m zk-1 0/1 Terminating 0 10m zk-1 0/1 Terminating 0 10m zk-0 0/1 Terminating 0 11m zk-0 0/1 Terminating 0 11m zk-0 0/1 Terminating 0 11m ``` Reapply the manifest in `zookeeper.yaml`. ```shell kubectl apply -f https://k8s.io/examples/applica... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
-0.010054451413452625,
0.062146712094545364,
0.026523195207118988,
-0.0014736265875399113,
0.023962099105119705,
-0.07982361316680908,
0.007726144045591354,
0.010992055758833885,
0.03500695899128914,
0.04225216805934906,
-0.031007006764411926,
-0.08651509881019592,
0.011221344582736492,
0.... | 0.118343 |
--election\_port=3888 \ --server\_port=2888 \ --tick\_time=2000 \ --init\_limit=10 \ --sync\_limit=5 \ --heap=512M \ --max\_client\_cnxns=60 \ --snap\_retain\_count=3 \ --purge\_interval=12 \ --max\_session\_timeout=40000 \ --min\_session\_timeout=4000 \ --log\_level=INFO" … ``` The command used to start the ZooKeeper ... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
-0.026452505961060524,
0.07140534371137619,
-0.001165685709565878,
0.023810256272554398,
0.04212426394224167,
-0.0729064792394638,
-0.01918848045170307,
0.03295917809009552,
-0.033856507390737534,
0.054875537753105164,
-0.06832235306501389,
-0.06033295765519142,
0.05102910101413727,
0.0431... | 0.017431 |
a [sidecar container](/docs/concepts/cluster-administration/logging#sidecar-container-with-logging-agent) to rotate and ship your logs. ### Configuring a non-privileged user The best practices to allow an application to run as a privileged user inside of a container are a matter of debate. If your organization requires... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
0.07553110271692276,
0.05054519698023796,
-0.0531432144343853,
-0.011422852985560894,
0.007317689247429371,
-0.05414639413356781,
0.03814534470438957,
0.05178798735141754,
-0.04706653580069542,
0.048268549144268036,
-0.012780207209289074,
-0.051637742668390274,
0.003999398089945316,
0.0459... | 0.164289 |
the new configuration. This ensures that quorum is maintained during a rolling update. Use the `kubectl rollout history` command to view a history or previous configurations. ```shell kubectl rollout history sts/zk ``` The output is similar to this: ``` statefulsets "zk" REVISION 1 2 ``` Use the `kubectl rollout undo` ... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
0.009592501446604729,
0.03651797026395798,
0.03742542490363121,
0.0004634750075638294,
-0.06504105776548386,
-0.02652217261493206,
-0.06752434372901917,
0.0023574591614305973,
0.04217599704861641,
0.08738066256046295,
-0.03478212654590607,
0.02255253493785858,
-0.020250437781214714,
-0.000... | 0.136432 |
fails, Kubernetes will automatically restart the process for you, ensuring that unhealthy processes in the ensemble are restarted. ```shell kubectl get pod -w -l app=zk ``` ``` NAME READY STATUS RESTARTS AGE zk-0 1/1 Running 0 1h zk-1 1/1 Running 0 1h zk-2 1/1 Running 0 1h NAME READY STATUS RESTARTS AGE zk-0 0/1 Runnin... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
0.013891023583710194,
-0.013928364031016827,
0.005988355726003647,
0.016133662313222885,
0.047600239515304565,
-0.044756557792425156,
-0.0175468809902668,
-0.017969632521271706,
0.05400196090340614,
0.09050146490335464,
-0.0756433829665184,
-0.025625336915254593,
0.010523475706577301,
0.01... | 0.101481 |
using this tutorial on a shared cluster, be sure that this will not adversely affect other tenants. The previous section showed you how to spread your Pods across nodes to survive unplanned node failures, but you also need to plan for temporary node failures that occur due to planned maintenance. Use this command to ge... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
0.023040421307086945,
-0.007929760962724686,
0.0011138624977320433,
-0.014024477452039719,
-0.025768663734197617,
-0.04109446331858635,
-0.06054485961794853,
0.007852420210838318,
-0.046021465212106705,
0.044041648507118225,
0.018353089690208435,
-0.04599503427743912,
0.007539759855717421,
... | 0.062258 |
0s zk-0 0/1 ContainerCreating 0 0s zk-0 0/1 Running 0 51s zk-0 1/1 Running 0 1m zk-1 1/1 Terminating 0 2h zk-1 0/1 Terminating 0 2h zk-1 0/1 Terminating 0 2h zk-1 0/1 Terminating 0 2h zk-1 0/1 Pending 0 0s zk-1 0/1 Pending 0 0s ``` Continue to watch the Pods of the StatefulSet, and drain the node on which `zk-2` is sch... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
0.016380546614527702,
0.09397157281637192,
0.011197400279343128,
0.04428362101316452,
0.04008648917078972,
-0.058478713035583496,
0.016860952600836754,
-0.04217299073934555,
0.1143215075135231,
0.05154277756810188,
-0.03444384038448334,
-0.04596902057528496,
-0.0003749796887859702,
-0.0196... | 0.163966 |
express a disruption budget will have that budget respected. You should always allocate additional capacity for critical services so that their Pods can be immediately rescheduled. ## {{% heading "cleanup" %}} - Use `kubectl uncordon` to uncordon all the nodes in your cluster. - You must delete the persistent storage m... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateful-application/zookeeper.md | main | kubernetes | [
0.04174556955695152,
0.004008140880614519,
0.055162426084280014,
0.03415665403008461,
0.005170242860913277,
-0.032715752720832825,
-0.0637483298778534,
-0.034194834530353546,
0.02227141335606575,
0.09028058499097824,
-0.02286042831838131,
-0.029954208061099052,
-0.022725507616996765,
-0.06... | 0.162197 |
Once you connected your Application with Service following steps like those outlined in [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/), you have a continuously running, replicated application, that is exposed on a network. This tutorial helps you look at the termination ... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/pods-and-endpoint-termination-flow.md | main | kubernetes | [
0.0014836592599749565,
0.030329320579767227,
0.08734430372714996,
0.010733259841799736,
-0.04534244164824486,
-0.08194298297166824,
-0.05112394690513611,
-0.010197636671364307,
0.05205327644944191,
0.042600736021995544,
-0.06771985441446304,
0.07866395264863968,
-0.023665685206651688,
-0.0... | 0.184638 |
to [Connect Applications with Services](/docs/tutorials/services/connect-applications-service/) \* Learn more about [Using a Service to Access an Application in a Cluster](/docs/tasks/access-application-cluster/service-access-application-cluster/) \* Learn more about [Connecting a Front End to a Back End Using a Servic... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/pods-and-endpoint-termination-flow.md | main | kubernetes | [
-0.056642260402441025,
-0.0668867900967598,
-0.13401974737644196,
-0.014403067529201508,
-0.03668398782610893,
-0.013070878572762012,
0.028093509376049042,
0.08084326982498169,
-0.03677768632769585,
0.012743153609335423,
-0.047600630670785904,
0.06501692533493042,
0.04402486979961395,
-0.0... | 0.227518 |
Applications running in a Kubernetes cluster find and communicate with each other, and the outside world, through the Service abstraction. This document explains what happens to the source IP of packets sent to different types of Services, and how you can toggle this behavior according to your needs. ## {{% heading "pr... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/source-ip.md | main | kubernetes | [
-0.02907264046370983,
0.026460519060492516,
0.07020263373851776,
-0.039252541959285736,
0.02603183686733246,
-0.0037879180163145065,
0.05496703460812569,
-0.05453038215637207,
0.04829665273427963,
-0.00040623886161483824,
-0.04123266786336899,
-0.04162124544382095,
-0.006640559993684292,
-... | 0.206169 |
global eth0 valid\_lft forever preferred\_lft forever inet6 fe80::188a:84ff:feb0:26a5/64 scope link valid\_lft forever preferred\_lft forever ``` …then use `wget` to query the local webserver ```shell # Replace "10.0.170.92" with the IPv4 address of the Service named "clusterip" wget -qO - 10.0.170.92 ``` ``` CLIENT VA... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/source-ip.md | main | kubernetes | [
0.02479659952223301,
0.03804154321551323,
-0.0015743938274681568,
-0.016199937090277672,
0.06520216912031174,
0.002493880456313491,
-0.012373587116599083,
-0.025548825040459633,
0.002664904110133648,
0.010290676727890968,
0.018343470990657806,
-0.05045870319008827,
-0.014994327910244465,
-... | 0.055091 |
node without an endpoint, the system proxies it to a node \*with\* an endpoint, replacing the source IP on the packet with the IP of the node (as described in the previous section). You can test this by exposing the source-ip-app through a load balancer: ```shell kubectl expose deployment source-ip-app --name=loadbalan... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/source-ip.md | main | kubernetes | [
-0.051021426916122437,
0.04859853535890579,
-0.016036177054047585,
-0.03766324371099472,
-0.012361717410385609,
-0.03805699944496155,
-0.012796614319086075,
-0.022879984229803085,
0.12019457668066025,
0.03554893285036087,
-0.04659462720155716,
-0.05231946334242821,
-0.006189484614878893,
-... | 0.163917 |
check pointing at the port stored in the `service.spec.healthCheckNodePort` field on the Service. ## {{% heading "cleanup" %}} Delete the Services: ```shell kubectl delete svc -l app=source-ip-app ``` Delete the Deployment, ReplicaSet and Pod: ```shell kubectl delete deployment source-ip-app ``` ## {{% heading "whatsne... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/source-ip.md | main | kubernetes | [
0.0039541334845125675,
0.01072500180453062,
-0.041422322392463684,
-0.06544630974531174,
-0.024934452027082443,
-0.07237730920314789,
-0.00197990657761693,
-0.014900334179401398,
0.06401024013757706,
0.06798065453767776,
-0.026827232912182808,
0.0016273583751171827,
-0.007027592044323683,
... | 0.176454 |
## The Kubernetes model for connecting containers Now that you have a continuously running, replicated application you can expose it on a network. Kubernetes assumes that pods can communicate with other pods, regardless of which host they land on. Kubernetes gives every pod its own cluster-private IP address, so you do... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/connect-applications-service.md | main | kubernetes | [
0.009668848477303982,
-0.001831347937695682,
0.013656988739967346,
0.03194480761885643,
-0.03865789249539375,
0.011065407656133175,
-0.021431520581245422,
-0.024876896291971207,
-0.010507768020033836,
0.029949644580483437,
-0.08853691816329956,
-0.006436885800212622,
-0.004854952450841665,
... | 0.210115 |
file="service/networking/nginx-svc.yaml" %}} This specification will create a Service which targets TCP port 80 on any Pod with the `run: my-nginx` label, and expose it on an abstracted Service port (`targetPort`: is the port the container accepts traffic on, `port`: is the abstracted Service port, which can be any por... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/connect-applications-service.md | main | kubernetes | [
-0.012107881717383862,
0.01409340649843216,
-0.024203643202781677,
-0.033969271928071976,
0.0033586896024644375,
0.01512590330094099,
0.015977982431650162,
-0.022483045235276222,
0.0749780461192131,
0.02625458687543869,
-0.0495288260281086,
-0.020171131938695908,
-0.0631987676024437,
0.014... | 0.160117 |
kubectl get pods -l run=my-nginx -o wide ``` ``` NAME READY STATUS RESTARTS AGE IP NODE my-nginx-3800858182-e9ihh 1/1 Running 0 5s 10.244.2.7 kubernetes-minion-ljyd my-nginx-3800858182-j4rm4 1/1 Running 0 5s 10.244.3.8 kubernetes-minion-905m ``` You may notice that the pods have different names, since they are killed a... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/connect-applications-service.md | main | kubernetes | [
0.02796289324760437,
0.008056050166487694,
0.04526781290769577,
-0.05628681555390358,
0.007956517860293388,
-0.034767575562000275,
-0.04899030178785324,
-0.012483571656048298,
0.10058683156967163,
0.022941632196307182,
-0.004287400282919407,
-0.04975712671875954,
-0.020959312096238136,
-0.... | 0.059838 |
the output from the previous commands to create a yaml file as follows. The base64 encoded value should all be on a single line. ```yaml apiVersion: "v1" kind: "Secret" metadata: name: "nginxsecret" namespace: "default" type: kubernetes.io/tls data: # NOTE: Replace the following values with your own base64-encoded cert... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/connect-applications-service.md | main | kubernetes | [
-0.040543634444475174,
0.06017432361841202,
-0.01330573670566082,
-0.03956117480993271,
-0.068379707634449,
-0.013861759565770626,
-0.05154060199856758,
0.013697171583771706,
0.09036925435066223,
0.03997337445616722,
-0.017995504662394524,
-0.07407344877719879,
0.02990267239511013,
-0.0198... | -0.012933 |
the one that is available on the public internet. The `CLUSTER-IP` is only available inside your cluster/private cloud network. Note that on AWS, type `LoadBalancer` creates an ELB, which uses a (long) hostname, not an IP. It's too long to fit in the standard `kubectl get svc` output, in fact, so you'll need to do `kub... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/services/connect-applications-service.md | main | kubernetes | [
-0.043852660804986954,
-0.010556825436651707,
-0.056384794414043427,
-0.0062509216368198395,
0.007302383426576853,
0.02400856465101242,
-0.027362873777747154,
-0.03733561560511589,
0.08039183914661407,
0.03877807781100273,
-0.07618774473667145,
-0.0647224560379982,
-0.020301196724176407,
-... | 0.156736 |
This tutorial shows you how to build and deploy a simple \_(not production ready)\_, multi-tier web application using Kubernetes and [Docker](https://www.docker.com/). This example consists of the following components: \* A single-instance [Redis](https://www.redis.io/) to store guestbook entries \* Multiple web fronte... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateless-application/guestbook.md | main | kubernetes | [
0.015155616216361523,
-0.017134644091129303,
-0.06220390275120735,
-0.047768719494342804,
-0.0274816807359457,
-0.02337450347840786,
-0.04999693110585213,
0.0013956093462184072,
0.004116383846849203,
0.07782702147960663,
-0.02053247205913067,
-0.06132957711815834,
0.051453571766614914,
-0.... | 0.067177 |
10.103.78.24 6379/TCP 6m10s ``` {{< note >}} This manifest file creates a Service named `redis-follower` with a set of labels that match the labels previously defined, so the Service routes network traffic to the Redis Pod. {{< /note >}} ## Set up and Expose the Guestbook Frontend Now that you have the Redis storage of... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateless-application/guestbook.md | main | kubernetes | [
0.014149497263133526,
-0.012800505384802818,
-0.09618953615427017,
-0.03132818639278412,
-0.01535602007061243,
0.020936409011483192,
-0.05243896320462227,
-0.020026251673698425,
0.07196707278490067,
0.018313512206077576,
0.004923155065625906,
0.038858477026224136,
0.013090853579342365,
-0.... | 0.145234 |
page in your browser to view your guestbook. {{< note >}} Try adding some guestbook entries by typing in a message, and clicking Submit. The message you typed appears in the frontend. This message indicates that data is successfully added to Redis through the Services you created earlier. {{< /note >}} ## Scale the Web... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateless-application/guestbook.md | main | kubernetes | [
0.07960235327482224,
-0.03991129621863365,
-0.057971976697444916,
0.02900252677500248,
-0.014588715508580208,
-0.04737049341201782,
-0.07468722015619278,
0.0007153642363846302,
0.03293396905064583,
0.07935407012701035,
0.01588769443333149,
-0.04338838905096054,
0.008282970637083054,
-0.087... | 0.096146 |
This page shows how to create a Kubernetes Service object that exposes an external IP address. ## {{% heading "prerequisites" %}} \* Install [kubectl](/docs/tasks/tools/). \* Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an [external load... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md | main | kubernetes | [
-0.023750070482492447,
-0.03806907311081886,
0.025024186819791794,
-0.025412455201148987,
-0.08521217107772827,
-0.009686595760285854,
-0.031574051827192307,
-0.0037739984691143036,
0.07057153433561325,
0.06346309930086136,
-0.06211066618561745,
-0.0714012160897255,
0.009776684455573559,
-... | 0.137405 |
message: ```console Hello, world! Version: 2.0.0 Hostname: 0bd46b45f32f ``` ## {{% heading "cleanup" %}} To delete the Service, enter this command: ```shell kubectl delete services my-service ``` To delete the Deployment, the ReplicaSet, and the Pods that are running the Hello World application, enter this command: ```... | https://github.com/kubernetes/website/blob/main/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md | main | kubernetes | [
0.03371654078364372,
0.02705053985118866,
0.04345491901040077,
-0.09753874689340591,
-0.017000675201416016,
-0.07596287876367569,
0.02868189662694931,
-0.03784551844000816,
0.09600566327571869,
0.07112106680870056,
-0.02572745271027088,
-0.015012930147349834,
0.017435776069760323,
0.041138... | 0.178282 |
This section of the Kubernetes documentation contains references. ## API Reference \* [Glossary](/docs/reference/glossary/) - a comprehensive, standardized list of Kubernetes terminology \* [Kubernetes API Reference](/docs/reference/kubernetes-api/) \* [One-page API Reference for Kubernetes {{< param "version" >}}](/do... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/_index.md | main | kubernetes | [
-0.07485323399305344,
0.00011677129805320874,
0.029931260272860527,
-0.055566832423210144,
-0.028121473267674446,
0.02507379837334156,
0.028663072735071182,
-0.01633146032691002,
0.048064399510622025,
-0.004361649975180626,
-0.042653732001781464,
-0.04119807481765747,
-0.027707865461707115,
... | 0.175815 |
valid YAML input \* [YAML](https://yaml.org/), available as a `kubectl` output format and also used at the HTTP layer Kubernetes also has a custom [protobuf encoding](/docs/reference/using-api/api-concepts/#protobuf-encoding) that is only used within HTTP messages. The `kubectl` tool supports some other output formats,... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/_index.md | main | kubernetes | [
0.0092238774523139,
0.02185295894742012,
-0.016689158976078033,
-0.07179127633571625,
-0.023360928520560265,
0.008886289782822132,
-0.04261142760515213,
-0.07906478643417358,
0.11768017709255219,
0.0039208452217280865,
-0.01904047466814518,
-0.08590329438447952,
0.004635588265955448,
-0.00... | 0.087037 |
\*\*KYAML\*\* is a safer and less ambiguous subset of YAML, initially introduced in Kubernetes v1.34 (alpha) and enabled by default in v1.35 (beta). Designed specifically for Kubernetes, KYAML addresses common YAML pitfalls such as whitespace sensitivity and implicit type coercion while maintaining full compatibility w... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/encodings/kyaml.md | main | kubernetes | [
-0.05236392468214035,
-0.008796712383627892,
0.1198108121752739,
-0.025797851383686066,
-0.05087669938802719,
0.0017142380820587277,
-0.005489435512572527,
-0.061025410890579224,
0.09307368844747543,
0.038075435906648636,
0.03669533133506775,
-0.07854696363210678,
-0.018642915412783623,
-0... | 0.127745 |
The API Groups and their versions are summarized in the following table. | Group | Versions | | --- | --- | | `admissionregistration.k8s.io` | `v1, v1beta1, v1alpha1` | | `apiextensions.k8s.io` | `v1` | | `apiregistration.k8s.io` | `v1` | | `apps` | `v1` | | `authentication.k8s.io` | `v1` | | `authorization.k8s.io` | `... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/group-versions.md | main | kubernetes | [
-0.020809581503272057,
-0.003882184624671936,
-0.0221107117831707,
-0.01658480614423752,
0.01908848062157631,
-0.019938712939620018,
-0.018126294016838074,
-0.003144999733194709,
-0.0323185995221138,
0.015357010997831821,
0.04198703542351723,
-0.09170825034379959,
0.03391021862626076,
-0.0... | 0.112235 |
`apiVersion: rbac.authorization.k8s.io/v1` `import "k8s.io/api/rbac/v1"` ## ClusterRoleBinding {#ClusterRoleBinding} ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. --- | Field | Description | | --- | --- | | ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.03626007214188576,
0.00943880807608366,
-0.012864816933870316,
0.0479375384747982,
-0.022083166986703873,
-0.022210324183106422,
-0.015938278287649155,
-0.05209852755069733,
0.050833240151405334,
0.033766139298677444,
-0.030437568202614784,
-0.02138112112879753,
0.07428785413503647,
0.0... | 0.150568 |
is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. | #### Body Parameters | Name | Type | Descr... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.07171683758497238,
0.029113661497831345,
0.002867902396246791,
0.08194851875305176,
0.007972191087901592,
-0.009621289558708668,
-0.030491944402456284,
-0.07074947655200958,
-0.032067231833934784,
0.024424277245998383,
0.011129026301205158,
-0.07011513411998749,
0.0785822719335556,
-0.0... | 0.132726 |
Created | *[}}">ClusterRoleBinding]({{< ref )* | ### `put` Replace #### HTTP Request PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} #### Path Parameters | Name | Type | Description | | --- | --- | --- | | `name` | *string* | name of the ClusterRoleBinding | #### Query Parameters | Name | Type | Descr... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.04813766852021217,
0.005134848412126303,
-0.09710510075092316,
0.10399802029132843,
-0.008269432932138443,
0.020935453474521637,
-0.029840266332030296,
-0.022311611101031303,
-0.0449053980410099,
0.01822059601545334,
0.013332458212971687,
-0.04311218485236168,
0.0857415720820427,
-0.010... | 0.136758 |
If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. | | `ignoreStoreReadErrorWithClusterBreakingPotential` | *boolean* | if set to true, it will trigger an unsafe deletion of the resource in case the normal d... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.05343065410852432,
0.02864878624677658,
-0.07762587815523148,
0.03633757680654526,
0.035000260919332504,
-0.03150603547692299,
0.04266923666000366,
-0.062239520251750946,
0.02539549395442009,
0.01746332459151745,
0.033184561878442764,
-0.01274709403514862,
0.06765148788690567,
0.0370568... | 0.14817 |
previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and n... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.08457294851541519,
0.05611037462949753,
-0.041017986834049225,
0.09568938612937927,
0.05648670718073845,
-0.007131011690944433,
0.004452470224350691,
-0.06770255416631699,
0.054468803107738495,
0.03511267155408859,
-0.022433482110500336,
0.042704325169324875,
0.011363696306943893,
-0.03... | 0.081232 |
all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | | `orphanDependents` | *boolean* | Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent object... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.047937966883182526,
0.032915759831666946,
0.00489599397405982,
-0.004097330383956432,
0.07286372035741806,
-0.06601940095424652,
-0.03669723868370056,
-0.034094128757715225,
-0.010590297169983387,
0.04240899905562401,
0.08131209015846252,
0.02941545844078064,
-0.012601453810930252,
-0.0... | 0.084691 |
split: shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x4000000000000000') shard 1: shardRange(object.metadata.uid, '0x4000000000000000', '0x8000000000000000') shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000') shard 3: shardRange(object.metadata.uid, '0xc0000000000000... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
0.03393368050456047,
0.016794515773653984,
-0.04963034391403198,
-0.013104180805385113,
-0.019747555255889893,
-0.02219703234732151,
0.025317644700407982,
-0.003444414120167494,
0.05868922919034958,
-0.011691640131175518,
0.012294545769691467,
-0.028336208313703537,
-0.051916517317295074,
... | 0.060435 |
| *string* | A selector to restrict the list of returned objects by their fields. Defaults to everything. | | `labelSelector` | *string* | A selector to restrict the list of returned objects by their labels. Defaults to everything. | | `limit` | *integer* | limit is a maximum number of responses to return for a list ca... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.044912002980709076,
0.047148123383522034,
-0.04014046862721443,
0.024033455178141594,
0.004397429060190916,
-0.0008313950966112316,
0.06134779751300812,
-0.018967404961586,
0.06146688014268875,
-0.002693955320864916,
0.01457457896322012,
0.052544109523296356,
0.01775980368256569,
-0.086... | 0.136175 |
`resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. | | `shardSelector` | *string* | shardSelector restricts the list of returned objects using a CEL-based shard selector expression. The format uses the shardRange() function combined with || (logical OR) to specify... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
0.08081647008657455,
0.042661797255277634,
-0.008707787841558456,
-0.002219992224127054,
-0.010669594630599022,
-0.034432969987392426,
-0.03707997128367424,
-0.02812940441071987,
0.06674221903085709,
-0.037357863038778305,
0.008224030025303364,
-0.06677903980016708,
0.013945729471743107,
-... | -0.023467 |
true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | | `fieldSelector` | *string* | A selector to restrict the list of returned objects by their fields. Defaults to everything. | | `labelSelector` | *string* | A selector to restrict the list of ret... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.03965369611978531,
0.043468255549669266,
-0.051016490906476974,
0.04337723180651665,
0.03867659717798233,
0.013060543686151505,
0.037156879901885986,
-0.07303408533334732,
0.08805067837238312,
0.01327621378004551,
0.010011219419538975,
0.10046986490488052,
0.013769893907010555,
-0.08006... | 0.095644 |
one provided by the ListOptions. If `resourceVersion` is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - `resourceVersionMatch` set to any other value or unset Invalid error is returned. Defaults to tr... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
0.02904311567544937,
0.025920826941728592,
-0.024196939542889595,
0.04108339548110962,
0.03216198459267616,
-0.024284727871418,
-0.009733740240335464,
-0.05412336438894272,
0.03372761607170105,
-0.017358403652906418,
-0.022157395258545876,
-0.009159802459180355,
0.04656418412923813,
-0.023... | 0.029244 |
first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | | `fieldSelector` | *string* | A selector to restric... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
-0.0707063376903534,
0.028073593974113464,
-0.049985434859991074,
0.04561851546168327,
0.030030298978090286,
0.0021983892656862736,
0.0593702532351017,
-0.0511200986802578,
0.07205718010663986,
0.01581438258290291,
-0.002642842475324869,
0.08094664663076401,
0.00953824445605278,
-0.0836542... | 0.103569 |
least as new as the provided `resourceVersion`" and the bookmark event is send when the state is synced to a `resourceVersion` at least as fresh as the one provided by the ListOptions. If `resourceVersion` is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at leas... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-binding-v1.md | main | kubernetes | [
0.04273507744073868,
-0.004893783945590258,
0.021769491955637932,
0.0406181737780571,
0.03736972063779831,
-0.044779203832149506,
-0.010920872911810875,
-0.05639560520648956,
0.04612540826201439,
-0.0038608675822615623,
-0.004440734628587961,
-0.022552156820893288,
0.04021451622247696,
-0.... | 0.008515 |
`apiVersion: rbac.authorization.k8s.io/v1` `import "k8s.io/api/rbac/v1"` ## RoleBinding {#RoleBinding} RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which n... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.040486644953489304,
-0.020639568567276,
-0.03195979446172714,
0.046361375600099564,
-0.021991394460201263,
-0.00008175213588401675,
0.025706546381115913,
-0.02726121060550213,
0.024946218356490135,
0.010546817444264889,
-0.02434397302567959,
-0.0062184869311749935,
0.06192636489868164,
... | 0.172283 |
last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are n... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.08304054290056229,
0.024877170100808144,
0.023242510855197906,
0.06447236239910126,
0.04246773198246956,
-0.027696270495653152,
-0.007299292366951704,
-0.05179550498723984,
0.021399840712547302,
-0.008696876466274261,
-0.006320009008049965,
-0.03272751718759537,
0.015666358172893524,
0.... | 0.026189 |
`force` | *boolean* | Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. | #### Body Parameters | Name | Type | Description | | --- | --- | --- | | `body` | *[}}">Patch]({{< ref )* | | #### Response | S... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.11339651048183441,
0.022843804210424423,
-0.018155265599489212,
0.04200660064816475,
-0.04660975560545921,
-0.012760713696479797,
0.038241349160671234,
-0.04517364501953125,
-0.027211925014853477,
0.03859342262148857,
-0.006258292589336634,
-0.03636378422379494,
0.056737665086984634,
0.... | 0.07405 |
#### Query Parameters | Name | Type | Description | | --- | --- | --- | | `pretty` | *string* | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). | | `dryRun` | *string* | When present, indicates that modifications shou... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.06759961694478989,
0.08361918479204178,
-0.08823224157094955,
0.08647526800632477,
0.02451232448220253,
-0.06524570286273956,
-0.015111562795937061,
-0.05750759690999985,
0.019299495965242386,
0.007842603139579296,
-0.008670831099152565,
-0.043510742485523224,
0.04761790484189987,
-0.04... | 0.085272 |
wget). | | `continue` | *string* | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a conti... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.07829827070236206,
0.0306988712400198,
-0.0019823305774480104,
0.04473794624209404,
0.05188422650098801,
-0.03826937824487686,
-0.0011515214573591948,
-0.029782569035887718,
0.04274199157953262,
0.025194358080625534,
0.017223605886101723,
0.07992350310087204,
0.04893393814563751,
-0.048... | 0.016978 |
items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the co... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.09817659109830856,
0.0007433888386003673,
0.012821742333471775,
0.03863084688782692,
0.09485456347465515,
-0.04027607664465904,
-0.029577186331152916,
-0.05698585882782936,
0.09425058960914612,
0.05765600875020027,
0.03162410482764244,
0.09187039732933044,
-0.024749087169766426,
-0.0475... | 0.118742 |
when request started being processed. - `resourceVersionMatch` set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. | | `shardSelector` | *string* | shardSelector restricts the list of re... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
0.06258033215999603,
0.03958374261856079,
0.007280600722879171,
0.00868720468133688,
-0.028761237859725952,
-0.05496605485677719,
-0.0507122240960598,
-0.04259954392910004,
0.09122536331415176,
-0.019359318539500237,
-0.004482432268559933,
-0.07966979593038559,
0.002582705346867442,
0.0082... | -0.02771 |
set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.0691409483551979,
0.024104997515678406,
-0.03525666147470474,
0.03417045250535011,
-0.020683424547314644,
-0.00007695025851717219,
-0.0001895710884127766,
0.008459113538265228,
0.046628814190626144,
0.020308656617999077,
0.013450014404952526,
0.09811293333768845,
0.07822798192501068,
-0... | 0.082659 |
details. Defaults to unset | | `sendInitialEvents` | *boolean* | `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event wi... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.07942434400320053,
0.0043495832942426205,
-0.021109284833073616,
0.09151788800954819,
0.07690075784921646,
0.027713937684893608,
0.04789193719625473,
-0.05014717951416969,
0.07009795308113098,
0.0641467347741127,
-0.06420394778251648,
-0.020183000713586807,
0.014015198685228825,
-0.0251... | 0.131228 |
retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no lon... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.06711307168006897,
0.02336437627673149,
-0.014946323819458485,
0.024044601246714592,
0.004934737924486399,
-0.02387012541294098,
-0.003053105203434825,
0.008629915304481983,
0.052760086953639984,
0.018599191680550575,
0.024918463081121445,
0.103572778403759,
0.0859769880771637,
-0.05217... | 0.086012 |
| resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset | | `sendInitialEvents` ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.022865746170282364,
0.0199008546769619,
0.012816720642149448,
0.04527977108955383,
0.08537334948778152,
0.040379393845796585,
0.03470265865325928,
-0.07732514292001724,
0.13007600605487823,
0.061854977160692215,
-0.09665897488594055,
-0.03886185958981514,
-0.006336541380733252,
-0.00853... | 0.154758 |
events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, th... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.06549076735973358,
-0.0007486436516046524,
-0.005986477714031935,
0.058050740510225296,
0.01878158003091812,
0.02564687281847,
-0.0010036700405180454,
-0.026220394298434258,
0.0470844991505146,
0.033377040177583694,
-0.001837125513702631,
0.09340190887451172,
0.046173226088285446,
-0.02... | 0.029119 |
the first list result was calculated is returned. | | `pretty` | *string* | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). | | `resourceVersion` | *string* | resourceVersion sets a constraint on what resource version... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.02029320038855076,
0.04402896389365196,
0.005467291455715895,
0.036180347204208374,
0.07002361863851547,
0.028285011649131775,
0.01181027851998806,
-0.049171868711709976,
0.12078942358493805,
0.052228912711143494,
-0.06300920248031616,
-0.047277338802814484,
-0.0167818795889616,
-0.0432... | 0.131581 |
GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings #### Path Parameters | Name | Type | Description | | --- | --- | --- | | `namespace` | *string* | object name and auth scope, such as for teams and projects | #### Query Parameters | Name | Type | Description | | --- | --- | --- | | `allow... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.06068538874387741,
-0.009219404309988022,
-0.093743696808815,
0.09027884155511856,
-0.004779627081006765,
0.04599161073565483,
0.0608803853392601,
-0.07665666192770004,
0.02514783851802349,
0.027733171358704567,
-0.03555716946721077,
0.047873400151729584,
0.06638144701719284,
-0.0049824... | 0.048715 |
will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object t... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.03499574959278107,
0.07773896306753159,
0.047743335366249084,
0.012859764508903027,
0.03140028938651085,
-0.03856543079018593,
-0.06853394210338593,
-0.08003104478120804,
0.12100157141685486,
0.019694248214364052,
-0.025960905477404594,
0.019204342737793922,
-0.02983304113149643,
-0.091... | 0.094322 |
inactivity. | | `watch` | *boolean* | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | #### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *[}}">WatchEvent]({{< ref )* | ### `get` Watch List All N... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.0731961652636528,
0.014013445936143398,
-0.07784613221883774,
0.08822091668844223,
0.03858241066336632,
0.022573700174689293,
0.0644616186618805,
-0.049074023962020874,
0.040852248668670654,
0.044327639043331146,
-0.04233914986252785,
0.0227664727717638,
0.04543140530586243,
-0.00858114... | 0.14223 |
using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limi... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
-0.043531905859708786,
0.06287265568971634,
0.036619510501623154,
-0.00921680685132742,
0.027066750451922417,
-0.02881300076842308,
-0.04021737724542618,
-0.07584597170352936,
0.1252036988735199,
0.03875359147787094,
0.00007116472988855094,
0.018392328172922134,
-0.04473531246185303,
-0.07... | 0.129971 |
requires enabling the ShardedListAndWatch feature gate. | | `timeoutSeconds` | *integer* | Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. | | `watch` | *boolean* | Watch for changes to the described resources and return them as a stream of add, update, a... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-binding-v1.md | main | kubernetes | [
0.0029695353005081415,
0.034821219742298126,
0.00927551370114088,
0.07266178727149963,
0.10194379091262817,
-0.007980617694556713,
0.032853491604328156,
-0.06450952589511871,
0.14156679809093475,
-0.0019007044611498713,
-0.06964924186468124,
-0.00441701291128993,
-0.030138900503516197,
0.0... | 0.069957 |
`apiVersion: rbac.authorization.k8s.io/v1` `import "k8s.io/api/rbac/v1"` ## Role {#Role} Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. --- | Field | Description | | --- | --- | | `apiVersion` *string* | APIVersion defines the versioned schema of this representa... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.05335599184036255,
0.00767733808606863,
-0.01488675270229578,
0.028553131967782974,
-0.04261463135480881,
-0.008721882477402687,
-0.0033448021858930588,
-0.034859705716371536,
0.031127240508794785,
0.025507232174277306,
-0.012402082793414593,
-0.0007259974372573197,
0.04657132178544998,
... | 0.15631 |
This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. | #### Body Parameters | Name | Type | Description | | --- | --- | --- | | `bod... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.1072055771946907,
0.06722133606672287,
-0.004604216665029526,
0.05709902197122574,
-0.036823537200689316,
-0.029030026867985725,
0.01878325827419758,
-0.05849536508321762,
-0.039561379700899124,
-0.0019345005275681615,
-0.014821371994912624,
-0.05295965075492859,
0.10794872790575027,
0.... | 0.073218 |
| OK | *[}}">Role]({{< ref )* | | 201 | Created | *[}}">Role]({{< ref )* | ### `put` Replace #### HTTP Request PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} #### Path Parameters | Name | Type | Description | | --- | --- | --- | | `name` | *string* | name of the Role | | `namespace` | *strin... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.07482270151376724,
0.04744870960712433,
-0.09470095485448837,
0.08195868879556656,
-0.05437419191002846,
-0.00039820760139264166,
0.015101674012839794,
-0.016615716740489006,
-0.03864113986492157,
0.004414111375808716,
-0.03583955764770508,
-0.040089111775159836,
0.1047193631529808,
-0.... | 0.069248 |
further processing of the request. Valid values are: - All: all dry run stages will be processed | | `gracePeriodSeconds` | *integer* | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace pe... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.08164499700069427,
0.03052792325615883,
-0.05075918138027191,
0.053368669003248215,
0.050703827291727066,
-0.058632608503103256,
0.021629024296998978,
-0.07974743843078613,
0.04973021149635315,
0.027359986677765846,
-0.00028173651662655175,
-0.01967724598944187,
0.06953182816505432,
0.0... | 0.146378 |
to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.062234677374362946,
0.029807349666953087,
-0.0032944288104772568,
0.06791705638170242,
0.04762883111834526,
-0.0034425577614456415,
-0.033146001398563385,
-0.01590319164097309,
0.029888229444622993,
0.021872906014323235,
-0.012002096511423588,
0.07311003655195236,
0.03561701998114586,
-... | 0.058187 |
is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a con... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.08824056386947632,
0.017904134467244148,
0.017907625064253807,
0.007542575243860483,
0.044721540063619614,
-0.06543919444084167,
-0.032592255622148514,
-0.029592840000987053,
0.01095673069357872,
0.04877922683954239,
0.07260126620531082,
0.10594900697469711,
-0.03202046453952789,
-0.040... | 0.066554 |
'0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000') Field paths use CEL-style object-rooted syntax (e.g. "object.metadata.uid"), NOT the fieldSelector format ("metadata.uid"). Currently supported paths: - object.metadata.uid - object.metadata.namespace hexStart and hexE... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
0.05966811254620552,
0.040923114866018295,
-0.021128399297595024,
-0.03774852678179741,
-0.0435611866414547,
-0.05226394534111023,
-0.04326831176877022,
0.03875607252120972,
0.028945185244083405,
-0.035659149289131165,
0.011361961252987385,
-0.051531217992305756,
0.0021979929879307747,
0.0... | -0.017518 |
will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from th... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.07341568171977997,
0.030578255653381348,
-0.023142535239458084,
0.0646897554397583,
0.016038184985518456,
0.0000016849899111548439,
0.003731499193236232,
-0.01506814919412136,
0.042518001049757004,
0.005770556163042784,
-0.0021471455693244934,
0.10947461426258087,
0.05823952704668045,
-... | 0.080781 |
stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan is interprete... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.014733790419995785,
-0.021044425666332245,
-0.027233270928263664,
0.05885967239737511,
0.07832358777523041,
-0.00013758972636424005,
0.03271477669477463,
-0.04544864594936371,
0.06017959117889404,
0.017999181523919106,
-0.03733640909194946,
-0.013714891858398914,
0.019029298797249794,
-... | 0.061312 |
with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, b... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.06544675678014755,
0.03667917847633362,
-0.023453621193766594,
0.05975094810128212,
0.018014591187238693,
0.0030633972492069006,
0.013525761663913727,
-0.013934486545622349,
0.04474442079663277,
0.013385762460529804,
-0.002019057981669903,
0.10107509046792984,
0.06278056651353836,
-0.03... | 0.081489 |
"Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects w... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.07113411277532578,
-0.018402185291051865,
-0.00827412772923708,
0.08978518098592758,
0.09206188470125198,
0.016047058627009392,
0.060121484100818634,
-0.03168163448572159,
0.04158466309309006,
0.06532224267721176,
-0.053650449961423874,
-0.01438151951879263,
0.014841039665043354,
-0.007... | 0.152831 |
server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expirati... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.078511081635952,
0.020018039271235466,
-0.021209266036748886,
0.02734588459134102,
-0.002070862101390958,
-0.01692308485507965,
0.001712996163405478,
0.004410518333315849,
0.06222570687532425,
0.019978981465101242,
0.018528029322624207,
0.09833422303199768,
0.07635826617479324,
-0.04583... | 0.093195 |
is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset | | `sendInitialEvents` | *boolean* | `sendInitialEvents=true` may be set toge... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.023192530497908592,
0.03372945636510849,
0.016903243958950043,
0.04987103492021561,
0.06737147271633148,
0.036186035722494125,
0.03514010086655617,
-0.0691753551363945,
0.14167678356170654,
0.07014960050582886,
-0.08762885630130768,
-0.03248339891433716,
-0.0033700745552778244,
-0.01601... | 0.165842 |
and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. | | `continue` | *string* | The continue option should be set when re... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.06454114615917206,
-0.007631152868270874,
-0.007120410446077585,
0.04851054027676582,
0.033836785703897476,
0.02490583434700966,
-0.021887371316552162,
-0.026675064116716385,
0.028763839974999428,
0.02357085607945919,
0.00950519647449255,
0.11187358945608139,
0.059624988585710526,
-0.03... | 0.005275 |
If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). | | `resourceVersion` | *string* | resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/usi... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.019641609862446785,
0.06264431774616241,
-0.014550195075571537,
0.0428365133702755,
0.05612361803650856,
0.0014725858345627785,
0.008360663428902626,
-0.08010305464267731,
0.1472785472869873,
0.05242188647389412,
-0.07138997316360474,
-0.050978612154722214,
-0.02158825844526291,
-0.0426... | 0.12998 |
| --- | --- | --- | | `allowWatchBookmarks` | *boolean* | allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may the... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.06003325805068016,
0.0015483215684071183,
-0.02165215276181698,
0.051499612629413605,
0.026506297290325165,
0.044024016708135605,
0.02185049094259739,
-0.0643012523651123,
0.024153949692845345,
0.03268013522028923,
0.0033890416380017996,
0.07998107373714447,
0.050857026129961014,
-0.040... | 0.04049 |
during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | | `pretty` | *string* | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). | | `resourceVer... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.019558817148208618,
0.07694043964147568,
0.049542319029569626,
0.02689918875694275,
0.04653138294816017,
-0.032821256667375565,
-0.03850069269537926,
-0.05669689550995827,
0.09671305865049362,
0.021514208987355232,
-0.04426440969109535,
-0.029917245730757713,
-0.04709036275744438,
-0.04... | 0.081212 |
200 | OK | *[}}">WatchEvent]({{< ref )* | | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/role-v1.md | main | kubernetes | [
-0.02165936306118965,
0.06839165091514587,
0.024799995124340057,
-0.0002001061220653355,
0.06631298363208771,
0.06784641742706299,
0.057070840150117874,
-0.001263423589989543,
0.08861377835273743,
-0.012553690001368523,
-0.0375579334795475,
-0.04116205871105194,
-0.018177419900894165,
-0.0... | 0.118018 |
`apiVersion: rbac.authorization.k8s.io/v1` `import "k8s.io/api/rbac/v1"` ## ClusterRole {#ClusterRole} ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. --- | Field | Description | | --- | --- | | `aggregationRule` *[}}">AggregationR... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.043452683836221695,
0.00798028614372015,
-0.038930706679821014,
0.06587999314069748,
-0.02151389792561531,
0.014102247543632984,
-0.0014442643150687218,
0.0004958651261404157,
0.018684396520256996,
0.03228480741381645,
-0.012315435335040092,
-0.023745587095618248,
0.07031805068254471,
0... | 0.172123 |
last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are n... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.04966893047094345,
0.013293550349771976,
0.016506580635905266,
0.08190862089395523,
0.05222263187170029,
-0.017415445297956467,
-0.038415130227804184,
-0.04614630714058876,
0.024892564862966537,
-0.0008010194869711995,
-0.007580676581710577,
-0.05084361135959625,
0.03033100999891758,
-0... | 0.078835 |
fields owned by other people. Force flag must be unset for non-apply patch requests. | #### Body Parameters | Name | Type | Description | | --- | --- | --- | | `body` | *[}}">Patch]({{< ref )* | | #### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *[}}">ClusterRole]({{< ref )* | | 201 | ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.06984519213438034,
0.046476300805807114,
-0.03155476972460747,
0.05984200909733772,
-0.03826260566711426,
-0.017418676987290382,
-0.015531741082668304,
-0.014258846640586853,
-0.048481982201337814,
0.06037333235144615,
-0.021823182702064514,
-0.07212339341640472,
0.060784801840782166,
-... | 0.115873 |
| When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | | `gracePeriodSeconds` | *integer* | The duration in seconds before... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.08673122525215149,
0.05297589302062988,
-0.0534030981361866,
0.052905041724443436,
0.06498844921588898,
-0.04072735086083412,
-0.007123767863959074,
-0.05177794024348259,
0.0359952375292778,
0.02383485808968544,
0.011668194085359573,
-0.00898743700236082,
0.023539135232567787,
0.0063570... | 0.146492 |
the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list start... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.06709498912096024,
0.025550678372383118,
-0.0010903918882831931,
0.06595692783594131,
0.045498184859752655,
0.007364051416516304,
-0.02654150500893593,
-0.009438227862119675,
0.029044263064861298,
0.014900173991918564,
-0.0056069595739245415,
0.0723177120089531,
0.055313918739557266,
-0... | 0.059425 |
using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limi... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.0903862863779068,
0.009378434158861637,
0.010087131522595882,
-0.01267296727746725,
0.05422775447368622,
-0.03554200381040573,
-0.03952246531844139,
-0.03261427581310272,
-0.009583394974470139,
0.040685757994651794,
0.08106637001037598,
0.08157847821712494,
-0.03307124972343445,
-0.0060... | 0.074803 |
syntax (e.g. "object.metadata.uid"), NOT the fieldSelector format ("metadata.uid"). Currently supported paths: - object.metadata.uid - object.metadata.namespace hexStart and hexEnd are single-quoted CEL string literals with a '0x' prefix, defining the inclusive lower and exclusive upper bounds over the 64-bit FNV-1a ha... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
0.07753946632146835,
0.040033917874097824,
-0.008939308114349842,
-0.0317094549536705,
-0.05576753988862038,
-0.05597137659788132,
-0.02763676829636097,
0.027979504317045212,
-0.00364449480548501,
-0.0108429454267025,
0.009569748304784298,
-0.06651119142770767,
0.01487166341394186,
-0.0028... | -0.024302 |
which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion val... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.06510470062494278,
0.029161404818296432,
-0.035788483917713165,
0.05836633965373039,
0.04401612654328346,
0.0059174406342208385,
0.04530469328165054,
-0.05440179258584976,
0.09217285364866257,
0.026592448353767395,
0.015520727261900902,
0.10516545921564102,
0.005619425792247057,
-0.0778... | 0.079028 |
send when the state is synced to a `resourceVersion` at least as fresh as the one provided by the ListOptions. If `resourceVersion` is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - `resourceVersionMa... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
0.029541710391640663,
0.011982585303485394,
0.019126856699585915,
0.05917271599173546,
0.018172146752476692,
-0.04619242623448372,
0.002228180645033717,
-0.06628920137882233,
0.04991558566689491,
-0.00820638332515955,
-0.027085166424512863,
-0.04441332817077637,
0.03228509798645973,
-0.006... | 0.026983 |
token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.059597503393888474,
0.02690933831036091,
-0.0146697498857975,
0.03464406728744507,
0.010759919881820679,
0.0007882908685132861,
0.022227292880415916,
0.01218623761087656,
0.04602653905749321,
0.02012200467288494,
0.014827190898358822,
0.06276695430278778,
0.05828595906496048,
-0.0554390... | 0.112073 |
corresponding to changes (subsequent to the RV) to objects watched. When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan is interpreted as "data at least as new as the provided `resourc... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.01955396868288517,
-0.021203521639108658,
-0.02896917797625065,
0.07921669632196426,
0.07939799129962921,
0.00018560369790066034,
0.034823864698410034,
-0.058470189571380615,
0.0758720338344574,
0.03529062122106552,
-0.016559245064854622,
-0.00847386009991169,
0.05197519063949585,
-0.05... | 0.062887 |
token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from th... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.08987864851951599,
0.03369775041937828,
-0.0322689563035965,
0.0401265025138855,
0.015006458386778831,
0.011018129996955395,
0.04251647740602493,
-0.0031446898356080055,
0.07012634724378586,
0.011501802131533623,
0.0015805285656824708,
0.10061527788639069,
0.04083740711212158,
-0.054860... | 0.145275 |
the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When `sendInitialEvents` option is set, we requi... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/rbac/cluster-role-v1.md | main | kubernetes | [
-0.06271515786647797,
-0.03082796186208725,
-0.004759188275784254,
0.07886171340942383,
0.09768570959568024,
0.023278871551156044,
0.049764227122068405,
-0.033141784369945526,
0.05218391492962837,
0.0742349922657013,
-0.05927719548344612,
-0.00886882096529007,
0.01064830832183361,
0.007735... | 0.126426 |
`apiVersion: internal.apiserver.k8s.io/v1alpha1` `import "k8s.io/api/apiserverinternal/v1alpha1"` ## StorageVersion {#StorageVersion} Storage version of a specific resource. --- | Field | Description | | --- | --- | | `apiVersion` *string* | APIVersion defines the versioned schema of this representation of an object. S... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.026758544147014618,
0.04939555004239082,
0.04107588157057762,
0.011234897188842297,
-0.02970723621547222,
-0.04194677993655205,
-0.050781961530447006,
-0.013192839920520782,
0.06403082609176636,
0.020593082532286644,
-0.008815808221697807,
-0.03937401622533798,
0.0032614944502711296,
0.... | 0.145355 |
Describes the state of the storageVersion at a certain point. --- | Field | Description | | --- | --- | | `lastTransitionTime` *[}}">Time]({{< ref )* | lastTransitionTime is the last time the condition transitioned from one status to another. | | `message` **\*** *string* | message is a human readable string indicating... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.05585210397839546,
0.08845754712820053,
-0.04638093337416649,
0.02702808566391468,
0.02444690652191639,
-0.038332778960466385,
-0.02337055653333664,
0.03306949883699417,
0.08574433624744415,
0.031898654997348785,
0.015615143813192844,
-0.0747906044125557,
0.00680095748975873,
-0.0134887... | 0.159591 |
then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). | | `dryRun` | *string* | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no fu... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.047907259315252304,
0.0981479361653328,
-0.05262912064790726,
-0.0164894238114357,
-0.039785031229257584,
-0.0031912371050566435,
-0.01162836141884327,
-0.01548706740140915,
-0.01023124996572733,
-0.0197396632283926,
0.0740201473236084,
-0.043434664607048035,
-0.0021321114618331194,
0.0... | 0.076187 |
`fieldValidation` | *string* | fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.061268165707588196,
0.049662113189697266,
0.01656782440841198,
0.045374952256679535,
0.005028675775974989,
-0.05486259236931801,
-0.00117623305413872,
-0.03144087642431259,
0.05983797833323479,
-0.0034169363789260387,
0.004334414377808571,
-0.008227604441344738,
0.03605638071894646,
-0.... | 0.041249 |
1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. | | `propagationPolicy` | *string* | Whether and how garbage collection will be performed. Either this field o... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.06977380067110062,
0.062128741294145584,
0.019166473299264908,
0.02768041379749775,
0.0671904906630516,
-0.03364591673016548,
0.001659221830777824,
-0.013992846943438053,
0.004678805824369192,
0.017160072922706604,
0.07754426449537277,
0.03394743800163269,
-0.026621781289577484,
0.01438... | 0.042991 |
value if not specified. zero means delete immediately. | | `ignoreStoreReadErrorWithClusterBreakingPotential` | *boolean* | if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved f... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.03372732922434807,
0.024720650166273117,
-0.1215607151389122,
0.049462512135505676,
0.041714590042829514,
-0.03310665488243103,
0.04506482928991318,
-0.020958565175533295,
0.00100666843354702,
-0.0047136894427239895,
0.028824226930737495,
-0.012922636233270168,
0.07808628678321838,
-0.0... | 0.134693 |
See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset | | `resourceVersionMatch` | *string* | resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceV... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.014788706786930561,
0.03323504328727722,
0.0333402045071125,
0.04507088661193848,
0.04523014649748802,
0.017462516203522682,
0.021275298669934273,
-0.0741572305560112,
0.14088571071624756,
0.045485664159059525,
-0.07280367612838745,
-0.031302668154239655,
-0.013996721245348454,
-0.01308... | 0.147017 |
'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). | #### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *[}}">StorageVersion]({{< ref )* | ### `get` List #### HTTP Request GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions #### Query Pa... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/apiserverinternal/storage-version-v1alpha1.md | main | kubernetes | [
-0.02786484733223915,
0.07883425801992416,
-0.0902642086148262,
0.04434557259082794,
0.03415454179048538,
-0.07231317460536957,
-0.03850403428077698,
-0.04866980388760567,
0.051752861589193344,
0.022139491513371468,
0.027534285560250282,
0.005613142624497414,
0.040552228689193726,
-0.04213... | 0.032511 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.