• Home
  • Raw
  • Download

Lines Matching +full:container +full:- +full:based

8   font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
104 …ground. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more …
107 1 - v1 error format
108 2 - v2 error format
113 …{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in you…
125 1 - v1 error format
126 2 - v2 error format
131container image. Revisions are created by updates to a Configuration. Cloud Run does not currently…
135 … preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations +op…
139-before order across separate operations. Clients may not set this value. It is represented in RFC…
140 …he system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. +optional
141container and after cleanup, remove the pod from the API. In the presence of network partitions, t…
142 …emove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this …
145- instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique …
146 …resenting a specific generation of the desired state. Populated by the system. Read-only. +optional
147 …eplication controllers and routes. More info: http://kubernetes.io/docs/user-guide/labels +optional
150 …ion definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#nam…
155 …roundDeletion" finalizer, then the owner cannot be deleted from the key-value store until thi…
157 …info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-ki…
158 …ing", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#nam…
159 …ring", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
162-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/co…
163 … # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional strin…
164 …nge on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/us…
168container": { # A single application container. This specifies both the container to run, the…
169container's environment. If a variable cannot be resolved, the reference in the input string …
172container's environment. If a variable cannot be resolved, the reference in the input string …
175 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
176 { # EnvVar represents an environment variable present in a Container.
178 …E) are expanded using the previous defined environment variables in the container and any route en…
183 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
191 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
199 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
201 …he contents of the target ConfigMap's Data field will represent the key-value pairs as enviro…
203 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
209 …. The contents of the target Secret's Data field will represent the key-value pairs as enviro…
211 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
219 …updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images +optional
220container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
221container is created. If the handler fails, the container is terminated and restarted according to…
222 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
223container, the working directory for the command is root ('/') in the container's f…
227 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
236 … accept a name or number. # Name or number of the port to access on the container. Number must be …
243 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
245 … accept a name or number. # Number or name of the port to access on the container. Number must be …
252container is terminated. The container is terminated after the handler completes. The reason for t…
253 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
254container, the working directory for the command is root ('/') in the container's f…
258 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
267 … accept a name or number. # Name or number of the port to access on the container. Number must be …
274 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
276 … accept a name or number. # Number or name of the port to access on the container. Number must be …
284container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
286 …es a specific action that should be taken # The action taken to determine the health of a container
287 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
288container, the working directory for the command is root ('/') in the container's f…
292 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
301 … accept a name or number. # Name or number of the port to access on the container. Number must be …
308 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
310 … accept a name or number. # Number or name of the port to access on the container. Number must be …
317 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
320 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
322 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
323container. Exposing a port here gives the system additional information about the network connecti…
324 { # ContainerPort represents a network port in a single container.
332container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
334 …es a specific action that should be taken # The action taken to determine the health of a container
335 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
336container, the working directory for the command is root ('/') in the container's f…
340 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
349 … accept a name or number. # Name or number of the port to access on the container. Number must be …
356 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
358 … accept a name or number. # Number or name of the port to access on the container. Number must be …
365 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
368 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
370 … Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/co…
379 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
382 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
388container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
389 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
390 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
398 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
399 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
400 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
401container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
402 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
403container # The SELinux context to be applied to the container. If unspecified, the container runt…
404 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
405 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
406 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
407 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
410 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
411container runtime should close the stdin channel after it has been opened by a single attach. When…
412container's termination message will be written is mounted into the container's filesyst…
413container status message on both success and failure. FallbackToLogsOnError will use the last chun…
414 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
415 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
416 { # volumeDevice describes a mapping of a raw block device within a container.
417 …ath": "A String", # devicePath is the path inside of the container that the device …
421 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
422 { # VolumeMount describes a mounting of a Volume within a container.
423 …"mountPath": "A String", # Path within the container at which the volume shoul…
424 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
426 …"readOnly": True or False, # Mounted read-only if true, read-write otherwise (false or u…
427 …th": "A String", # Path within the volume from which the container's volume sh…
430 … # Container's working directory. If not specified, the container runtime's default will…
432 …) ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container
433container that defines the unit of execution for this Revision. In the context of a Revision, we d…
434container. This specifies both the container to run, the command to run in the container and the a…
435container's environment. If a variable cannot be resolved, the reference in the input string …
438container's environment. If a variable cannot be resolved, the reference in the input string …
441 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
442 { # EnvVar represents an environment variable present in a Container.
444 …E) are expanded using the previous defined environment variables in the container and any route en…
449 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
457 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
465 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
467 …he contents of the target ConfigMap's Data field will represent the key-value pairs as enviro…
469 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
475 …. The contents of the target Secret's Data field will represent the key-value pairs as enviro…
477 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
485 …updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images +optional
486container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
487container is created. If the handler fails, the container is terminated and restarted according to…
488 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
489container, the working directory for the command is root ('/') in the container's f…
493 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
502 … accept a name or number. # Name or number of the port to access on the container. Number must be …
509 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
511 … accept a name or number. # Number or name of the port to access on the container. Number must be …
518container is terminated. The container is terminated after the handler completes. The reason for t…
519 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
520container, the working directory for the command is root ('/') in the container's f…
524 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
533 … accept a name or number. # Name or number of the port to access on the container. Number must be …
540 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
542 … accept a name or number. # Number or name of the port to access on the container. Number must be …
550container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
552 …es a specific action that should be taken # The action taken to determine the health of a container
553 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
554container, the working directory for the command is root ('/') in the container's f…
558 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
567 … accept a name or number. # Name or number of the port to access on the container. Number must be …
574 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
576 … accept a name or number. # Number or name of the port to access on the container. Number must be …
583 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
586 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
588 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
589container. Exposing a port here gives the system additional information about the network connecti…
590 { # ContainerPort represents a network port in a single container.
598container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
600 …es a specific action that should be taken # The action taken to determine the health of a container
601 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
602container, the working directory for the command is root ('/') in the container's f…
606 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
615 … accept a name or number. # Name or number of the port to access on the container. Number must be …
622 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
624 … accept a name or number. # Number or name of the port to access on the container. Number must be …
631 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
634 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
636 … Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/co…
645 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
648 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
654container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
655 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
656 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
664 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
665 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
666 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
667container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
668 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
669container # The SELinux context to be applied to the container. If unspecified, the container runt…
670 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
671 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
672 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
673 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
676 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
677container runtime should close the stdin channel after it has been opened by a single attach. When…
678container's termination message will be written is mounted into the container's filesyst…
679container status message on both success and failure. FallbackToLogsOnError will use the last chun…
680 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
681 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
682 { # volumeDevice describes a mapping of a raw block device within a container.
683 …ath": "A String", # devicePath is the path inside of the container that the device …
687 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
688 { # VolumeMount describes a mounting of a Volume within a container.
689 …"mountPath": "A String", # Path within the container at which the volume shoul…
690 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
692 …"readOnly": True or False, # Mounted read-only if true, read-write otherwise (false or u…
693 …th": "A String", # Path within the volume from which the container's volume sh…
696 … # Container's working directory. If not specified, the container runtime's default will…
699 …ead, which is the sequence number containing the latest generation of the desired state. Read-only.
701 …expected that the system will manipulate this based on routability and load. Populated by the syst…
704 { # Volume represents a named volume in a container.
707 …"items": [ # If unspecified, each key-value pair in the Data field of the referenced Sec…
720 …"items": [ # If unspecified, each key-value pair in the Data field of the referenced Sec…
728 …"secretName": "A String", # Name of the secret in the container's namespa…
738 …"reason": "A String", # One-word CamelCase reason for the condition's las…
741 …s://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Type…
744Container.Image. The digest is resolved during the creation of Revision. This field holds the dige…
745 …quot;, # Specifies the generated logging url for this particular revision based on the revision ur…
759 …fieldSelector: string, Allows to filter resources based on a specific value for a field name. Send…
761 …labelSelector: string, Allows to filter resources based on a label. Supported operations are =, !=…
767 1 - v1 error format
768 2 - v2 error format
776container image. Revisions are created by updates to a Configuration. Cloud Run does not currently…
780 … preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations +op…
784-before order across separate operations. Clients may not set this value. It is represented in RFC…
785 …he system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. +optional
786container and after cleanup, remove the pod from the API. In the presence of network partitions, t…
787 …emove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this …
790- instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique …
791 …resenting a specific generation of the desired state. Populated by the system. Read-only. +optional
792 …eplication controllers and routes. More info: http://kubernetes.io/docs/user-guide/labels +optional
795 …ion definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#nam…
800 …roundDeletion" finalizer, then the owner cannot be deleted from the key-value store until thi…
802 …info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-ki…
803 …ing", # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#nam…
804 …ring", # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
807-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/co…
808 … # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional strin…
809 …nge on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/us…
813container": { # A single application container. This specifies both the container to run, the…
814container's environment. If a variable cannot be resolved, the reference in the input string …
817container's environment. If a variable cannot be resolved, the reference in the input string …
820 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
821 { # EnvVar represents an environment variable present in a Container.
823 …E) are expanded using the previous defined environment variables in the container and any route en…
828 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
836 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
844 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
846 …he contents of the target ConfigMap's Data field will represent the key-value pairs as enviro…
848 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
854 …. The contents of the target Secret's Data field will represent the key-value pairs as enviro…
856 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
864 …updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images +optional
865container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
866container is created. If the handler fails, the container is terminated and restarted according to…
867 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
868container, the working directory for the command is root ('/') in the container's f…
872 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
881 … accept a name or number. # Name or number of the port to access on the container. Number must be …
888 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
890 … accept a name or number. # Number or name of the port to access on the container. Number must be …
897container is terminated. The container is terminated after the handler completes. The reason for t…
898 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
899container, the working directory for the command is root ('/') in the container's f…
903 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
912 … accept a name or number. # Name or number of the port to access on the container. Number must be …
919 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
921 … accept a name or number. # Number or name of the port to access on the container. Number must be …
929container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
931 …es a specific action that should be taken # The action taken to determine the health of a container
932 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
933container, the working directory for the command is root ('/') in the container's f…
937 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
946 … accept a name or number. # Name or number of the port to access on the container. Number must be …
953 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
955 … accept a name or number. # Number or name of the port to access on the container. Number must be …
962 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
965 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
967 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
968container. Exposing a port here gives the system additional information about the network connecti…
969 { # ContainerPort represents a network port in a single container.
977container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
979 …es a specific action that should be taken # The action taken to determine the health of a container
980 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
981container, the working directory for the command is root ('/') in the container's f…
985 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
994 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1001 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
1003 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1010 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
1013 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
1015 … Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/co…
1024 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
1027 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
1033container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1034 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1035 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1043 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1044 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1045 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1046container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1047 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1048container # The SELinux context to be applied to the container. If unspecified, the container runt…
1049 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1050 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1051 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1052 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1055 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1056container runtime should close the stdin channel after it has been opened by a single attach. When…
1057container's termination message will be written is mounted into the container's filesyst…
1058container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1059 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1060 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1061 { # volumeDevice describes a mapping of a raw block device within a container.
1062 …ath": "A String", # devicePath is the path inside of the container that the device …
1066 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1067 { # VolumeMount describes a mounting of a Volume within a container.
1068 …"mountPath": "A String", # Path within the container at which the volume shoul…
1069 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1071 …"readOnly": True or False, # Mounted read-only if true, read-write otherwise (false or u…
1072 …th": "A String", # Path within the volume from which the container's volume sh…
1075 … # Container's working directory. If not specified, the container runtime's default will…
1077 …) ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container
1078container that defines the unit of execution for this Revision. In the context of a Revision, we d…
1079container. This specifies both the container to run, the command to run in the container and the a…
1080container's environment. If a variable cannot be resolved, the reference in the input string …
1083container's environment. If a variable cannot be resolved, the reference in the input string …
1086 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
1087 { # EnvVar represents an environment variable present in a Container.
1089 …E) are expanded using the previous defined environment variables in the container and any route en…
1094 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1102 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1110 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
1112 …he contents of the target ConfigMap's Data field will represent the key-value pairs as enviro…
1114 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1120 …. The contents of the target Secret's Data field will represent the key-value pairs as enviro…
1122 …referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1130 …updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images +optional
1131container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
1132container is created. If the handler fails, the container is terminated and restarted according to…
1133 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1134container, the working directory for the command is root ('/') in the container's f…
1138 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
1147 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1154 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
1156 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1163container is terminated. The container is terminated after the handler completes. The reason for t…
1164 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1165container, the working directory for the command is root ('/') in the container's f…
1169 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
1178 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1185 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
1187 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1195container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1197 …es a specific action that should be taken # The action taken to determine the health of a container
1198 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1199container, the working directory for the command is root ('/') in the container's f…
1203 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
1212 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1219 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
1221 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1228 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
1231 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
1233 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
1234container. Exposing a port here gives the system additional information about the network connecti…
1235 { # ContainerPort represents a network port in a single container.
1243container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1245 …es a specific action that should be taken # The action taken to determine the health of a container
1246 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1247container, the working directory for the command is root ('/') in the container's f…
1251 …"httpGet": { # HTTPGetAction describes an action based on HTTP Get requests. # HTTPGet s…
1260 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1267 …"tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSock…
1269 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1276 …he container has started before liveness probes are initiated. More info: https://kubernetes.io/do…
1279 … More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +opt…
1281 … Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/co…
1290 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
1293 …f Requests is omitted for a container, it defaults to Limits if that is explicitly specified, othe…
1299container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1300 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1301 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1309 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1310 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1311 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1312container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1313 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1314container # The SELinux context to be applied to the container. If unspecified, the container runt…
1315 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1316 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1317 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1318 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1321 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1322container runtime should close the stdin channel after it has been opened by a single attach. When…
1323container's termination message will be written is mounted into the container's filesyst…
1324container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1325 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1326 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1327 { # volumeDevice describes a mapping of a raw block device within a container.
1328 …ath": "A String", # devicePath is the path inside of the container that the device …
1332 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1333 { # VolumeMount describes a mounting of a Volume within a container.
1334 …"mountPath": "A String", # Path within the container at which the volume shoul…
1335 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1337 …"readOnly": True or False, # Mounted read-only if true, read-write otherwise (false or u…
1338 …th": "A String", # Path within the volume from which the container's volume sh…
1341 … # Container's working directory. If not specified, the container runtime's default will…
1344 …ead, which is the sequence number containing the latest generation of the desired state. Read-only.
1346 …expected that the system will manipulate this based on routability and load. Populated by the syst…
1349 { # Volume represents a named volume in a container.
1352 …"items": [ # If unspecified, each key-value pair in the Data field of the referenced Sec…
1365 …"items": [ # If unspecified, each key-value pair in the Data field of the referenced Sec…
1373 …"secretName": "A String", # Name of the secret in the container's namespa…
1383 …"reason": "A String", # One-word CamelCase reason for the condition's las…
1386 …s://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Type…
1389Container.Image. The digest is resolved during the creation of Revision. This field holds the dige…
1390 …quot;, # Specifies the generated logging url for this particular revision based on the revision ur…
1399 …ed by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conven…
1400 …", # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional