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 |
|---|---|---|---|---|---|
*[}}">EnvFromSource array]({{< ref )* | List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.028032507747411728,
0.029930736869573593,
0.027837367728352547,
-0.009865657426416874,
0.044928908348083496,
-0.008480943739414215,
0.015754103660583496,
-0.024418648332357407,
0.05192338675260544,
0.028057513758540154,
0.017480704933404922,
-0.07393361628055573,
0.05971565097570419,
-0.... | 0.074466 |
next init container starts immediately after this init container is started, or after any startupProbe has successfully completed. | | `restartPolicyRules` *[}}">ContainerRestartRule array]({{< ref )* | Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are eva... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.00972072221338749,
0.027560001239180565,
-0.011017411015927792,
-0.034067731350660324,
0.07141768932342529,
0.0012189962435513735,
0.006292595528066158,
-0.027944477275013924,
0.032025296241045,
0.019555257633328438,
0.0049535958096385,
-0.0014534015208482742,
0.008335098624229431,
0.01... | 0.112318 |
with an error and the terminationMessagePath has no contents. - `"File"` is the default behavior and will set the container status message to the contents of the container's terminationMessagePath when the container exits. | | `tty` *boolean* | Whether this container should allocate a TTY for itself, also requires 'std... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.06498423218727112,
0.02955738455057144,
0.04312353953719139,
-0.040643077343702316,
0.020802097395062447,
-0.030346961691975594,
-0.04667584225535393,
0.05313350260257721,
-0.016491500660777092,
0.017807893455028534,
0.04544874653220177,
0.00142556126229465,
-0.05255614221096039,
0.02404... | 0.053517 |
its exit codes. --- | Field | Description | | --- | --- | | `operator` **\*** *string* | Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the set of specified values. - NotIn: the requirement... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.004031401593238115,
0.11074022203683853,
-0.025913147255778313,
0.027679063379764557,
0.07218572497367859,
-0.006185946520417929,
0.03894029185175896,
-0.031590286642313004,
-0.012051921337842941,
-0.0280743595212698,
-0.054379045963287354,
-0.07002358138561249,
-0.016986969858407974,
-0... | 0.169313 |
must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.019042491912841797,
0.03127855807542801,
-0.04295406490564346,
0.022948091849684715,
0.0472966730594635,
-0.048842813819646835,
-0.012988288886845112,
0.019442887976765633,
0.0813061073422432,
0.018270887434482574,
-0.028764570131897926,
-0.03321976587176323,
-0.04501684755086899,
0.051... | 0.01936 |
previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR\_NAME) syntax: i.e. "$$(VAR\_NAME)" will produce the string lit... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.008812211453914642,
-0.0004079974605701864,
0.041073836386203766,
0.06885422021150589,
0.004776852671056986,
-0.014025219716131687,
0.09237425774335861,
-0.012228356674313545,
0.04132877290248871,
0.0025723616126924753,
-0.0032235269900411367,
-0.05244988203048706,
0.0486469566822052,
-... | 0.009702 |
When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. | | `image` *string* | Container image name. More info: https://kubernetes.io/docs/concepts/containers/images | | `imagePullPolicy... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.014049737714231014,
0.028706908226013184,
0.05451514571905136,
-0.03786047548055649,
0.020586984232068062,
-0.029494941234588623,
-0.0008802925585769117,
-0.04198504611849785,
0.11099770665168762,
0.020789602771401405,
0.053433019667863846,
-0.07421330362558365,
0.06823740899562836,
-0.0... | 0.110866 |
PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. | | `terminationMessagePath` *string... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.047294504940509796,
0.06154365465044975,
0.019614076241850853,
-0.017357729375362396,
0.07291313260793686,
-0.0571775883436203,
-0.017122948542237282,
0.054813582450151443,
0.035156577825546265,
0.01916942186653614,
0.05027521401643753,
-0.012943354435265064,
-0.03888663277029991,
-0.038... | 0.156928 |
reconstructing a broken cluster. This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. Required, must not be nil. | ## ExecAction {#ExecAction} ExecAction describes a "run in container" action. --- | Field | Description | | --- | --- | | `command` *string array* | Comma... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.010012279264628887,
0.02078142948448658,
-0.0012810733169317245,
0.015263978391885757,
0.014669661410152912,
0.006431673187762499,
-0.016976961866021156,
0.004118897952139378,
0.05913558602333069,
0.0575341060757637,
-0.009276707656681538,
-0.06924083083868027,
-0.027354974299669266,
-0.... | 0.122627 |
HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC. | ## GitRepoVolumeSource {#GitRepoVolumeSource} Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support owners... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.0031604659743607044,
-0.041114699095487595,
-0.02172064781188965,
-0.02708013541996479,
0.0024308974388986826,
-0.127898707985878,
0.0662718340754509,
0.06386015564203262,
0.01059522945433855,
0.008507306687533855,
0.03539619594812393,
0.015031062997877598,
0.019994234666228294,
0.03209... | 0.102313 |
assigned to the host | ## ISCSIVolumeSource {#ISCSIVolumeSource} Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. --- | Field | Description | | --- | --- | | `chapAuthDiscovery` *boolean* | chapAuthDiscovery defines whethe... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.0365113765001297,
0.0288699883967638,
-0.009785220958292484,
-0.024560173973441124,
0.0024101193994283676,
-0.02134624682366848,
-0.0027839888352900743,
0.04309253767132759,
0.09737765789031982,
0.06721942126750946,
-0.05895867571234703,
-0.1273910105228424,
0.026441555470228195,
0.02572... | 0.092165 |
| Field | Description | | --- | --- | | `imageRef` **\*** *string* | ImageRef is the digest of the image used for this volume. It should have a value that's similar to the pod's status.containerStatuses[i].imageID. The ImageRef length should not exceed 256 characters. | ## KeyToPath {#KeyToPath} Maps a string key to a ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.0719839483499527,
0.008974634110927582,
-0.023993313312530518,
-0.04054856300354004,
0.012007443234324455,
-0.021349141374230385,
-0.0016338091809302568,
0.0772356390953064,
0.030834628269076347,
0.010244503617286682,
0.008717618882656097,
-0.015455511398613453,
-0.011158713139593601,
0.... | 0.09651 |
- `"SIGSTKFLT"` - `"SIGSTOP"` - `"SIGSYS"` - `"SIGTERM"` - `"SIGTRAP"` - `"SIGTSTP"` - `"SIGTTIN"` - `"SIGTTOU"` - `"SIGURG"` - `"SIGUSR1"` - `"SIGUSR2"` - `"SIGVTALRM"` - `"SIGWINCH"` - `"SIGXCPU"` - `"SIGXFSZ"` | ## LifecycleHandler {#LifecycleHandler} LifecycleHandler defines a specific action that should be taken i... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.07805121690034866,
0.0775570198893547,
-0.058624304831027985,
0.00803032424300909,
-0.003581120865419507,
-0.0363340750336647,
0.08465851098299026,
0.08348718285560608,
0.009620980359613895,
-0.022160746157169342,
0.01963788829743862,
-0.10087406635284424,
-0.029262742027640343,
-0.0072... | 0.089597 |
*string* | Version of the schema the FieldPath is written in terms of, defaults to "v1". | | `fieldPath` **\*** *string* | Path of the field to select in the specified API version. | ## PersistentVolumeClaimTemplate {#PersistentVolumeClaimTemplate} PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.020861763507127762,
0.02977738529443741,
-0.02658945508301258,
0.02231847681105137,
0.06546647846698761,
0.015435582026839256,
-0.03197469189763069,
0.018039239570498466,
0.007169440388679504,
-0.01811380498111248,
-0.009743018075823784,
-0.07926405221223831,
-0.0337970145046711,
0.0014... | 0.061791 |
PodAffinityTerm matches with no Pods. | | `matchLabelKeys` *string array* | MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to sele... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.03404749184846878,
-0.01408752053976059,
-0.017154721543192863,
-0.02118709310889244,
-0.024977054446935654,
0.023663079366087914,
0.08565474301576614,
0.006087441463023424,
0.03785988688468933,
-0.009475038386881351,
0.06046869605779648,
-0.08616027235984802,
0.02543283812701702,
-0.101... | 0.20873 |
not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to ea... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.02994045428931713,
0.04823220521211624,
0.0039383769035339355,
0.01761464588344097,
-0.008311289362609386,
-0.024423273280262947,
0.0152170704677701,
0.00525142066180706,
0.029660290107131004,
0.020619820803403854,
0.007385120261460543,
-0.03528078272938728,
0.048772070556879044,
-0.0145... | 0.099876 |
| --- | | `lastProbeTime` *[}}">Time]({{< ref )* | Last time we probed the condition. | | `lastTransitionTime` *[}}">Time]({{< ref )* | Last time the condition transitioned from one status to another. | | `message` *string* | Human-readable message indicating details about last transition. | | `observedGeneration` *int... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.0017972681671380997,
0.057957641780376434,
0.06854282319545746,
0.00048476329538971186,
0.03298349678516388,
0.0016417161095887423,
0.043010685592889786,
0.01081889308989048,
0.09021653234958649,
0.02510700188577175,
-0.0008282545022666454,
-0.06369538605213165,
-0.02297603338956833,
-0... | 0.184439 |
directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name. When the DRAWorkloadResourceClaims feature gate is enabled an... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.07591619342565536,
0.03802511468529701,
0.006930649280548096,
0.03215017169713974,
0.0522540807723999,
0.011194152757525444,
0.0702456533908844,
-0.035173509269952774,
0.05295447260141373,
0.02101263776421547,
-0.031080931425094604,
-0.07834978401660919,
-0.01578228734433651,
0.03191764... | 0.155034 |
Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volum... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.014704934321343899,
0.012611635029315948,
0.019118621945381165,
-0.03234754502773285,
-0.041769642382860184,
0.00582657428458333,
0.031300999224185944,
0.01854037493467331,
0.08807868510484695,
0.00113405822776258,
-0.02570389211177826,
-0.06440605223178864,
-0.017911192029714584,
-0.007... | 0.1457 |
volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled. If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.03523122891783714,
-0.02269209735095501,
0.03713955357670784,
0.03356271609663963,
0.024112874642014503,
-0.006415412761271,
0.02830587700009346,
0.04038815200328827,
0.05252024158835411,
-0.023439230397343636,
0.03081001341342926,
-0.025786546990275383,
-0.00950478482991457,
0.006951042... | 0.140619 |
term, associated with the corresponding weight. | | `weight` **\*** *integer* | Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. | ## Probe {#Probe} Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. ---... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.038833387196063995,
0.047517117112874985,
-0.09069252014160156,
0.051581010222435,
0.017282526940107346,
-0.1266777068376541,
0.05185992270708084,
0.012695183977484703,
-0.028945349156856537,
0.024922048673033714,
0.02946305088698864,
-0.10708696395158768,
0.008157551288604736,
-0.00664... | 0.168677 |
type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd | | `image` **\*** *string* | image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-t... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.04017559438943863,
-0.031469766050577164,
-0.0684223398566246,
0.001588978455401957,
-0.012057434767484665,
-0.009915425442159176,
-0.003259292570874095,
0.08603911101818085,
0.08627860993146896,
-0.003812605980783701,
-0.009551224298775196,
-0.05055893957614899,
0.06432788074016571,
0.0... | 0.171022 |
| | `requests` *object* | Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/config... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.005960611626505852,
0.11407197266817093,
0.015274382196366787,
0.027200672775506973,
-0.0002552481892053038,
-0.035386957228183746,
0.05043035000562668,
-0.04438520595431328,
0.06516029685735703,
0.009134744293987751,
-0.06675016134977341,
-0.09292628616094589,
0.0022440252359956503,
0.... | 0.170733 |
| | --- | --- | | `localhostProfile` *string* | localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.024657946079969406,
0.03867187723517418,
-0.023076051846146584,
-0.029633237048983574,
-0.04952872171998024,
0.004397476091980934,
-0.018252069130539894,
0.03195905312895775,
-0.009876673109829426,
-0.017428675666451454,
0.041380636394023895,
-0.13721176981925964,
-0.004500099457800388,
... | 0.121532 |
specify whether the Secret or its key must be defined | ## SecretVolumeSource {#SecretVolumeSource} Adapts a Secret into a volume. The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SEL... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.006948917172849178,
0.0012799024116247892,
-0.04626590386033058,
-0.004789306782186031,
0.003906982485204935,
-0.037661366164684296,
-0.00545514328405261,
0.05809660628437996,
0.06345775723457336,
-0.008946974761784077,
0.005501632113009691,
0.0035882494412362576,
0.01145333144813776,
0.... | 0.023435 |
the container runtime defaults for readonly and masked paths for /proc. Most container runtimes mask certain paths in /proc to avoid accidental security exposure of special devices or information. - `"Unmasked"` bypasses the default masking behavior of the container runtime and ensures the newly created /proc the conta... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.007054219022393227,
0.008242717012763023,
-0.06628640741109848,
0.03323902562260628,
0.06927977502346039,
-0.01296683494001627,
0.03480341285467148,
0.07390408217906952,
0.04219367355108261,
0.04208838567137718,
0.059686481952667236,
-0.028800420463085175,
-0.02715957909822464,
0.0251009... | 0.151717 |
rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. | | `path` **\*** *string* | path is the path relative to the mount point of the file to project the token into. | ## SleepAction {#SleepAction} SleepActi... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.0038871504366397858,
0.021188193932175636,
-0.06891155242919922,
0.0452270470559597,
-0.017014283686876297,
-0.02069152146577835,
0.01876024343073368,
0.1110946461558342,
0.06885477900505066,
0.04140295088291168,
0.01807268150150776,
-0.0010663288412615657,
0.07833119481801987,
-0.00376... | 0.106734 |
null or empty list means only match against labelSelector. This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). | | `maxSkew` **\*** *integer* | MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedu... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.01680610328912735,
-0.044306837022304535,
-0.02741452492773533,
-0.03879411146044731,
0.027008308097720146,
-0.009789197705686092,
-0.007074669003486633,
-0.007717220112681389,
0.001443270593881607,
0.004689344670623541,
-0.014273012988269329,
-0.10154811292886734,
0.011484099552035332,
... | 0.140797 |
If this value is nil, the behavior is equivalent to the Ignore policy. Possible enum values: - `"Honor"` means use this scheduling directive when calculating pod topology spread skew. - `"Ignore"` means ignore this scheduling directive when calculating pod topology spread skew. | | `topologyKey` **\*** *string* | Topol... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.0075450921431183815,
0.010655204765498638,
-0.006409860216081142,
-0.042032480239868164,
0.050015345215797424,
-0.014713551849126816,
0.04044616222381592,
-0.07266136258840561,
0.032765455543994904,
0.02428305707871914,
-0.008540564216673374,
-0.07538279891014099,
0.0737607553601265,
-0... | 0.119029 |
cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md | | `configMap` *[}}">ConfigMapVolumeSource]({{< ref )* | conf... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.0007515510660596192,
0.05868111178278923,
0.00945233553647995,
0.019599976018071175,
-0.025453485548496246,
-0.10135066509246826,
-0.044883742928504944,
0.06164514273405075,
0.014883826486766338,
0.04095159471035004,
0.006989053916186094,
-0.09161193668842316,
0.09043071419000626,
-0.031... | 0.142001 |
machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath | | `image` *[}}">ImageVolumeSource]({{< ref )* | image represents an OCI object (a container image or artifact) pulled and mounted on the kubelet's host machine. The volume is resolved at pod startup de... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.003640505950897932,
0.03557458892464638,
0.07583039999008179,
-0.0005062393029220402,
0.010908862575888634,
-0.00812558177858591,
-0.0026419125497341156,
0.006636923644691706,
0.1411750614643097,
0.009696339257061481,
-0.005467036738991737,
-0.046097833663225174,
0.028426075354218483,
-... | 0.152389 |
longer supported. | | `secret` *[}}">SecretVolumeSource]({{< ref )* | secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret | | `storageos` *[}}">StorageOSVolumeSource]({{< ref )* | storageOS represents a StorageOS volume attached and mounted ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.01005739625543356,
0.05261208489537239,
0.01614166796207428,
-0.0016124877147376537,
0.010556090623140335,
-0.03668231517076492,
-0.07806262373924255,
0.04554864019155502,
0.0892159566283226,
0.055262353271245956,
0.00951593928039074,
-0.0704251304268837,
0.03252147510647774,
0.01726803... | 0.124787 |
None (or be unspecified, which defaults to None). If this field is not specified, it is treated as an equivalent of Disabled. | | `subPath` *string* | Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). | | `subPathExpr` *string* | Expanded path within the volume ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.05613462254405022,
0.0028914085123687983,
-0.011993742547929287,
0.031071797013282776,
0.07607974857091904,
0.015147464349865913,
-0.012195323593914509,
0.018297230824828148,
0.06427489221096039,
-0.04477393254637718,
0.013256268575787544,
-0.009729038923978806,
-0.0020481024403125048,
0... | 0.067184 |
matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) --- | Field | Description | | --- | --- | | `podAffinityTerm` **\*** *[}}">PodAffinityTerm]({{< ref )* | Required. A pod affinity term, associated with the corresponding weight. | | `weight` **\*** *integer* | weight associated... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.03767123445868492,
0.030980665236711502,
-0.02409658022224903,
0.033992569893598557,
-0.024208499118685722,
0.018010789528489113,
0.10538940876722336,
0.010111881420016289,
0.016933687031269073,
0.03092820569872856,
-0.0261337049305439,
-0.11765742301940918,
0.023861220106482506,
-0.035... | 0.141748 |
are present. The error returned from the server will contain all unknown and duplicate fields encountered. | #### Body Parameters | Name | Type | Description | | --- | --- | --- | | `body` | *[}}">Pod]({{< ref )* | | #### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *[}}">Pod]({{< ref )... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.05006524175405502,
0.07270120084285736,
0.02026491053402424,
0.040664926171302795,
-0.03475701063871384,
-0.06308885663747787,
-0.031039129942655563,
-0.03772561997175217,
0.05472594127058983,
0.028872175142169,
-0.002989792497828603,
-0.08423992991447449,
0.021808527410030365,
-0.01618... | 0.119997 |
teams and projects | #### 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 th... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.052335258573293686,
0.07773703336715698,
-0.0573580376803875,
0.017574824392795563,
-0.023368755355477333,
0.0016493381699547172,
-0.024975450709462166,
-0.0057163964956998825,
0.01857377588748932,
-0.007761216722428799,
0.021624460816383362,
-0.042875584214925766,
-0.004997742362320423,
... | 0.086063 |
will be processed | | `fieldManager` | *string* | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. | | `fieldValidation` | *string* | ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.03802534192800522,
0.062499646097421646,
-0.011125419288873672,
-0.015791242942214012,
-0.041400596499443054,
-0.006123876199126244,
0.010301945731043816,
-0.01513234805315733,
-0.014795106835663319,
-0.0393097922205925,
0.06577368825674057,
-0.02042352594435215,
0.016371704638004303,
0... | 0.102926 |
WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it | | `orphanDependents` | *boolean* | Deprecated: please use ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.011802355758845806,
-0.004220127128064632,
-0.028609270229935646,
0.0049843452870845795,
0.07385686784982681,
-0.021245649084448814,
-0.0032381396740674973,
-0.06233951076865196,
-0.014477306045591831,
0.020682472735643387,
0.0722188726067543,
0.02073182724416256,
0.041569482535123825,
... | 0.09653 |
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 | | `fieldSelector` | *string* | A selector to restrict the list of returned objects by their fields. Defaults to everything. | | `gracePeriodSeconds` | *integer* | T... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.07705728709697723,
0.05128626152873039,
-0.039865024387836456,
0.08419793844223022,
0.057167671620845795,
-0.04499775543808937,
-0.016822760924696922,
-0.05290313437581062,
0.030325768515467644,
0.024639174342155457,
-0.0008664344786666334,
-0.022206170484423637,
0.024430174380540848,
-... | 0.108507 |
| | `propagationPolicy` | *string* | Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - or... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.0028813988901674747,
0.050580352544784546,
0.03514974191784859,
-0.0288825836032629,
0.014011189341545105,
-0.009547985158860683,
-0.0165565125644207,
-0.055848851799964905,
0.10783454775810242,
0.015568817034363747,
0.025567881762981415,
-0.0032790880650281906,
0.009874703362584114,
-0... | 0.090817 |
ref )* | | #### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *[}}">Status]({{< ref )* | ### `get` Read #### HTTP Request GET /api/v1/namespaces/{namespace}/pods/{name} #### Path Parameters | Name | Type | Description | | --- | --- | --- | | `name` | *string* | name of the Pod | | `names... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.03821185976266861,
0.07691190391778946,
-0.042234305292367935,
0.07009245455265045,
-0.010413466952741146,
-0.06683990359306335,
-0.013227354735136032,
-0.013404871337115765,
0.024601079523563385,
0.014971287921071053,
-0.013252959586679935,
-0.0726909339427948,
0.007026309613138437,
-0... | 0.130194 |
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 call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the nex... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.06159016117453575,
0.0184952262789011,
-0.01277143694460392,
0.028841188177466393,
0.05640235170722008,
-0.0024224519729614258,
0.023422878235578537,
-0.036678534001111984,
0.11938559263944626,
0.029307622462511063,
-0.023937726393342018,
0.08348800987005234,
0.0019893499556928873,
-0.0... | 0.120277 |
selector expression. The format uses the shardRange() function combined with || (logical OR) to specify one or more hash ranges: shardRange(object.metadata.uid, '0x0', '0x8000000000000000') shardRange(object.metadata.uid, '0x0', '0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x100000000... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.08035317808389664,
0.06832125037908554,
-0.009961861185729504,
-0.01238982193171978,
0.0041199917905032635,
-0.01055835373699665,
0.004341185558587313,
0.014678909443318844,
0.0637006014585495,
-0.023257751017808914,
0.007800736464560032,
-0.06237102299928665,
0.01194006484001875,
-0.008... | -0.009348 |
of returned objects by their labels. Defaults to everything. | | `limit` | *integer* | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.05921122804284096,
0.010945421643555164,
-0.00983977410942316,
0.025335244834423065,
0.055681709200143814,
-0.0012976094149053097,
0.021209808066487312,
-0.03760601580142975,
0.12781178951263428,
0.025000233203172684,
-0.02572064846754074,
0.07883460819721222,
-0.0036196305882185698,
-0... | 0.119282 |
`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/core/pod-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 |
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 restrict the list of returned objects by their fields. Defaults... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.04587237164378166,
0.028396539390087128,
-0.07378838956356049,
0.027781665325164795,
0.018093161284923553,
0.02535773627460003,
0.04416685923933983,
-0.05473003536462784,
0.08256249874830246,
0.019189195707440376,
0.006072324700653553,
0.09199012070894241,
0.02512267790734768,
-0.097035... | 0.09176 |
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 least to the moment when request started being processed. - `resource... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.04017804190516472,
0.01633562706410885,
0.03878214582800865,
0.05483891814947128,
0.02965913899242878,
-0.037546731531620026,
0.018277594819664955,
-0.05464315786957741,
0.09001919627189636,
-0.006935440935194492,
-0.018313394859433174,
-0.03599545359611511,
0.009567894972860813,
-0.0270... | 0.055032 |
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 the previous list results - objects that are created, modified, or deleted after the first list request... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.06232256442308426,
0.03618745878338814,
-0.0301374364644289,
0.027161980047822,
0.026921510696411133,
0.0002271508565172553,
0.027639400213956833,
0.006346649955958128,
0.05471763387322426,
0.01740509271621704,
0.029683854430913925,
0.08241567015647888,
0.061626750975847244,
-0.08059638... | 0.105772 |
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 require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan is ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.022984692826867104,
-0.022846713662147522,
-0.028041232377290726,
0.08045469224452972,
0.09268081933259964,
0.015321399085223675,
0.037612248212099075,
-0.04686146229505539,
0.05524724721908569,
0.027654802426695824,
-0.041793353855609894,
0.001794341835193336,
0.029346391558647156,
-0.... | 0.071178 |
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 starting ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.07409472018480301,
0.024347908794879913,
-0.022981753572821617,
0.0631880834698677,
0.025262651965022087,
0.0015356127405539155,
0.00980313029140234,
-0.02552717737853527,
0.06077524647116661,
0.00799691304564476,
0.0014157220721244812,
0.1146453395485878,
0.04769640043377876,
-0.054413... | 0.090984 |
sent, a synthetic "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 th... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.06828924268484116,
-0.01325988583266735,
-0.012980394996702671,
0.09350929409265518,
0.09018121659755707,
0.0021148582454770803,
0.05899690464138985,
-0.036662518978118896,
0.04680369421839714,
0.07350822538137436,
-0.05193072184920311,
-0.024558868259191513,
0.00792993325740099,
0.0017... | 0.179112 |
*string* | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but op... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.04571821540594101,
0.06464432179927826,
-0.013974442146718502,
-0.02577049285173416,
-0.060172319412231445,
0.002438969910144806,
0.02147866040468216,
0.004836636129766703,
-0.005017681047320366,
-0.01626245677471161,
0.06865012645721436,
-0.016321739181876183,
0.015622282400727272,
0.0... | 0.131622 |
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 | | `fieldManager` | *string* | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than o... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.05461808666586876,
0.05819191038608551,
-0.0027175378054380417,
0.015287988819181919,
-0.01192089356482029,
-0.006910339929163456,
-0.01580085977911949,
-0.038513705134391785,
-0.014800618402659893,
-0.015842335298657417,
0.035649243742227554,
-0.03539596125483513,
0.004399904515594244,
... | 0.079478 |
Valid values are: - All: all dry run stages will be processed | | `fieldManager` | *string* | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.056446004658937454,
0.06572072952985764,
-0.017356261610984802,
-0.03695284575223923,
-0.040902551263570786,
0.008757135830819607,
0.013102792203426361,
-0.004408196546137333,
-0.01247258298099041,
-0.016679363325238228,
0.053185321390628815,
-0.05360026657581329,
0.005209963768720627,
... | 0.115587 |
the object, and will ignore all but the 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 r... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.07185321301221848,
0.047601886093616486,
0.03053145296871662,
0.057114891707897186,
0.037641726434230804,
-0.05423920601606369,
-0.024652648717164993,
-0.06598717719316483,
0.05874727666378021,
-0.007342386990785599,
-0.008726337924599648,
-0.03826858848333359,
-0.007108965888619423,
-0... | 0.09729 |
`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/core/pod-v1.md | main | kubernetes | [
-0.08065135776996613,
0.05837195739150047,
0.06172945350408554,
0.01177847571671009,
-0.010378235951066017,
-0.0582733191549778,
-0.0016038315370678902,
-0.038905855268239975,
0.014497634954750538,
0.05222974717617035,
0.0033272625878453255,
-0.07447387278079987,
-0.009512222371995449,
-0.... | 0.139602 |
The error returned from the server will contain all unknown and duplicate fields encountered. | #### Body Parameters | Name | Type | Description | | --- | --- | --- | | `body` | *[}}">Pod]({{< ref )* | | #### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *[}}">Pod]({{< ref )* | | 201 | C... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.03655947744846344,
0.03140240162611008,
-0.0040657492354512215,
0.028217513114213943,
-0.04211451858282089,
-0.07100057601928711,
-0.03428995981812477,
-0.03147384524345398,
0.015780888497829437,
0.04547450691461563,
-0.004973027855157852,
-0.056199442595243454,
0.02030845358967781,
-0.... | 0.108689 |
| Name | Type | Description | | --- | --- | --- | | `name` | *string* | name of the PodProxyOptions | | `namespace` | *string* | object name and auth scope, such as for teams and projects | | `path` | *string* | path to the resource | #### Query Parameters | Name | Type | Description | | --- | --- | --- | | `path` | *s... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.004801380448043346,
0.003340604482218623,
0.0029010369908064604,
0.017054922878742218,
-0.07321485131978989,
-0.017766334116458893,
0.00964195467531681,
-0.006360124330967665,
0.02572993002831936,
0.06709297001361847,
-0.06515523791313171,
-0.017954116687178612,
-0.014126923866569996,
0... | 0.109486 |
#### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *string* | ### `head` Head Connect Proxy Path #### HTTP Request HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} #### Path Parameters | Name | Type | Description | | --- | --- | --- | | `name` | *string* | name of the PodProx... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.017315886914730072,
0.0011672991095110774,
0.003258646698668599,
0.021316073834896088,
-0.09657108783721924,
-0.020411178469657898,
0.00550458300858736,
-0.004269549623131752,
0.020084932446479797,
0.06894241273403168,
-0.06581337004899979,
-0.04327583312988281,
0.0019748627673834562,
0... | 0.106841 |
from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). | | `limitBytes` | *integer* | If set, t... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
-0.02039763517677784,
0.0777302235364914,
-0.002167596248909831,
-0.01021087821573019,
-0.058342985808849335,
-0.07052638381719589,
-0.007390784099698067,
-0.02832544408738613,
0.15344136953353882,
0.025066258385777473,
-0.01468463335186243,
-0.059123508632183075,
-0.011654578149318695,
-0... | 0.135183 |
| Response | | --- | --- | --- | | 200 | OK | *string* | ### `post` Create Connect Exec #### HTTP Request POST /api/v1/namespaces/{namespace}/pods/{name}/exec #### Path Parameters | Name | Type | Description | | --- | --- | --- | | `name` | *string* | name of the PodExecOptions | | `namespace` | *string* | object name ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.012346245348453522,
-0.0017713401466608047,
-0.06441648304462433,
0.040463097393512726,
-0.0821564719080925,
-0.054179299622774124,
-0.023065421730279922,
0.035137470811605453,
0.03279377147555351,
0.053028348833322525,
-0.03138454258441925,
-0.06978219747543335,
-0.0196180772036314,
-0.... | 0.152357 |
command. Defaults to only container if there is only one container in the pod. | | `stderr` | *boolean* | Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. | | `stdin` | *boolean* | Stdin if true, redirects the standard input stream of the pod for this call. Defaults to fal... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/pod-v1.md | main | kubernetes | [
0.06923190504312515,
-0.00017503627168480307,
0.007190750911831856,
0.04389188066124916,
-0.0002814280451275408,
-0.03708680346608162,
0.012717264704406261,
0.003859379794448614,
0.03497198224067688,
0.008131198585033417,
0.04166091978549957,
0.006266431417316198,
-0.06762496381998062,
0.0... | 0.172144 |
`apiVersion: v1` `import "k8s.io/api/core/v1"` ## ReplicationController {#ReplicationController} ReplicationController represents the configuration of a replication controller. --- | Field | Description | | --- | --- | | `apiVersion` *string* | APIVersion defines the versioned schema of this representation of an object... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.039135780185461044,
0.01658971980214119,
-0.011274459771811962,
0.004685427062213421,
-0.013227556832134724,
-0.026055678725242615,
-0.06989786773920059,
-0.029455676674842834,
0.04542494937777519,
0.05663010850548744,
0.0018682037480175495,
-0.0009726397693157196,
0.017100779339671135,
... | 0.139108 |
| APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | | `items` **\*** *[}}">Rep... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
0.011148771271109581,
0.0211128368973732,
0.016594363376498222,
-0.004240064416080713,
-0.01986664906144142,
-0.0013736407272517681,
-0.046014852821826935,
-0.041929878294467926,
0.07804907113313675,
0.060529597103595734,
-0.008002139627933502,
0.009720542468130589,
0.011209680698812008,
-... | 0.127626 |
--- | | `body` | *[}}">ReplicationController]({{< ref )* | | #### Response | Status | Description | Response | | --- | --- | --- | | 200 | OK | *[}}">ReplicationController]({{< ref )* | | 201 | Created | *[}}">ReplicationController]({{< ref )* | | 202 | Accepted | *[}}">ReplicationController]({{< ref )* | ### `patch` P... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.10558939725160599,
0.05237633362412453,
-0.08368462324142456,
0.037148572504520416,
-0.016348937526345253,
-0.0077874003909528255,
-0.009794432669878006,
-0.006251794286072254,
-0.05539104342460632,
0.0612514354288578,
0.005042968783527613,
-0.04482597857713699,
0.07076839357614517,
-0.... | 0.037006 |
object name and auth scope, such as for teams and projects | #### 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`... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.04643808677792549,
0.08047652244567871,
-0.08065425604581833,
0.039798807352781296,
-0.03664926812052727,
-0.02186976931989193,
-0.019036786630749702,
-0.016796033829450607,
0.014862926676869392,
-0.015944719314575195,
0.004231577273458242,
-0.048900872468948364,
0.006602841429412365,
0... | 0.080336 |
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 deletion flow fails with a corrupt object error. A resource is con... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.05981185659766197,
0.005896907299757004,
-0.07424572110176086,
0.040469132363796234,
0.05299454554915428,
-0.028329411521553993,
0.020574986934661865,
-0.04059062898159027,
-0.0062441229820251465,
0.015102793462574482,
0.03620952367782593,
0.018391648307442665,
0.043231815099716187,
0.0... | 0.159313 |
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 after the "next key". This field is... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.08200653642416,
0.03218355029821396,
-0.01657027006149292,
0.05873916670680046,
0.04450684413313866,
-0.014292702078819275,
-0.017275603488087654,
-0.05354095995426178,
0.08482763171195984,
0.03438417986035347,
-0.01618504710495472,
0.0572613924741745,
0.002657050732523203,
-0.057190660... | 0.040999 |
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 that was present at the time the first list result was calculated is returned. | | `orphanDependents` | *boolean... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.0483577735722065,
0.04561761021614075,
0.0074527994729578495,
-0.024091964587569237,
0.06530004739761353,
-0.0457887277007103,
-0.028169158846139908,
-0.017220107838511467,
0.01870838925242424,
0.03993453457951546,
0.09370565414428711,
0.06921231746673584,
0.0007291815709322691,
-0.0014... | 0.117163 |
0x10000000000000000), where the exclusive upper bound equals 2^64. Examples: 2-shard split: shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x8000000000000000') shard 1: shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000') 4-shard split: shard 0: shardRange(object.metadata.uid, '... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
0.07022453844547272,
0.03252735361456871,
-0.0363130196928978,
-0.05055728927254677,
-0.03882766515016556,
-0.08977606147527695,
-0.03739824518561363,
0.025130372494459152,
-0.025601675733923912,
-0.0040196143090724945,
0.0038067675195634365,
-0.040756285190582275,
0.03839511796832085,
-0.... | 0.012772 |
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 after the "next key". This field is not supported when watch is true. Clients may start a watch fro... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.07989649474620819,
0.025435667484998703,
-0.0357220321893692,
0.059078432619571686,
0.04693659022450447,
0.01157637219876051,
0.01937902718782425,
-0.06031183525919914,
0.08297313749790192,
0.024839814752340317,
0.00967672560364008,
0.09806156158447266,
0.006105934269726276,
-0.07967974... | 0.07944 |
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 least to the moment when request started being proce... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
0.02665799669921398,
0.014099998399615288,
0.020369285717606544,
0.06322427093982697,
0.03885163366794586,
-0.03718838095664978,
0.012653983198106289,
-0.055466827005147934,
0.04842454195022583,
-0.008153710514307022,
-0.017382394522428513,
-0.024831684306263924,
0.050434812903404236,
-0.0... | 0.013008 |
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 after the "next key". This field is not supported when watch is true. Clients may start a watch from the las... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.08015003800392151,
0.028371792286634445,
-0.03340223431587219,
0.03759240731596947,
0.05679299309849739,
-0.006656049285084009,
0.0005071875639259815,
-0.04956360533833504,
0.07400072365999222,
0.023265840485692024,
0.012223687954246998,
0.10016285628080368,
0.0009822221472859383,
-0.08... | 0.07488 |
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 `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 `... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
0.006411726586520672,
0.011152892373502254,
-0.006981306709349155,
0.06247047334909439,
0.04412830248475075,
-0.004809761419892311,
0.012807180173695087,
-0.060899894684553146,
0.04355151951313019,
-0.0018057500710710883,
-0.04144037514925003,
-0.03261343762278557,
0.02948102541267872,
-0.... | 0.039621 |
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/core/replication-controller-v1.md | main | kubernetes | [
-0.08610054105520248,
0.02949942834675312,
-0.038206666707992554,
0.07139087468385696,
0.024072086438536644,
-0.002991840010508895,
0.011010429821908474,
-0.025874566286802292,
0.07071422785520554,
0.014523145742714405,
-0.008099745027720928,
0.11255025863647461,
0.04940986633300781,
-0.05... | 0.085555 |
of objects in the collection. Once all such events have been sent, a synthetic "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, se... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.062059614807367325,
0.0018128472147509456,
-0.013090093620121479,
0.0837230533361435,
0.08798108249902725,
0.011860097758471966,
0.059408996254205704,
-0.04643562063574791,
0.07796543836593628,
0.07785535603761673,
-0.05295903980731964,
-0.04081491380929947,
0.005574309267103672,
-0.001... | 0.151129 |
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/core/replication-controller-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/core/replication-controller-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 |
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 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 pa... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.06744708865880966,
0.0019520448986440897,
-0.006289321463555098,
0.03428328037261963,
0.02178695611655712,
0.05604471638798714,
0.029090236872434616,
-0.02177882194519043,
0.05546265468001366,
0.03162215277552605,
-0.014761658385396004,
0.10676118731498718,
0.07066765427589417,
-0.03061... | 0.062551 |
| *string* | resourceVersion sets a constraint on what resource versions a request may be served from. 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 ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.0048795766197144985,
0.04229211062192917,
0.03292306512594223,
0.04178687185049057,
0.045113708823919296,
0.040073636919260025,
0.014281552284955978,
-0.07091473042964935,
0.13559581339359283,
0.04414866864681244,
-0.08135998994112015,
-0.030058881267905235,
-0.015986613929271698,
-0.01... | 0.142939 |
for teams and projects | #### 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, indicate... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.05496514216065407,
0.07376792281866074,
-0.057697050273418427,
0.01766546443104744,
-0.028949275612831116,
0.0017603411106392741,
-0.03031344711780548,
0.00289806816726923,
0.013990829698741436,
-0.010619189590215683,
0.026338176801800728,
-0.038055941462516785,
-0.004918127786368132,
0... | 0.094852 |
Type | Description | | --- | --- | --- | | `name` | *string* | name of the ReplicationController | | `namespace` | *string* | object name and auth scope, such as for teams and projects | #### Query Parameters | Name | Type | Description | | --- | --- | --- | | `pretty` | *string* | If 'true', then the output is pretty ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.06923868507146835,
0.0007797700236551464,
-0.0969076007604599,
0.04643374681472778,
-0.009892413392663002,
-0.029251230880618095,
-0.022963296622037888,
-0.035842109471559525,
-0.0039071375504136086,
0.021986640989780426,
0.04115154966711998,
-0.001989165088161826,
0.05060025677084923,
... | 0.072509 |
of the Scale | | `namespace` | *string* | object name and auth scope, such as for teams and projects | #### 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-li... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.03209078684449196,
0.05459706485271454,
-0.0749480202794075,
0.08213618397712708,
-0.012667651288211346,
-0.004031282849609852,
-0.027157040312886238,
0.006594212260097265,
-0.009166550822556019,
-0.004149364307522774,
0.03747399523854256,
-0.05761620029807091,
-0.003517237724736333,
0.... | 0.067662 |
characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | | `fieldValidation` | *string* | fieldValidation instr... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/replication-controller-v1.md | main | kubernetes | [
-0.05417008697986603,
0.05794166773557663,
-0.003985024988651276,
-0.04881539195775986,
-0.06105467304587364,
0.0034994378220289946,
-0.009767226874828339,
0.0054345931857824326,
-0.007705788128077984,
-0.03761731833219528,
0.08613167703151703,
-0.006741222459822893,
-0.0037828499916940928,
... | 0.078805 |
`apiVersion: v1` `import "k8s.io/api/core/v1"` ## ResourceQuota {#ResourceQuota} ResourceQuota sets aggregate quota restrictions enforced per namespace --- | Field | Description | | --- | --- | | `apiVersion` *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.05960937216877937,
0.04593286290764809,
0.026018919423222542,
0.030258508399128914,
-0.015360704623162746,
-0.03868827968835831,
-0.03362627327442169,
0.00173408433329314,
0.07166598737239838,
0.02418839931488037,
-0.03230176493525505,
-0.06480659544467926,
0.002621722873300314,
0.01899... | 0.17963 |
NotIn, Exists, DoesNotExist. Possible enum values: - `"DoesNotExist"` - `"Exists"` - `"In"` - `"NotIn"` | | `scopeName` **\*** *string* | The name of the scope that the selector applies to. Possible enum values: - `"BestEffort"` Match all pod objects that have best effort quality of service - `"CrossNamespacePodAffinit... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.029708154499530792,
-0.007731201127171516,
-0.010952009819447994,
0.006981845013797283,
0.015718065202236176,
-0.05139068141579628,
0.10452044755220413,
-0.023412270471453667,
-0.05403555929660797,
0.03082922473549843,
-0.014043907634913921,
-0.1268589347600937,
-0.0009519018931314349,
... | 0.144975 |
*[}}">ResourceQuota]({{< ref )* | | 201 | Created | *[}}">ResourceQuota]({{< ref )* | | 202 | Accepted | *[}}">ResourceQuota]({{< ref )* | ### `patch` Patch #### HTTP Request PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name} #### Path Parameters | Name | Type | Description | | --- | --- | --- | | `name` | *str... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.1486821323633194,
0.07146328687667847,
-0.06902780383825302,
0.08061976730823517,
0.018641099333763123,
-0.0488162524998188,
0.032638825476169586,
-0.03882620483636856,
-0.023196609690785408,
0.03350600600242615,
-0.03851509466767311,
-0.09808344393968582,
0.08232949674129486,
-0.023169... | 0.095907 |
| *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 should not be persisted. An invalid or unrecognized dryRun directive will result in an ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.049962498247623444,
0.08314842730760574,
-0.053395118564367294,
0.009033027105033398,
-0.029636384919285774,
-0.02707543410360813,
-0.005403607618063688,
-0.013403530232608318,
0.01925780437886715,
-0.0009225091780535877,
0.054662175476551056,
-0.04538334533572197,
-0.010070186108350754,
... | 0.106241 |
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 from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: u... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.04044632986187935,
0.014879746362566948,
-0.05539576709270477,
0.022699808701872826,
0.061052292585372925,
-0.05875283479690552,
0.004323236644268036,
-0.06035910174250603,
-0.007276870775967836,
0.02750421315431595,
0.01927735097706318,
0.006382468622177839,
0.05156245827674866,
0.0288... | 0.101934 |
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 not miss any modifications. | | `dryRun` | *string* | When pr... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.08850403130054474,
0.03743250295519829,
-0.04725649580359459,
0.06604629009962082,
0.04683665558695793,
0.001373512321151793,
0.023151563480496407,
-0.07183510810136795,
0.04860810562968254,
0.02716180868446827,
-0.01312994584441185,
0.03596033155918121,
0.012505252845585346,
-0.0298468... | 0.079946 |
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 objects be orphaned. If true/false, the "orphan" finalizer w... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.054048020392656326,
0.05631465092301369,
0.015804747119545937,
-0.013646538369357586,
0.08196306973695755,
-0.050680018961429596,
-0.0291434396058321,
-0.02439739741384983,
-0.01775158941745758,
0.03995048627257347,
0.06689170002937317,
0.030529679730534554,
-0.020882295444607735,
0.001... | 0.062072 |
'0x4000000000000000', '0x8000000000000000') shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000') shard 3: shardRange(object.metadata.uid, '0xc000000000000000', '0x10000000000000000') This is an alpha field and requires enabling the ShardedListAndWatch feature gate. | | `timeoutSeconds` |... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
0.011137685738503933,
0.022692963480949402,
-0.03522689267992973,
0.052794959396123886,
0.012695668265223503,
-0.028656920418143272,
0.0018547821091488004,
-0.051645562052726746,
0.10094089061021805,
-0.021566955372691154,
-0.010871036909520626,
-0.006391153205186129,
-0.040051721036434174,
... | 0.043159 |
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 restrict the list of returned objects by their fie... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.05273723602294922,
0.03319627791643143,
-0.06051748991012573,
0.04339154437184334,
0.01924903504550457,
0.016153601929545403,
0.038313254714012146,
-0.0514952689409256,
0.07091006636619568,
0.026351314038038254,
-0.004634130280464888,
0.07897944003343582,
0.022563081234693527,
-0.086913... | 0.078681 |
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 true if `resourceVersion=""` or `resourceVersion="0"` (for backward compat... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
0.06393658369779587,
0.02605002373456955,
-0.004889213480055332,
0.03515121713280678,
-0.0031924587674438953,
-0.03658856451511383,
-0.012535213492810726,
-0.035454124212265015,
0.06349017471075058,
-0.022970426827669144,
-0.020935993641614914,
-0.04786597937345505,
0.04884590581059456,
-0... | -0.006271 |
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 restrict the list of returned objects by their fields. Defaults... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.04587237164378166,
0.028396539390087128,
-0.07378838956356049,
0.027781665325164795,
0.018093161284923553,
0.02535773627460003,
0.04416685923933983,
-0.05473003536462784,
0.08256249874830246,
0.019189195707440376,
0.006072324700653553,
0.09199012070894241,
0.02512267790734768,
-0.097035... | 0.09176 |
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 least to the moment when request started being processed. - `resource... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
0.04017804190516472,
0.01633562706410885,
0.03878214582800865,
0.05483891814947128,
0.02965913899242878,
-0.037546731531620026,
0.018277594819664955,
-0.05464315786957741,
0.09001919627189636,
-0.006935440935194492,
-0.018313394859433174,
-0.03599545359611511,
0.009567894972860813,
-0.0270... | 0.055032 |
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 the previous list results - objects that are cre... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.05965478718280792,
0.030545923858880997,
-0.019140509888529778,
0.0283802542835474,
0.0035680343862622976,
0.023854829370975494,
0.02052457630634308,
-0.02233465388417244,
0.05279109254479408,
0.023862555623054504,
0.017751341685652733,
0.10962805151939392,
0.014026918448507786,
-0.0668... | 0.117689 |
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 require `resourceVersionMatch` option to also be set. The ... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.05974581465125084,
-0.014433778822422028,
-0.0052437568083405495,
0.06676159054040909,
0.08321554958820343,
0.0035380630288273096,
0.04007942974567413,
-0.0267101489007473,
0.051535602658987045,
0.06726697832345963,
-0.04066351428627968,
-0.01092514954507351,
0.01765751838684082,
-0.008... | 0.094229 |
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 expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.07391979545354843,
0.014860679395496845,
-0.029183227568864822,
0.03789142146706581,
0.030458010733127594,
0.012177675031125546,
0.011538123711943626,
-0.027286382392048836,
0.06596772372722626,
0.034550007432699203,
0.005992208141833544,
0.09083834290504456,
0.022206217050552368,
-0.05... | 0.081237 |
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 will be sent. The bookm... | https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/core/resource-quota-v1.md | main | kubernetes | [
-0.07371095567941666,
0.005909509025514126,
-0.022636763751506805,
0.08366815745830536,
0.08835709095001221,
0.028617339208722115,
0.0538187250494957,
-0.0520167239010334,
0.06030310317873955,
0.05980025976896286,
-0.051052287220954895,
-0.03577742353081703,
0.01684187725186348,
-0.0221378... | 0.132854 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.