• Home
  • Raw
  • Download

Lines Matching full:container

119 { # Service acts as a top-level container that manages a set of Routes and Configurations which imp…
129 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
161container image, and may also include labels and annotations that should be attached to the Revisi…
169 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
196container": { # A single application container. This specifies both the container to run, the…
197container's environment. If a variable cannot be resolved, the reference in the input string …
200container's environment. If a variable cannot be resolved, the reference in the input string …
203 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
204 { # EnvVar represents an environment variable present in a Container.
206 …E) are expanded using the previous defined environment variables in the container and any route en…
227 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
248container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
249container is created. If the handler fails, the container is terminated and restarted according to…
250 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
251 …mand line to execute inside the container, the working directory for the command is root ('/&…
264 … accept a name or number. # Name or number of the port to access on the container. Number must be …
273 … accept a name or number. # Number or name of the port to access on the container. Number must be …
280container is terminated. The container is terminated after the handler completes. The reason for t…
281 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
282 …mand line to execute inside the container, the working directory for the command is root ('/&…
295 … accept a name or number. # Name or number of the port to access on the container. Number must be …
304 … accept a name or number. # Number or name of the port to access on the container. Number must be …
312container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
314 …es a specific action that should be taken # The action taken to determine the health of a container
315 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
316 …mand line to execute inside the container, the working directory for the command is root ('/&…
329 … accept a name or number. # Name or number of the port to access on the container. Number must be …
338 … accept a name or number. # Number or name of the port to access on the container. Number must be …
345 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
348 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
350 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
351container. Exposing a port here gives the system additional information about the network connecti…
352 { # ContainerPort represents a network port in a single container.
360container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
362 …es a specific action that should be taken # The action taken to determine the health of a container
363 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
364 …mand line to execute inside the container, the working directory for the command is root ('/&…
377 … accept a name or number. # Name or number of the port to access on the container. Number must be …
386 … accept a name or number. # Number or name of the port to access on the container. Number must be …
393 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
396 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
398 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
407 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
410 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
416container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
417 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
418 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
426 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
427 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
428 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
429container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
430 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
431container # The SELinux context to be applied to the container. If unspecified, the container runt…
432 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
433 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
434 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
435 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
438 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
439container runtime should close the stdin channel after it has been opened by a single attach. When…
440 …ath at which the file to which the container's termination message will be written is mounted…
441container status message on both success and failure. FallbackToLogsOnError will use the last chun…
442 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
443 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
444 { # volumeDevice describes a mapping of a raw block device within a container.
445 …ath": "A String", # devicePath is the path inside of the container that the device …
449 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
450 { # VolumeMount describes a mounting of a Volume within a container.
451 …"mountPath": "A String", # Path within the container at which the volume shoul…
452 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
455 …th": "A String", # Path within the volume from which the container's volume sh…
458 … # Container's working directory. If not specified, the container runtime's default will…
460 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
461container that defines the unit of execution for this Revision. In the context of a Revision, we d…
462container. This specifies both the container to run, the command to run in the container and the a…
463container's environment. If a variable cannot be resolved, the reference in the input string …
466container's environment. If a variable cannot be resolved, the reference in the input string …
469 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
470 { # EnvVar represents an environment variable present in a Container.
472 …E) are expanded using the previous defined environment variables in the container and any route en…
493 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
514container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
515container is created. If the handler fails, the container is terminated and restarted according to…
516 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
517 …mand line to execute inside the container, the working directory for the command is root ('/&…
530 … accept a name or number. # Name or number of the port to access on the container. Number must be …
539 … accept a name or number. # Number or name of the port to access on the container. Number must be …
546container is terminated. The container is terminated after the handler completes. The reason for t…
547 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
548 …mand line to execute inside the container, the working directory for the command is root ('/&…
561 … accept a name or number. # Name or number of the port to access on the container. Number must be …
570 … accept a name or number. # Number or name of the port to access on the container. Number must be …
578container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
580 …es a specific action that should be taken # The action taken to determine the health of a container
581 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
582 …mand line to execute inside the container, the working directory for the command is root ('/&…
595 … accept a name or number. # Name or number of the port to access on the container. Number must be …
604 … accept a name or number. # Number or name of the port to access on the container. Number must be …
611 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
614 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
616 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
617container. Exposing a port here gives the system additional information about the network connecti…
618 { # ContainerPort represents a network port in a single container.
626container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
628 …es a specific action that should be taken # The action taken to determine the health of a container
629 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
630 …mand line to execute inside the container, the working directory for the command is root ('/&…
643 … accept a name or number. # Name or number of the port to access on the container. Number must be …
652 … accept a name or number. # Number or name of the port to access on the container. Number must be …
659 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
662 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
664 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
673 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
676 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
682container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
683 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
684 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
692 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
693 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
694 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
695container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
696 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
697container # The SELinux context to be applied to the container. If unspecified, the container runt…
698 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
699 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
700 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
701 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
704 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
705container runtime should close the stdin channel after it has been opened by a single attach. When…
706 …ath at which the file to which the container's termination message will be written is mounted…
707container status message on both success and failure. FallbackToLogsOnError will use the last chun…
708 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
709 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
710 { # volumeDevice describes a mapping of a raw block device within a container.
711 …ath": "A String", # devicePath is the path inside of the container that the device …
715 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
716 { # VolumeMount describes a mounting of a Volume within a container.
717 …"mountPath": "A String", # Path within the container at which the volume shoul…
718 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
721 …th": "A String", # Path within the volume from which the container's volume sh…
724 … # Container's working directory. If not specified, the container runtime's default will…
732 { # Volume represents a named volume in a container.
756 …uot;secretName": "A String", # Name of the secret in the container's namespace…
770 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
797container": { # A single application container. This specifies both the container to run, the…
798container's environment. If a variable cannot be resolved, the reference in the input string …
801container's environment. If a variable cannot be resolved, the reference in the input string …
804 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
805 { # EnvVar represents an environment variable present in a Container.
807 …E) are expanded using the previous defined environment variables in the container and any route en…
828 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
849container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
850container is created. If the handler fails, the container is terminated and restarted according to…
851 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
852 …mand line to execute inside the container, the working directory for the command is root ('/&…
865 … accept a name or number. # Name or number of the port to access on the container. Number must be …
874 … accept a name or number. # Number or name of the port to access on the container. Number must be …
881container is terminated. The container is terminated after the handler completes. The reason for t…
882 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
883 …mand line to execute inside the container, the working directory for the command is root ('/&…
896 … accept a name or number. # Name or number of the port to access on the container. Number must be …
905 … accept a name or number. # Number or name of the port to access on the container. Number must be …
913container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
915 …es a specific action that should be taken # The action taken to determine the health of a container
916 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
917 …mand line to execute inside the container, the working directory for the command is root ('/&…
930 … accept a name or number. # Name or number of the port to access on the container. Number must be …
939 … accept a name or number. # Number or name of the port to access on the container. Number must be …
946 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
949 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
951 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
952container. Exposing a port here gives the system additional information about the network connecti…
953 { # ContainerPort represents a network port in a single container.
961container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
963 …es a specific action that should be taken # The action taken to determine the health of a container
964 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
965 …mand line to execute inside the container, the working directory for the command is root ('/&…
978 … accept a name or number. # Name or number of the port to access on the container. Number must be …
987 … accept a name or number. # Number or name of the port to access on the container. Number must be …
994 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
997 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
999 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
1008 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1011 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1017container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1018 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1019 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1027 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1028 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1029 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1030container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1031 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1032container # The SELinux context to be applied to the container. If unspecified, the container runt…
1033 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1034 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1035 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1036 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1039 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1040container runtime should close the stdin channel after it has been opened by a single attach. When…
1041 …ath at which the file to which the container's termination message will be written is mounted…
1042container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1043 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1044 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1045 { # volumeDevice describes a mapping of a raw block device within a container.
1046 …ath": "A String", # devicePath is the path inside of the container that the device …
1050 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1051 { # VolumeMount describes a mounting of a Volume within a container.
1052 …"mountPath": "A String", # Path within the container at which the volume shoul…
1053 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1056 …th": "A String", # Path within the volume from which the container's volume sh…
1059 … # Container's working directory. If not specified, the container runtime's default will…
1061 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
1062container that defines the unit of execution for this Revision. In the context of a Revision, we d…
1063container. This specifies both the container to run, the command to run in the container and the a…
1064container's environment. If a variable cannot be resolved, the reference in the input string …
1067container's environment. If a variable cannot be resolved, the reference in the input string …
1070 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
1071 { # EnvVar represents an environment variable present in a Container.
1073 …E) are expanded using the previous defined environment variables in the container and any route en…
1094 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
1115container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
1116container is created. If the handler fails, the container is terminated and restarted according to…
1117 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1118 …mand line to execute inside the container, the working directory for the command is root ('/&…
1131 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1140 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1147container is terminated. The container is terminated after the handler completes. The reason for t…
1148 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1149 …mand line to execute inside the container, the working directory for the command is root ('/&…
1162 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1171 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1179container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1181 …es a specific action that should be taken # The action taken to determine the health of a container
1182 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1183 …mand line to execute inside the container, the working directory for the command is root ('/&…
1196 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1205 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1212 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1215 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1217 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
1218container. Exposing a port here gives the system additional information about the network connecti…
1219 { # ContainerPort represents a network port in a single container.
1227container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1229 …es a specific action that should be taken # The action taken to determine the health of a container
1230 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1231 …mand line to execute inside the container, the working directory for the command is root ('/&…
1244 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1253 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1260 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1263 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1265 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
1274 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1277 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1283container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1284 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1285 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1293 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1294 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1295 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1296container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1297 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1298container # The SELinux context to be applied to the container. If unspecified, the container runt…
1299 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1300 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1301 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1302 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1305 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1306container runtime should close the stdin channel after it has been opened by a single attach. When…
1307 …ath at which the file to which the container's termination message will be written is mounted…
1308container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1309 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1310 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1311 { # volumeDevice describes a mapping of a raw block device within a container.
1312 …ath": "A String", # devicePath is the path inside of the container that the device …
1316 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1317 { # VolumeMount describes a mounting of a Volume within a container.
1318 …"mountPath": "A String", # Path within the container at which the volume shoul…
1319 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1322 …th": "A String", # Path within the volume from which the container's volume sh…
1325 … # Container's working directory. If not specified, the container runtime's default will…
1333 { # Volume represents a named volume in a container.
1357 …uot;secretName": "A String", # Name of the secret in the container's namespace…
1369container image, and may also include labels and annotations that should be attached to the Revisi…
1377 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
1404container": { # A single application container. This specifies both the container to run, the…
1405container's environment. If a variable cannot be resolved, the reference in the input string …
1408container's environment. If a variable cannot be resolved, the reference in the input string …
1411 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
1412 { # EnvVar represents an environment variable present in a Container.
1414 …E) are expanded using the previous defined environment variables in the container and any route en…
1435 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
1456container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
1457container is created. If the handler fails, the container is terminated and restarted according to…
1458 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1459 …mand line to execute inside the container, the working directory for the command is root ('/&…
1472 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1481 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1488container is terminated. The container is terminated after the handler completes. The reason for t…
1489 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1490 …mand line to execute inside the container, the working directory for the command is root ('/&…
1503 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1512 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1520container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1522 …es a specific action that should be taken # The action taken to determine the health of a container
1523 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1524 …mand line to execute inside the container, the working directory for the command is root ('/&…
1537 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1546 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1553 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1556 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1558 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
1559container. Exposing a port here gives the system additional information about the network connecti…
1560 { # ContainerPort represents a network port in a single container.
1568container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1570 …es a specific action that should be taken # The action taken to determine the health of a container
1571 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1572 …mand line to execute inside the container, the working directory for the command is root ('/&…
1585 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1594 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1601 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1604 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1606 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
1615 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1618 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1624container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1625 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1626 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1634 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1635 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1636 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1637container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1638 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1639container # The SELinux context to be applied to the container. If unspecified, the container runt…
1640 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1641 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1642 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1643 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1646 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1647container runtime should close the stdin channel after it has been opened by a single attach. When…
1648 …ath at which the file to which the container's termination message will be written is mounted…
1649container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1650 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1651 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1652 { # volumeDevice describes a mapping of a raw block device within a container.
1653 …ath": "A String", # devicePath is the path inside of the container that the device …
1657 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1658 { # VolumeMount describes a mounting of a Volume within a container.
1659 …"mountPath": "A String", # Path within the container at which the volume shoul…
1660 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1663 …th": "A String", # Path within the volume from which the container's volume sh…
1666 … # Container's working directory. If not specified, the container runtime's default will…
1668 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
1669container that defines the unit of execution for this Revision. In the context of a Revision, we d…
1670container. This specifies both the container to run, the command to run in the container and the a…
1671container's environment. If a variable cannot be resolved, the reference in the input string …
1674container's environment. If a variable cannot be resolved, the reference in the input string …
1677 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
1678 { # EnvVar represents an environment variable present in a Container.
1680 …E) are expanded using the previous defined environment variables in the container and any route en…
1701 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
1722container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
1723container is created. If the handler fails, the container is terminated and restarted according to…
1724 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1725 …mand line to execute inside the container, the working directory for the command is root ('/&…
1738 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1747 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1754container is terminated. The container is terminated after the handler completes. The reason for t…
1755 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1756 …mand line to execute inside the container, the working directory for the command is root ('/&…
1769 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1778 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1786container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1788 …es a specific action that should be taken # The action taken to determine the health of a container
1789 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1790 …mand line to execute inside the container, the working directory for the command is root ('/&…
1803 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1812 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1819 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1822 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1824 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
1825container. Exposing a port here gives the system additional information about the network connecti…
1826 { # ContainerPort represents a network port in a single container.
1834container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1836 …es a specific action that should be taken # The action taken to determine the health of a container
1837 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1838 …mand line to execute inside the container, the working directory for the command is root ('/&…
1851 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1860 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1867 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1870 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1872 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
1881 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1884 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1890container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1891 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1892 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1900 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1901 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1902 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1903container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1904 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1905container # The SELinux context to be applied to the container. If unspecified, the container runt…
1906 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1907 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1908 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1909 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1912 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1913container runtime should close the stdin channel after it has been opened by a single attach. When…
1914 …ath at which the file to which the container's termination message will be written is mounted…
1915container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1916 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1917 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1918 { # volumeDevice describes a mapping of a raw block device within a container.
1919 …ath": "A String", # devicePath is the path inside of the container that the device …
1923 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1924 { # VolumeMount describes a mounting of a Volume within a container.
1925 …"mountPath": "A String", # Path within the container at which the volume shoul…
1926 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1929 …th": "A String", # Path within the volume from which the container's volume sh…
1932 … # Container's working directory. If not specified, the container runtime's default will…
1940 { # Volume represents a named volume in a container.
1964 …uot;secretName": "A String", # Name of the secret in the container's namespace…
1978 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
2005container": { # A single application container. This specifies both the container to run, the…
2006container's environment. If a variable cannot be resolved, the reference in the input string …
2009container's environment. If a variable cannot be resolved, the reference in the input string …
2012 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2013 { # EnvVar represents an environment variable present in a Container.
2015 …E) are expanded using the previous defined environment variables in the container and any route en…
2036 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2057container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2058container is created. If the handler fails, the container is terminated and restarted according to…
2059 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2060 …mand line to execute inside the container, the working directory for the command is root ('/&…
2073 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2082 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2089container is terminated. The container is terminated after the handler completes. The reason for t…
2090 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2091 …mand line to execute inside the container, the working directory for the command is root ('/&…
2104 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2113 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2121container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2123 …es a specific action that should be taken # The action taken to determine the health of a container
2124 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2125 …mand line to execute inside the container, the working directory for the command is root ('/&…
2138 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2147 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2154 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2157 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2159 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
2160container. Exposing a port here gives the system additional information about the network connecti…
2161 { # ContainerPort represents a network port in a single container.
2169container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2171 …es a specific action that should be taken # The action taken to determine the health of a container
2172 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2173 …mand line to execute inside the container, the working directory for the command is root ('/&…
2186 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2195 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2202 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2205 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2207 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
2216 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2219 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2225container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
2226 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
2227 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
2235 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
2236 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
2237 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
2238container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
2239 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
2240container # The SELinux context to be applied to the container. If unspecified, the container runt…
2241 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
2242 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
2243 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
2244 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
2247 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
2248container runtime should close the stdin channel after it has been opened by a single attach. When…
2249 …ath at which the file to which the container's termination message will be written is mounted…
2250container status message on both success and failure. FallbackToLogsOnError will use the last chun…
2251 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
2252 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
2253 { # volumeDevice describes a mapping of a raw block device within a container.
2254 …ath": "A String", # devicePath is the path inside of the container that the device …
2258 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
2259 { # VolumeMount describes a mounting of a Volume within a container.
2260 …"mountPath": "A String", # Path within the container at which the volume shoul…
2261 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
2264 …th": "A String", # Path within the volume from which the container's volume sh…
2267 … # Container's working directory. If not specified, the container runtime's default will…
2269 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
2270container that defines the unit of execution for this Revision. In the context of a Revision, we d…
2271container. This specifies both the container to run, the command to run in the container and the a…
2272container's environment. If a variable cannot be resolved, the reference in the input string …
2275container's environment. If a variable cannot be resolved, the reference in the input string …
2278 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2279 { # EnvVar represents an environment variable present in a Container.
2281 …E) are expanded using the previous defined environment variables in the container and any route en…
2302 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2323container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2324container is created. If the handler fails, the container is terminated and restarted according to…
2325 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2326 …mand line to execute inside the container, the working directory for the command is root ('/&…
2339 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2348 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2355container is terminated. The container is terminated after the handler completes. The reason for t…
2356 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2357 …mand line to execute inside the container, the working directory for the command is root ('/&…
2370 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2379 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2387container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2389 …es a specific action that should be taken # The action taken to determine the health of a container
2390 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2391 …mand line to execute inside the container, the working directory for the command is root ('/&…
2404 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2413 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2420 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2423 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2425 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
2426container. Exposing a port here gives the system additional information about the network connecti…
2427 { # ContainerPort represents a network port in a single container.
2435container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2437 …es a specific action that should be taken # The action taken to determine the health of a container
2438 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2439 …mand line to execute inside the container, the working directory for the command is root ('/&…
2452 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2461 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2468 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2471 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2473 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
2482 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2485 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2491container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
2492 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
2493 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
2501 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
2502 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
2503 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
2504container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
2505 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
2506container # The SELinux context to be applied to the container. If unspecified, the container runt…
2507 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
2508 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
2509 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
2510 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
2513 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
2514container runtime should close the stdin channel after it has been opened by a single attach. When…
2515 …ath at which the file to which the container's termination message will be written is mounted…
2516container status message on both success and failure. FallbackToLogsOnError will use the last chun…
2517 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
2518 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
2519 { # volumeDevice describes a mapping of a raw block device within a container.
2520 …ath": "A String", # devicePath is the path inside of the container that the device …
2524 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
2525 { # VolumeMount describes a mounting of a Volume within a container.
2526 …"mountPath": "A String", # Path within the container at which the volume shoul…
2527 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
2530 …th": "A String", # Path within the volume from which the container's volume sh…
2533 … # Container's working directory. If not specified, the container runtime's default will…
2541 { # Volume represents a named volume in a container.
2565 …uot;secretName": "A String", # Name of the secret in the container's namespace…
2580container image, and may also include labels and annotations that should be attached to the Revisi…
2588 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
2615container": { # A single application container. This specifies both the container to run, the…
2616container's environment. If a variable cannot be resolved, the reference in the input string …
2619container's environment. If a variable cannot be resolved, the reference in the input string …
2622 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2623 { # EnvVar represents an environment variable present in a Container.
2625 …E) are expanded using the previous defined environment variables in the container and any route en…
2646 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2667container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2668container is created. If the handler fails, the container is terminated and restarted according to…
2669 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2670 …mand line to execute inside the container, the working directory for the command is root ('/&…
2683 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2692 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2699container is terminated. The container is terminated after the handler completes. The reason for t…
2700 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2701 …mand line to execute inside the container, the working directory for the command is root ('/&…
2714 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2723 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2731container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2733 …es a specific action that should be taken # The action taken to determine the health of a container
2734 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2735 …mand line to execute inside the container, the working directory for the command is root ('/&…
2748 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2757 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2764 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2767 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2769 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
2770container. Exposing a port here gives the system additional information about the network connecti…
2771 { # ContainerPort represents a network port in a single container.
2779container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2781 …es a specific action that should be taken # The action taken to determine the health of a container
2782 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2783 …mand line to execute inside the container, the working directory for the command is root ('/&…
2796 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2805 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2812 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2815 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2817 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
2826 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2829 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2835container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
2836 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
2837 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
2845 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
2846 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
2847 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
2848container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
2849 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
2850container # The SELinux context to be applied to the container. If unspecified, the container runt…
2851 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
2852 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
2853 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
2854 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
2857 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
2858container runtime should close the stdin channel after it has been opened by a single attach. When…
2859 …ath at which the file to which the container's termination message will be written is mounted…
2860container status message on both success and failure. FallbackToLogsOnError will use the last chun…
2861 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
2862 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
2863 { # volumeDevice describes a mapping of a raw block device within a container.
2864 …ath": "A String", # devicePath is the path inside of the container that the device …
2868 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
2869 { # VolumeMount describes a mounting of a Volume within a container.
2870 …"mountPath": "A String", # Path within the container at which the volume shoul…
2871 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
2874 …th": "A String", # Path within the volume from which the container's volume sh…
2877 … # Container's working directory. If not specified, the container runtime's default will…
2879 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
2880container that defines the unit of execution for this Revision. In the context of a Revision, we d…
2881container. This specifies both the container to run, the command to run in the container and the a…
2882container's environment. If a variable cannot be resolved, the reference in the input string …
2885container's environment. If a variable cannot be resolved, the reference in the input string …
2888 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2889 { # EnvVar represents an environment variable present in a Container.
2891 …E) are expanded using the previous defined environment variables in the container and any route en…
2912 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2933container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2934container is created. If the handler fails, the container is terminated and restarted according to…
2935 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2936 …mand line to execute inside the container, the working directory for the command is root ('/&…
2949 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2958 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2965container is terminated. The container is terminated after the handler completes. The reason for t…
2966 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2967 …mand line to execute inside the container, the working directory for the command is root ('/&…
2980 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2989 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2997container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2999 …es a specific action that should be taken # The action taken to determine the health of a container
3000 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3001 …mand line to execute inside the container, the working directory for the command is root ('/&…
3014 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3023 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3030 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3033 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3035 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3036container. Exposing a port here gives the system additional information about the network connecti…
3037 { # ContainerPort represents a network port in a single container.
3045container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3047 …es a specific action that should be taken # The action taken to determine the health of a container
3048 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3049 …mand line to execute inside the container, the working directory for the command is root ('/&…
3062 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3071 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3078 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3081 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3083 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
3092 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3095 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3101container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
3102 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
3103 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
3111 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
3112 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
3113 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
3114container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
3115 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
3116container # The SELinux context to be applied to the container. If unspecified, the container runt…
3117 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
3118 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
3119 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
3120 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
3123 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
3124container runtime should close the stdin channel after it has been opened by a single attach. When…
3125 …ath at which the file to which the container's termination message will be written is mounted…
3126container status message on both success and failure. FallbackToLogsOnError will use the last chun…
3127 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
3128 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
3129 { # volumeDevice describes a mapping of a raw block device within a container.
3130 …ath": "A String", # devicePath is the path inside of the container that the device …
3134 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
3135 { # VolumeMount describes a mounting of a Volume within a container.
3136 …"mountPath": "A String", # Path within the container at which the volume shoul…
3137 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
3140 …th": "A String", # Path within the volume from which the container's volume sh…
3143 … # Container's working directory. If not specified, the container runtime's default will…
3151 { # Volume represents a named volume in a container.
3175 …uot;secretName": "A String", # Name of the secret in the container's namespace…
3189 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
3216container": { # A single application container. This specifies both the container to run, the…
3217container's environment. If a variable cannot be resolved, the reference in the input string …
3220container's environment. If a variable cannot be resolved, the reference in the input string …
3223 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
3224 { # EnvVar represents an environment variable present in a Container.
3226 …E) are expanded using the previous defined environment variables in the container and any route en…
3247 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
3268container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
3269container is created. If the handler fails, the container is terminated and restarted according to…
3270 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3271 …mand line to execute inside the container, the working directory for the command is root ('/&…
3284 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3293 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3300container is terminated. The container is terminated after the handler completes. The reason for t…
3301 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3302 …mand line to execute inside the container, the working directory for the command is root ('/&…
3315 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3324 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3332container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3334 …es a specific action that should be taken # The action taken to determine the health of a container
3335 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3336 …mand line to execute inside the container, the working directory for the command is root ('/&…
3349 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3358 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3365 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3368 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3370 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3371container. Exposing a port here gives the system additional information about the network connecti…
3372 { # ContainerPort represents a network port in a single container.
3380container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3382 …es a specific action that should be taken # The action taken to determine the health of a container
3383 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3384 …mand line to execute inside the container, the working directory for the command is root ('/&…
3397 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3406 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3413 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3416 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3418 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
3427 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3430 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3436container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
3437 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
3438 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
3446 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
3447 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
3448 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
3449container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
3450 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
3451container # The SELinux context to be applied to the container. If unspecified, the container runt…
3452 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
3453 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
3454 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
3455 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
3458 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
3459container runtime should close the stdin channel after it has been opened by a single attach. When…
3460 …ath at which the file to which the container's termination message will be written is mounted…
3461container status message on both success and failure. FallbackToLogsOnError will use the last chun…
3462 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
3463 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
3464 { # volumeDevice describes a mapping of a raw block device within a container.
3465 …ath": "A String", # devicePath is the path inside of the container that the device …
3469 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
3470 { # VolumeMount describes a mounting of a Volume within a container.
3471 …"mountPath": "A String", # Path within the container at which the volume shoul…
3472 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
3475 …th": "A String", # Path within the volume from which the container's volume sh…
3478 … # Container's working directory. If not specified, the container runtime's default will…
3480 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
3481container that defines the unit of execution for this Revision. In the context of a Revision, we d…
3482container. This specifies both the container to run, the command to run in the container and the a…
3483container's environment. If a variable cannot be resolved, the reference in the input string …
3486container's environment. If a variable cannot be resolved, the reference in the input string …
3489 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
3490 { # EnvVar represents an environment variable present in a Container.
3492 …E) are expanded using the previous defined environment variables in the container and any route en…
3513 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
3534container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
3535container is created. If the handler fails, the container is terminated and restarted according to…
3536 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3537 …mand line to execute inside the container, the working directory for the command is root ('/&…
3550 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3559 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3566container is terminated. The container is terminated after the handler completes. The reason for t…
3567 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3568 …mand line to execute inside the container, the working directory for the command is root ('/&…
3581 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3590 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3598container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3600 …es a specific action that should be taken # The action taken to determine the health of a container
3601 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3602 …mand line to execute inside the container, the working directory for the command is root ('/&…
3615 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3624 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3631 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3634 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3636 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3637container. Exposing a port here gives the system additional information about the network connecti…
3638 { # ContainerPort represents a network port in a single container.
3646container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3648 …es a specific action that should be taken # The action taken to determine the health of a container
3649 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3650 …mand line to execute inside the container, the working directory for the command is root ('/&…
3663 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3672 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3679 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3682 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3684 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
3693 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3696 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3702container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
3703 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
3704 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
3712 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
3713 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
3714 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
3715container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
3716 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
3717container # The SELinux context to be applied to the container. If unspecified, the container runt…
3718 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
3719 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
3720 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
3721 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
3724 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
3725container runtime should close the stdin channel after it has been opened by a single attach. When…
3726 …ath at which the file to which the container's termination message will be written is mounted…
3727container status message on both success and failure. FallbackToLogsOnError will use the last chun…
3728 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
3729 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
3730 { # volumeDevice describes a mapping of a raw block device within a container.
3731 …ath": "A String", # devicePath is the path inside of the container that the device …
3735 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
3736 { # VolumeMount describes a mounting of a Volume within a container.
3737 …"mountPath": "A String", # Path within the container at which the volume shoul…
3738 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
3741 …th": "A String", # Path within the volume from which the container's volume sh…
3744 … # Container's working directory. If not specified, the container runtime's default will…
3752 { # Volume represents a named volume in a container.
3776 …uot;secretName": "A String", # Name of the secret in the container's namespace…
3792 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
3819container": { # A single application container. This specifies both the container to run, the…
3820container's environment. If a variable cannot be resolved, the reference in the input string …
3823container's environment. If a variable cannot be resolved, the reference in the input string …
3826 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
3827 { # EnvVar represents an environment variable present in a Container.
3829 …E) are expanded using the previous defined environment variables in the container and any route en…
3850 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
3871container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
3872container is created. If the handler fails, the container is terminated and restarted according to…
3873 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3874 …mand line to execute inside the container, the working directory for the command is root ('/&…
3887 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3896 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3903container is terminated. The container is terminated after the handler completes. The reason for t…
3904 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3905 …mand line to execute inside the container, the working directory for the command is root ('/&…
3918 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3927 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3935container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3937 …es a specific action that should be taken # The action taken to determine the health of a container
3938 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3939 …mand line to execute inside the container, the working directory for the command is root ('/&…
3952 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3961 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3968 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3971 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3973 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3974container. Exposing a port here gives the system additional information about the network connecti…
3975 { # ContainerPort represents a network port in a single container.
3983container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3985 …es a specific action that should be taken # The action taken to determine the health of a container
3986 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3987 …mand line to execute inside the container, the working directory for the command is root ('/&…
4000 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4009 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4016 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4019 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4021 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4030 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4033 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4039container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
4040 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
4041 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
4049 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
4050 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
4051 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
4052container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
4053 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
4054container # The SELinux context to be applied to the container. If unspecified, the container runt…
4055 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
4056 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
4057 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
4058 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
4061 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
4062container runtime should close the stdin channel after it has been opened by a single attach. When…
4063 …ath at which the file to which the container's termination message will be written is mounted…
4064container status message on both success and failure. FallbackToLogsOnError will use the last chun…
4065 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
4066 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
4067 { # volumeDevice describes a mapping of a raw block device within a container.
4068 …ath": "A String", # devicePath is the path inside of the container that the device …
4072 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
4073 { # VolumeMount describes a mounting of a Volume within a container.
4074 …"mountPath": "A String", # Path within the container at which the volume shoul…
4075 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
4078 …th": "A String", # Path within the volume from which the container's volume sh…
4081 … # Container's working directory. If not specified, the container runtime's default will…
4083 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
4084container that defines the unit of execution for this Revision. In the context of a Revision, we d…
4085container. This specifies both the container to run, the command to run in the container and the a…
4086container's environment. If a variable cannot be resolved, the reference in the input string …
4089container's environment. If a variable cannot be resolved, the reference in the input string …
4092 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
4093 { # EnvVar represents an environment variable present in a Container.
4095 …E) are expanded using the previous defined environment variables in the container and any route en…
4116 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
4137container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
4138container is created. If the handler fails, the container is terminated and restarted according to…
4139 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4140 …mand line to execute inside the container, the working directory for the command is root ('/&…
4153 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4162 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4169container is terminated. The container is terminated after the handler completes. The reason for t…
4170 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4171 …mand line to execute inside the container, the working directory for the command is root ('/&…
4184 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4193 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4201container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4203 …es a specific action that should be taken # The action taken to determine the health of a container
4204 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4205 …mand line to execute inside the container, the working directory for the command is root ('/&…
4218 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4227 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4234 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4237 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4239 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
4240container. Exposing a port here gives the system additional information about the network connecti…
4241 { # ContainerPort represents a network port in a single container.
4249container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4251 …es a specific action that should be taken # The action taken to determine the health of a container
4252 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4253 …mand line to execute inside the container, the working directory for the command is root ('/&…
4266 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4275 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4282 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4285 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4287 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4296 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4299 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4305container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
4306 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
4307 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
4315 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
4316 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
4317 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
4318container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
4319 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
4320container # The SELinux context to be applied to the container. If unspecified, the container runt…
4321 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
4322 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
4323 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
4324 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
4327 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
4328container runtime should close the stdin channel after it has been opened by a single attach. When…
4329 …ath at which the file to which the container's termination message will be written is mounted…
4330container status message on both success and failure. FallbackToLogsOnError will use the last chun…
4331 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
4332 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
4333 { # volumeDevice describes a mapping of a raw block device within a container.
4334 …ath": "A String", # devicePath is the path inside of the container that the device …
4338 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
4339 { # VolumeMount describes a mounting of a Volume within a container.
4340 …"mountPath": "A String", # Path within the container at which the volume shoul…
4341 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
4344 …th": "A String", # Path within the volume from which the container's volume sh…
4347 … # Container's working directory. If not specified, the container runtime's default will…
4355 { # Volume represents a named volume in a container.
4379 …"secretName": "A String", # Name of the secret in the container's namespa…
4439 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
4449 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
4481container image, and may also include labels and annotations that should be attached to the Revisi…
4489 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
4516container": { # A single application container. This specifies both the container to run, the…
4517container's environment. If a variable cannot be resolved, the reference in the input string …
4520container's environment. If a variable cannot be resolved, the reference in the input string …
4523 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
4524 { # EnvVar represents an environment variable present in a Container.
4526 …E) are expanded using the previous defined environment variables in the container and any route en…
4547 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
4568container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
4569container is created. If the handler fails, the container is terminated and restarted according to…
4570 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4571 …mand line to execute inside the container, the working directory for the command is root ('/&…
4584 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4593 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4600container is terminated. The container is terminated after the handler completes. The reason for t…
4601 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4602 …mand line to execute inside the container, the working directory for the command is root ('/&…
4615 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4624 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4632container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4634 …es a specific action that should be taken # The action taken to determine the health of a container
4635 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4636 …mand line to execute inside the container, the working directory for the command is root ('/&…
4649 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4658 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4665 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4668 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4670 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
4671container. Exposing a port here gives the system additional information about the network connecti…
4672 { # ContainerPort represents a network port in a single container.
4680container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4682 …es a specific action that should be taken # The action taken to determine the health of a container
4683 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4684 …mand line to execute inside the container, the working directory for the command is root ('/&…
4697 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4706 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4713 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4716 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4718 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4727 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4730 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4736container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
4737 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
4738 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
4746 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
4747 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
4748 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
4749container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
4750 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
4751container # The SELinux context to be applied to the container. If unspecified, the container runt…
4752 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
4753 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
4754 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
4755 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
4758 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
4759container runtime should close the stdin channel after it has been opened by a single attach. When…
4760 …ath at which the file to which the container's termination message will be written is mounted…
4761container status message on both success and failure. FallbackToLogsOnError will use the last chun…
4762 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
4763 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
4764 { # volumeDevice describes a mapping of a raw block device within a container.
4765 …ath": "A String", # devicePath is the path inside of the container that the device …
4769 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
4770 { # VolumeMount describes a mounting of a Volume within a container.
4771 …"mountPath": "A String", # Path within the container at which the volume shoul…
4772 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
4775 …th": "A String", # Path within the volume from which the container's volume sh…
4778 … # Container's working directory. If not specified, the container runtime's default will…
4780 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
4781container that defines the unit of execution for this Revision. In the context of a Revision, we d…
4782container. This specifies both the container to run, the command to run in the container and the a…
4783container's environment. If a variable cannot be resolved, the reference in the input string …
4786container's environment. If a variable cannot be resolved, the reference in the input string …
4789 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
4790 { # EnvVar represents an environment variable present in a Container.
4792 …E) are expanded using the previous defined environment variables in the container and any route en…
4813 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
4834container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
4835container is created. If the handler fails, the container is terminated and restarted according to…
4836 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4837 …mand line to execute inside the container, the working directory for the command is root ('/&…
4850 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4859 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4866container is terminated. The container is terminated after the handler completes. The reason for t…
4867 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4868 …mand line to execute inside the container, the working directory for the command is root ('/&…
4881 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4890 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4898container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4900 …es a specific action that should be taken # The action taken to determine the health of a container
4901 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4902 …mand line to execute inside the container, the working directory for the command is root ('/&…
4915 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4924 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4931 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4934 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4936 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
4937container. Exposing a port here gives the system additional information about the network connecti…
4938 { # ContainerPort represents a network port in a single container.
4946container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4948 …es a specific action that should be taken # The action taken to determine the health of a container
4949 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4950 …mand line to execute inside the container, the working directory for the command is root ('/&…
4963 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4972 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4979 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4982 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4984 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4993 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4996 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5002container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
5003 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
5004 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5012 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5013 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5014 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5015container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5016 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5017container # The SELinux context to be applied to the container. If unspecified, the container runt…
5018 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5019 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5020 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5021 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5024 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5025container runtime should close the stdin channel after it has been opened by a single attach. When…
5026 …ath at which the file to which the container's termination message will be written is mounted…
5027container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5028 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5029 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5030 { # volumeDevice describes a mapping of a raw block device within a container.
5031 …ath": "A String", # devicePath is the path inside of the container that the device …
5035 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5036 { # VolumeMount describes a mounting of a Volume within a container.
5037 …"mountPath": "A String", # Path within the container at which the volume shoul…
5038 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5041 …th": "A String", # Path within the volume from which the container's volume sh…
5044 … # Container's working directory. If not specified, the container runtime's default will…
5052 { # Volume represents a named volume in a container.
5076 …uot;secretName": "A String", # Name of the secret in the container's namespace…
5090 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
5117container": { # A single application container. This specifies both the container to run, the…
5118container's environment. If a variable cannot be resolved, the reference in the input string …
5121container's environment. If a variable cannot be resolved, the reference in the input string …
5124 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5125 { # EnvVar represents an environment variable present in a Container.
5127 …E) are expanded using the previous defined environment variables in the container and any route en…
5148 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
5169container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
5170container is created. If the handler fails, the container is terminated and restarted according to…
5171 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5172 …mand line to execute inside the container, the working directory for the command is root ('/&…
5185 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5194 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5201container is terminated. The container is terminated after the handler completes. The reason for t…
5202 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5203 …mand line to execute inside the container, the working directory for the command is root ('/&…
5216 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5225 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5233container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5235 …es a specific action that should be taken # The action taken to determine the health of a container
5236 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5237 …mand line to execute inside the container, the working directory for the command is root ('/&…
5250 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5259 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5266 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5269 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5271 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
5272container. Exposing a port here gives the system additional information about the network connecti…
5273 { # ContainerPort represents a network port in a single container.
5281container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5283 …es a specific action that should be taken # The action taken to determine the health of a container
5284 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5285 …mand line to execute inside the container, the working directory for the command is root ('/&…
5298 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5307 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5314 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5317 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5319 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
5328 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5331 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5337container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
5338 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
5339 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5347 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5348 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5349 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5350container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5351 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5352container # The SELinux context to be applied to the container. If unspecified, the container runt…
5353 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5354 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5355 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5356 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5359 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5360container runtime should close the stdin channel after it has been opened by a single attach. When…
5361 …ath at which the file to which the container's termination message will be written is mounted…
5362container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5363 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5364 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5365 { # volumeDevice describes a mapping of a raw block device within a container.
5366 …ath": "A String", # devicePath is the path inside of the container that the device …
5370 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5371 { # VolumeMount describes a mounting of a Volume within a container.
5372 …"mountPath": "A String", # Path within the container at which the volume shoul…
5373 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5376 …th": "A String", # Path within the volume from which the container's volume sh…
5379 … # Container's working directory. If not specified, the container runtime's default will…
5381 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
5382container that defines the unit of execution for this Revision. In the context of a Revision, we d…
5383container. This specifies both the container to run, the command to run in the container and the a…
5384container's environment. If a variable cannot be resolved, the reference in the input string …
5387container's environment. If a variable cannot be resolved, the reference in the input string …
5390 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5391 { # EnvVar represents an environment variable present in a Container.
5393 …E) are expanded using the previous defined environment variables in the container and any route en…
5414 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
5435container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
5436container is created. If the handler fails, the container is terminated and restarted according to…
5437 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5438 …mand line to execute inside the container, the working directory for the command is root ('/&…
5451 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5460 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5467container is terminated. The container is terminated after the handler completes. The reason for t…
5468 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5469 …mand line to execute inside the container, the working directory for the command is root ('/&…
5482 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5491 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5499container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5501 …es a specific action that should be taken # The action taken to determine the health of a container
5502 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5503 …mand line to execute inside the container, the working directory for the command is root ('/&…
5516 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5525 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5532 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5535 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5537 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
5538container. Exposing a port here gives the system additional information about the network connecti…
5539 { # ContainerPort represents a network port in a single container.
5547container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5549 …es a specific action that should be taken # The action taken to determine the health of a container
5550 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5551 …mand line to execute inside the container, the working directory for the command is root ('/&…
5564 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5573 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5580 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5583 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5585 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
5594 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5597 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5603container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
5604 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
5605 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5613 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5614 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5615 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5616container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5617 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5618container # The SELinux context to be applied to the container. If unspecified, the container runt…
5619 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5620 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5621 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5622 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5625 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5626container runtime should close the stdin channel after it has been opened by a single attach. When…
5627 …ath at which the file to which the container's termination message will be written is mounted…
5628container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5629 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5630 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5631 { # volumeDevice describes a mapping of a raw block device within a container.
5632 …ath": "A String", # devicePath is the path inside of the container that the device …
5636 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5637 { # VolumeMount describes a mounting of a Volume within a container.
5638 …"mountPath": "A String", # Path within the container at which the volume shoul…
5639 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5642 …th": "A String", # Path within the volume from which the container's volume sh…
5645 … # Container's working directory. If not specified, the container runtime's default will…
5653 { # Volume represents a named volume in a container.
5677 …uot;secretName": "A String", # Name of the secret in the container's namespace…
5689container image, and may also include labels and annotations that should be attached to the Revisi…
5697 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
5724container": { # A single application container. This specifies both the container to run, the…
5725container's environment. If a variable cannot be resolved, the reference in the input string …
5728container's environment. If a variable cannot be resolved, the reference in the input string …
5731 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5732 { # EnvVar represents an environment variable present in a Container.
5734 …E) are expanded using the previous defined environment variables in the container and any route en…
5755 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
5776container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
5777container is created. If the handler fails, the container is terminated and restarted according to…
5778 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5779 …mand line to execute inside the container, the working directory for the command is root ('/&…
5792 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5801 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5808container is terminated. The container is terminated after the handler completes. The reason for t…
5809 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5810 …mand line to execute inside the container, the working directory for the command is root ('/&…
5823 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5832 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5840container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5842 …es a specific action that should be taken # The action taken to determine the health of a container
5843 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5844 …mand line to execute inside the container, the working directory for the command is root ('/&…
5857 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5866 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5873 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5876 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5878 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
5879container. Exposing a port here gives the system additional information about the network connecti…
5880 { # ContainerPort represents a network port in a single container.
5888container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5890 …es a specific action that should be taken # The action taken to determine the health of a container
5891 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5892 …mand line to execute inside the container, the working directory for the command is root ('/&…
5905 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5914 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5921 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5924 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5926 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
5935 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5938 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5944container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
5945 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
5946 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5954 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5955 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5956 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5957container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5958 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5959container # The SELinux context to be applied to the container. If unspecified, the container runt…
5960 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5961 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5962 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5963 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5966 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5967container runtime should close the stdin channel after it has been opened by a single attach. When…
5968 …ath at which the file to which the container's termination message will be written is mounted…
5969container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5970 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5971 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5972 { # volumeDevice describes a mapping of a raw block device within a container.
5973 …ath": "A String", # devicePath is the path inside of the container that the device …
5977 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5978 { # VolumeMount describes a mounting of a Volume within a container.
5979 …"mountPath": "A String", # Path within the container at which the volume shoul…
5980 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5983 …th": "A String", # Path within the volume from which the container's volume sh…
5986 … # Container's working directory. If not specified, the container runtime's default will…
5988 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
5989container that defines the unit of execution for this Revision. In the context of a Revision, we d…
5990container. This specifies both the container to run, the command to run in the container and the a…
5991container's environment. If a variable cannot be resolved, the reference in the input string …
5994container's environment. If a variable cannot be resolved, the reference in the input string …
5997 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5998 { # EnvVar represents an environment variable present in a Container.
6000 …E) are expanded using the previous defined environment variables in the container and any route en…
6021 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6042container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6043container is created. If the handler fails, the container is terminated and restarted according to…
6044 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6045 …mand line to execute inside the container, the working directory for the command is root ('/&…
6058 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6067 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6074container is terminated. The container is terminated after the handler completes. The reason for t…
6075 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6076 …mand line to execute inside the container, the working directory for the command is root ('/&…
6089 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6098 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6106container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6108 …es a specific action that should be taken # The action taken to determine the health of a container
6109 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6110 …mand line to execute inside the container, the working directory for the command is root ('/&…
6123 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6132 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6139 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6142 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6144 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
6145container. Exposing a port here gives the system additional information about the network connecti…
6146 { # ContainerPort represents a network port in a single container.
6154container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6156 …es a specific action that should be taken # The action taken to determine the health of a container
6157 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6158 …mand line to execute inside the container, the working directory for the command is root ('/&…
6171 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6180 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6187 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6190 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6192 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
6201 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6204 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6210container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
6211 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
6212 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
6220 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
6221 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
6222 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
6223container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
6224 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
6225container # The SELinux context to be applied to the container. If unspecified, the container runt…
6226 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
6227 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
6228 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
6229 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
6232 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
6233container runtime should close the stdin channel after it has been opened by a single attach. When…
6234 …ath at which the file to which the container's termination message will be written is mounted…
6235container status message on both success and failure. FallbackToLogsOnError will use the last chun…
6236 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
6237 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
6238 { # volumeDevice describes a mapping of a raw block device within a container.
6239 …ath": "A String", # devicePath is the path inside of the container that the device …
6243 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
6244 { # VolumeMount describes a mounting of a Volume within a container.
6245 …"mountPath": "A String", # Path within the container at which the volume shoul…
6246 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
6249 …th": "A String", # Path within the volume from which the container's volume sh…
6252 … # Container's working directory. If not specified, the container runtime's default will…
6260 { # Volume represents a named volume in a container.
6284 …uot;secretName": "A String", # Name of the secret in the container's namespace…
6298 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
6325container": { # A single application container. This specifies both the container to run, the…
6326container's environment. If a variable cannot be resolved, the reference in the input string …
6329container's environment. If a variable cannot be resolved, the reference in the input string …
6332 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
6333 { # EnvVar represents an environment variable present in a Container.
6335 …E) are expanded using the previous defined environment variables in the container and any route en…
6356 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6377container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6378container is created. If the handler fails, the container is terminated and restarted according to…
6379 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6380 …mand line to execute inside the container, the working directory for the command is root ('/&…
6393 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6402 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6409container is terminated. The container is terminated after the handler completes. The reason for t…
6410 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6411 …mand line to execute inside the container, the working directory for the command is root ('/&…
6424 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6433 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6441container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6443 …es a specific action that should be taken # The action taken to determine the health of a container
6444 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6445 …mand line to execute inside the container, the working directory for the command is root ('/&…
6458 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6467 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6474 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6477 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6479 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
6480container. Exposing a port here gives the system additional information about the network connecti…
6481 { # ContainerPort represents a network port in a single container.
6489container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6491 …es a specific action that should be taken # The action taken to determine the health of a container
6492 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6493 …mand line to execute inside the container, the working directory for the command is root ('/&…
6506 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6515 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6522 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6525 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6527 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
6536 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6539 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6545container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
6546 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
6547 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
6555 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
6556 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
6557 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
6558container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
6559 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
6560container # The SELinux context to be applied to the container. If unspecified, the container runt…
6561 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
6562 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
6563 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
6564 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
6567 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
6568container runtime should close the stdin channel after it has been opened by a single attach. When…
6569 …ath at which the file to which the container's termination message will be written is mounted…
6570container status message on both success and failure. FallbackToLogsOnError will use the last chun…
6571 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
6572 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
6573 { # volumeDevice describes a mapping of a raw block device within a container.
6574 …ath": "A String", # devicePath is the path inside of the container that the device …
6578 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
6579 { # VolumeMount describes a mounting of a Volume within a container.
6580 …"mountPath": "A String", # Path within the container at which the volume shoul…
6581 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
6584 …th": "A String", # Path within the volume from which the container's volume sh…
6587 … # Container's working directory. If not specified, the container runtime's default will…
6589 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
6590container that defines the unit of execution for this Revision. In the context of a Revision, we d…
6591container. This specifies both the container to run, the command to run in the container and the a…
6592container's environment. If a variable cannot be resolved, the reference in the input string …
6595container's environment. If a variable cannot be resolved, the reference in the input string …
6598 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
6599 { # EnvVar represents an environment variable present in a Container.
6601 …E) are expanded using the previous defined environment variables in the container and any route en…
6622 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6643container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6644container is created. If the handler fails, the container is terminated and restarted according to…
6645 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6646 …mand line to execute inside the container, the working directory for the command is root ('/&…
6659 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6668 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6675container is terminated. The container is terminated after the handler completes. The reason for t…
6676 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6677 …mand line to execute inside the container, the working directory for the command is root ('/&…
6690 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6699 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6707container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6709 …es a specific action that should be taken # The action taken to determine the health of a container
6710 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6711 …mand line to execute inside the container, the working directory for the command is root ('/&…
6724 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6733 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6740 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6743 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6745 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
6746container. Exposing a port here gives the system additional information about the network connecti…
6747 { # ContainerPort represents a network port in a single container.
6755container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6757 …es a specific action that should be taken # The action taken to determine the health of a container
6758 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6759 …mand line to execute inside the container, the working directory for the command is root ('/&…
6772 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6781 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6788 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6791 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6793 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
6802 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6805 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6811container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
6812 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
6813 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
6821 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
6822 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
6823 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
6824container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
6825 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
6826container # The SELinux context to be applied to the container. If unspecified, the container runt…
6827 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
6828 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
6829 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
6830 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
6833 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
6834container runtime should close the stdin channel after it has been opened by a single attach. When…
6835 …ath at which the file to which the container's termination message will be written is mounted…
6836container status message on both success and failure. FallbackToLogsOnError will use the last chun…
6837 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
6838 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
6839 { # volumeDevice describes a mapping of a raw block device within a container.
6840 …ath": "A String", # devicePath is the path inside of the container that the device …
6844 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
6845 { # VolumeMount describes a mounting of a Volume within a container.
6846 …"mountPath": "A String", # Path within the container at which the volume shoul…
6847 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
6850 …th": "A String", # Path within the volume from which the container's volume sh…
6853 … # Container's working directory. If not specified, the container runtime's default will…
6861 { # Volume represents a named volume in a container.
6885 …uot;secretName": "A String", # Name of the secret in the container's namespace…
6900container image, and may also include labels and annotations that should be attached to the Revisi…
6908 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
6935container": { # A single application container. This specifies both the container to run, the…
6936container's environment. If a variable cannot be resolved, the reference in the input string …
6939container's environment. If a variable cannot be resolved, the reference in the input string …
6942 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
6943 { # EnvVar represents an environment variable present in a Container.
6945 …E) are expanded using the previous defined environment variables in the container and any route en…
6966 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6987container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6988container is created. If the handler fails, the container is terminated and restarted according to…
6989 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6990 …mand line to execute inside the container, the working directory for the command is root ('/&…
7003 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7012 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7019container is terminated. The container is terminated after the handler completes. The reason for t…
7020 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7021 …mand line to execute inside the container, the working directory for the command is root ('/&…
7034 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7043 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7051container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7053 …es a specific action that should be taken # The action taken to determine the health of a container
7054 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7055 …mand line to execute inside the container, the working directory for the command is root ('/&…
7068 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7077 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7084 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7087 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7089 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7090container. Exposing a port here gives the system additional information about the network connecti…
7091 { # ContainerPort represents a network port in a single container.
7099container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7101 …es a specific action that should be taken # The action taken to determine the health of a container
7102 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7103 …mand line to execute inside the container, the working directory for the command is root ('/&…
7116 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7125 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7132 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7135 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7137 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
7146 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7149 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7155container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
7156 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
7157 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
7165 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
7166 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
7167 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
7168container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
7169 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
7170container # The SELinux context to be applied to the container. If unspecified, the container runt…
7171 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
7172 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
7173 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
7174 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
7177 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
7178container runtime should close the stdin channel after it has been opened by a single attach. When…
7179 …ath at which the file to which the container's termination message will be written is mounted…
7180container status message on both success and failure. FallbackToLogsOnError will use the last chun…
7181 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
7182 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
7183 { # volumeDevice describes a mapping of a raw block device within a container.
7184 …ath": "A String", # devicePath is the path inside of the container that the device …
7188 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
7189 { # VolumeMount describes a mounting of a Volume within a container.
7190 …"mountPath": "A String", # Path within the container at which the volume shoul…
7191 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
7194 …th": "A String", # Path within the volume from which the container's volume sh…
7197 … # Container's working directory. If not specified, the container runtime's default will…
7199 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
7200container that defines the unit of execution for this Revision. In the context of a Revision, we d…
7201container. This specifies both the container to run, the command to run in the container and the a…
7202container's environment. If a variable cannot be resolved, the reference in the input string …
7205container's environment. If a variable cannot be resolved, the reference in the input string …
7208 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
7209 { # EnvVar represents an environment variable present in a Container.
7211 …E) are expanded using the previous defined environment variables in the container and any route en…
7232 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
7253container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
7254container is created. If the handler fails, the container is terminated and restarted according to…
7255 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7256 …mand line to execute inside the container, the working directory for the command is root ('/&…
7269 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7278 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7285container is terminated. The container is terminated after the handler completes. The reason for t…
7286 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7287 …mand line to execute inside the container, the working directory for the command is root ('/&…
7300 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7309 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7317container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7319 …es a specific action that should be taken # The action taken to determine the health of a container
7320 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7321 …mand line to execute inside the container, the working directory for the command is root ('/&…
7334 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7343 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7350 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7353 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7355 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7356container. Exposing a port here gives the system additional information about the network connecti…
7357 { # ContainerPort represents a network port in a single container.
7365container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7367 …es a specific action that should be taken # The action taken to determine the health of a container
7368 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7369 …mand line to execute inside the container, the working directory for the command is root ('/&…
7382 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7391 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7398 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7401 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7403 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
7412 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7415 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7421container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
7422 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
7423 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
7431 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
7432 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
7433 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
7434container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
7435 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
7436container # The SELinux context to be applied to the container. If unspecified, the container runt…
7437 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
7438 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
7439 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
7440 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
7443 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
7444container runtime should close the stdin channel after it has been opened by a single attach. When…
7445 …ath at which the file to which the container's termination message will be written is mounted…
7446container status message on both success and failure. FallbackToLogsOnError will use the last chun…
7447 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
7448 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
7449 { # volumeDevice describes a mapping of a raw block device within a container.
7450 …ath": "A String", # devicePath is the path inside of the container that the device …
7454 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
7455 { # VolumeMount describes a mounting of a Volume within a container.
7456 …"mountPath": "A String", # Path within the container at which the volume shoul…
7457 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
7460 …th": "A String", # Path within the volume from which the container's volume sh…
7463 … # Container's working directory. If not specified, the container runtime's default will…
7471 { # Volume represents a named volume in a container.
7495 …uot;secretName": "A String", # Name of the secret in the container's namespace…
7509 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
7536container": { # A single application container. This specifies both the container to run, the…
7537container's environment. If a variable cannot be resolved, the reference in the input string …
7540container's environment. If a variable cannot be resolved, the reference in the input string …
7543 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
7544 { # EnvVar represents an environment variable present in a Container.
7546 …E) are expanded using the previous defined environment variables in the container and any route en…
7567 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
7588container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
7589container is created. If the handler fails, the container is terminated and restarted according to…
7590 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7591 …mand line to execute inside the container, the working directory for the command is root ('/&…
7604 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7613 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7620container is terminated. The container is terminated after the handler completes. The reason for t…
7621 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7622 …mand line to execute inside the container, the working directory for the command is root ('/&…
7635 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7644 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7652container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7654 …es a specific action that should be taken # The action taken to determine the health of a container
7655 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7656 …mand line to execute inside the container, the working directory for the command is root ('/&…
7669 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7678 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7685 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7688 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7690 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7691container. Exposing a port here gives the system additional information about the network connecti…
7692 { # ContainerPort represents a network port in a single container.
7700container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7702 …es a specific action that should be taken # The action taken to determine the health of a container
7703 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7704 …mand line to execute inside the container, the working directory for the command is root ('/&…
7717 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7726 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7733 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7736 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7738 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
7747 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7750 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7756container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
7757 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
7758 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
7766 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
7767 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
7768 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
7769container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
7770 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
7771container # The SELinux context to be applied to the container. If unspecified, the container runt…
7772 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
7773 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
7774 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
7775 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
7778 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
7779container runtime should close the stdin channel after it has been opened by a single attach. When…
7780 …ath at which the file to which the container's termination message will be written is mounted…
7781container status message on both success and failure. FallbackToLogsOnError will use the last chun…
7782 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
7783 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
7784 { # volumeDevice describes a mapping of a raw block device within a container.
7785 …ath": "A String", # devicePath is the path inside of the container that the device …
7789 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
7790 { # VolumeMount describes a mounting of a Volume within a container.
7791 …"mountPath": "A String", # Path within the container at which the volume shoul…
7792 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
7795 …th": "A String", # Path within the volume from which the container's volume sh…
7798 … # Container's working directory. If not specified, the container runtime's default will…
7800 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
7801container that defines the unit of execution for this Revision. In the context of a Revision, we d…
7802container. This specifies both the container to run, the command to run in the container and the a…
7803container's environment. If a variable cannot be resolved, the reference in the input string …
7806container's environment. If a variable cannot be resolved, the reference in the input string …
7809 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
7810 { # EnvVar represents an environment variable present in a Container.
7812 …E) are expanded using the previous defined environment variables in the container and any route en…
7833 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
7854container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
7855container is created. If the handler fails, the container is terminated and restarted according to…
7856 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7857 …mand line to execute inside the container, the working directory for the command is root ('/&…
7870 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7879 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7886container is terminated. The container is terminated after the handler completes. The reason for t…
7887 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7888 …mand line to execute inside the container, the working directory for the command is root ('/&…
7901 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7910 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7918container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7920 …es a specific action that should be taken # The action taken to determine the health of a container
7921 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7922 …mand line to execute inside the container, the working directory for the command is root ('/&…
7935 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7944 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7951 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7954 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7956 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7957container. Exposing a port here gives the system additional information about the network connecti…
7958 { # ContainerPort represents a network port in a single container.
7966container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7968 …es a specific action that should be taken # The action taken to determine the health of a container
7969 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7970 …mand line to execute inside the container, the working directory for the command is root ('/&…
7983 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7992 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7999 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8002 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8004 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
8013 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8016 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8022container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
8023 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
8024 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
8032 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
8033 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
8034 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
8035container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
8036 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
8037container # The SELinux context to be applied to the container. If unspecified, the container runt…
8038 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
8039 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
8040 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
8041 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
8044 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
8045container runtime should close the stdin channel after it has been opened by a single attach. When…
8046 …ath at which the file to which the container's termination message will be written is mounted…
8047container status message on both success and failure. FallbackToLogsOnError will use the last chun…
8048 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
8049 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
8050 { # volumeDevice describes a mapping of a raw block device within a container.
8051 …ath": "A String", # devicePath is the path inside of the container that the device …
8055 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
8056 { # VolumeMount describes a mounting of a Volume within a container.
8057 …"mountPath": "A String", # Path within the container at which the volume shoul…
8058 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
8061 …th": "A String", # Path within the volume from which the container's volume sh…
8064 … # Container's working directory. If not specified, the container runtime's default will…
8072 { # Volume represents a named volume in a container.
8096 …uot;secretName": "A String", # Name of the secret in the container's namespace…
8112 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
8139container": { # A single application container. This specifies both the container to run, the…
8140container's environment. If a variable cannot be resolved, the reference in the input string …
8143container's environment. If a variable cannot be resolved, the reference in the input string …
8146 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
8147 { # EnvVar represents an environment variable present in a Container.
8149 …E) are expanded using the previous defined environment variables in the container and any route en…
8170 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
8191container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
8192container is created. If the handler fails, the container is terminated and restarted according to…
8193 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8194 …mand line to execute inside the container, the working directory for the command is root ('/&…
8207 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8216 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8223container is terminated. The container is terminated after the handler completes. The reason for t…
8224 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8225 …mand line to execute inside the container, the working directory for the command is root ('/&…
8238 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8247 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8255container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8257 …es a specific action that should be taken # The action taken to determine the health of a container
8258 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8259 …mand line to execute inside the container, the working directory for the command is root ('/&…
8272 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8281 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8288 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8291 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8293 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
8294container. Exposing a port here gives the system additional information about the network connecti…
8295 { # ContainerPort represents a network port in a single container.
8303container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8305 …es a specific action that should be taken # The action taken to determine the health of a container
8306 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8307 …mand line to execute inside the container, the working directory for the command is root ('/&…
8320 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8329 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8336 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8339 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8341 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
8350 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8353 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8359container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
8360 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
8361 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
8369 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
8370 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
8371 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
8372container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
8373 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
8374container # The SELinux context to be applied to the container. If unspecified, the container runt…
8375 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
8376 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
8377 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
8378 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
8381 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
8382container runtime should close the stdin channel after it has been opened by a single attach. When…
8383 …ath at which the file to which the container's termination message will be written is mounted…
8384container status message on both success and failure. FallbackToLogsOnError will use the last chun…
8385 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
8386 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
8387 { # volumeDevice describes a mapping of a raw block device within a container.
8388 …ath": "A String", # devicePath is the path inside of the container that the device …
8392 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
8393 { # VolumeMount describes a mounting of a Volume within a container.
8394 …"mountPath": "A String", # Path within the container at which the volume shoul…
8395 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
8398 …th": "A String", # Path within the volume from which the container's volume sh…
8401 … # Container's working directory. If not specified, the container runtime's default will…
8403 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
8404container that defines the unit of execution for this Revision. In the context of a Revision, we d…
8405container. This specifies both the container to run, the command to run in the container and the a…
8406container's environment. If a variable cannot be resolved, the reference in the input string …
8409container's environment. If a variable cannot be resolved, the reference in the input string …
8412 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
8413 { # EnvVar represents an environment variable present in a Container.
8415 …E) are expanded using the previous defined environment variables in the container and any route en…
8436 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
8457container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
8458container is created. If the handler fails, the container is terminated and restarted according to…
8459 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8460 …mand line to execute inside the container, the working directory for the command is root ('/&…
8473 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8482 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8489container is terminated. The container is terminated after the handler completes. The reason for t…
8490 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8491 …mand line to execute inside the container, the working directory for the command is root ('/&…
8504 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8513 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8521container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8523 …es a specific action that should be taken # The action taken to determine the health of a container
8524 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8525 …mand line to execute inside the container, the working directory for the command is root ('/&…
8538 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8547 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8554 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8557 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8559 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
8560container. Exposing a port here gives the system additional information about the network connecti…
8561 { # ContainerPort represents a network port in a single container.
8569container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8571 …es a specific action that should be taken # The action taken to determine the health of a container
8572 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8573 …mand line to execute inside the container, the working directory for the command is root ('/&…
8586 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8595 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8602 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8605 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8607 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
8616 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8619 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8625container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
8626 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
8627 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
8635 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
8636 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
8637 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
8638container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
8639 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
8640container # The SELinux context to be applied to the container. If unspecified, the container runt…
8641 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
8642 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
8643 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
8644 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
8647 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
8648container runtime should close the stdin channel after it has been opened by a single attach. When…
8649 …ath at which the file to which the container's termination message will be written is mounted…
8650container status message on both success and failure. FallbackToLogsOnError will use the last chun…
8651 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
8652 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
8653 { # volumeDevice describes a mapping of a raw block device within a container.
8654 …ath": "A String", # devicePath is the path inside of the container that the device …
8658 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
8659 { # VolumeMount describes a mounting of a Volume within a container.
8660 …"mountPath": "A String", # Path within the container at which the volume shoul…
8661 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
8664 …th": "A String", # Path within the volume from which the container's volume sh…
8667 … # Container's working directory. If not specified, the container runtime's default will…
8675 { # Volume represents a named volume in a container.
8699 …"secretName": "A String", # Name of the secret in the container's namespa…
8788 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
8798 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
8830container image, and may also include labels and annotations that should be attached to the Revisi…
8838 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
8865container": { # A single application container. This specifies both the container to run, the…
8866container's environment. If a variable cannot be resolved, the reference in the input string …
8869container's environment. If a variable cannot be resolved, the reference in the input string …
8872 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
8873 { # EnvVar represents an environment variable present in a Container.
8875 …E) are expanded using the previous defined environment variables in the container and any route en…
8896 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
8917container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
8918container is created. If the handler fails, the container is terminated and restarted according to…
8919 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8920 …mand line to execute inside the container, the working directory for the command is root ('/&…
8933 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8942 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8949container is terminated. The container is terminated after the handler completes. The reason for t…
8950 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8951 …mand line to execute inside the container, the working directory for the command is root ('/&…
8964 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8973 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8981container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8983 …es a specific action that should be taken # The action taken to determine the health of a container
8984 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8985 …mand line to execute inside the container, the working directory for the command is root ('/&…
8998 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9007 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9014 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9017 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9019 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9020container. Exposing a port here gives the system additional information about the network connecti…
9021 { # ContainerPort represents a network port in a single container.
9029container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9031 …es a specific action that should be taken # The action taken to determine the health of a container
9032 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9033 …mand line to execute inside the container, the working directory for the command is root ('/&…
9046 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9055 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9062 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9065 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9067 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9076 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9079 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9085container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9086 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9087 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9095 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9096 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9097 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9098container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9099 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9100container # The SELinux context to be applied to the container. If unspecified, the container runt…
9101 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9102 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9103 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9104 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9107 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9108container runtime should close the stdin channel after it has been opened by a single attach. When…
9109 …ath at which the file to which the container's termination message will be written is mounted…
9110container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9111 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9112 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9113 { # volumeDevice describes a mapping of a raw block device within a container.
9114 …ath": "A String", # devicePath is the path inside of the container that the device …
9118 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9119 { # VolumeMount describes a mounting of a Volume within a container.
9120 …"mountPath": "A String", # Path within the container at which the volume shoul…
9121 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9124 …th": "A String", # Path within the volume from which the container's volume sh…
9127 … # Container's working directory. If not specified, the container runtime's default will…
9129 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
9130container that defines the unit of execution for this Revision. In the context of a Revision, we d…
9131container. This specifies both the container to run, the command to run in the container and the a…
9132container's environment. If a variable cannot be resolved, the reference in the input string …
9135container's environment. If a variable cannot be resolved, the reference in the input string …
9138 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
9139 { # EnvVar represents an environment variable present in a Container.
9141 …E) are expanded using the previous defined environment variables in the container and any route en…
9162 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
9183container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
9184container is created. If the handler fails, the container is terminated and restarted according to…
9185 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9186 …mand line to execute inside the container, the working directory for the command is root ('/&…
9199 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9208 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9215container is terminated. The container is terminated after the handler completes. The reason for t…
9216 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9217 …mand line to execute inside the container, the working directory for the command is root ('/&…
9230 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9239 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9247container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9249 …es a specific action that should be taken # The action taken to determine the health of a container
9250 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9251 …mand line to execute inside the container, the working directory for the command is root ('/&…
9264 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9273 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9280 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9283 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9285 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9286container. Exposing a port here gives the system additional information about the network connecti…
9287 { # ContainerPort represents a network port in a single container.
9295container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9297 …es a specific action that should be taken # The action taken to determine the health of a container
9298 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9299 …mand line to execute inside the container, the working directory for the command is root ('/&…
9312 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9321 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9328 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9331 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9333 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9342 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9345 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9351container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9352 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9353 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9361 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9362 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9363 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9364container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9365 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9366container # The SELinux context to be applied to the container. If unspecified, the container runt…
9367 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9368 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9369 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9370 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9373 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9374container runtime should close the stdin channel after it has been opened by a single attach. When…
9375 …ath at which the file to which the container's termination message will be written is mounted…
9376container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9377 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9378 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9379 { # volumeDevice describes a mapping of a raw block device within a container.
9380 …ath": "A String", # devicePath is the path inside of the container that the device …
9384 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9385 { # VolumeMount describes a mounting of a Volume within a container.
9386 …"mountPath": "A String", # Path within the container at which the volume shoul…
9387 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9390 …th": "A String", # Path within the volume from which the container's volume sh…
9393 … # Container's working directory. If not specified, the container runtime's default will…
9401 { # Volume represents a named volume in a container.
9425 …uot;secretName": "A String", # Name of the secret in the container's namespace…
9439 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
9466container": { # A single application container. This specifies both the container to run, the…
9467container's environment. If a variable cannot be resolved, the reference in the input string …
9470container's environment. If a variable cannot be resolved, the reference in the input string …
9473 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
9474 { # EnvVar represents an environment variable present in a Container.
9476 …E) are expanded using the previous defined environment variables in the container and any route en…
9497 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
9518container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
9519container is created. If the handler fails, the container is terminated and restarted according to…
9520 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9521 …mand line to execute inside the container, the working directory for the command is root ('/&…
9534 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9543 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9550container is terminated. The container is terminated after the handler completes. The reason for t…
9551 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9552 …mand line to execute inside the container, the working directory for the command is root ('/&…
9565 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9574 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9582container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9584 …es a specific action that should be taken # The action taken to determine the health of a container
9585 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9586 …mand line to execute inside the container, the working directory for the command is root ('/&…
9599 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9608 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9615 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9618 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9620 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9621container. Exposing a port here gives the system additional information about the network connecti…
9622 { # ContainerPort represents a network port in a single container.
9630container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9632 …es a specific action that should be taken # The action taken to determine the health of a container
9633 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9634 …mand line to execute inside the container, the working directory for the command is root ('/&…
9647 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9656 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9663 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9666 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9668 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9677 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9680 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9686container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9687 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9688 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9696 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9697 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9698 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9699container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9700 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9701container # The SELinux context to be applied to the container. If unspecified, the container runt…
9702 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9703 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9704 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9705 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9708 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9709container runtime should close the stdin channel after it has been opened by a single attach. When…
9710 …ath at which the file to which the container's termination message will be written is mounted…
9711container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9712 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9713 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9714 { # volumeDevice describes a mapping of a raw block device within a container.
9715 …ath": "A String", # devicePath is the path inside of the container that the device …
9719 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9720 { # VolumeMount describes a mounting of a Volume within a container.
9721 …"mountPath": "A String", # Path within the container at which the volume shoul…
9722 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9725 …th": "A String", # Path within the volume from which the container's volume sh…
9728 … # Container's working directory. If not specified, the container runtime's default will…
9730 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
9731container that defines the unit of execution for this Revision. In the context of a Revision, we d…
9732container. This specifies both the container to run, the command to run in the container and the a…
9733container's environment. If a variable cannot be resolved, the reference in the input string …
9736container's environment. If a variable cannot be resolved, the reference in the input string …
9739 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
9740 { # EnvVar represents an environment variable present in a Container.
9742 …E) are expanded using the previous defined environment variables in the container and any route en…
9763 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
9784container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
9785container is created. If the handler fails, the container is terminated and restarted according to…
9786 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9787 …mand line to execute inside the container, the working directory for the command is root ('/&…
9800 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9809 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9816container is terminated. The container is terminated after the handler completes. The reason for t…
9817 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9818 …mand line to execute inside the container, the working directory for the command is root ('/&…
9831 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9840 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9848container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9850 …es a specific action that should be taken # The action taken to determine the health of a container
9851 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9852 …mand line to execute inside the container, the working directory for the command is root ('/&…
9865 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9874 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9881 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9884 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9886 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9887container. Exposing a port here gives the system additional information about the network connecti…
9888 { # ContainerPort represents a network port in a single container.
9896container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9898 …es a specific action that should be taken # The action taken to determine the health of a container
9899 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9900 …mand line to execute inside the container, the working directory for the command is root ('/&…
9913 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9922 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9929 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9932 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9934 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9943 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9946 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9952container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9953 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9954 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9962 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9963 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9964 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9965container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9966 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9967container # The SELinux context to be applied to the container. If unspecified, the container runt…
9968 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9969 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9970 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9971 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9974 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9975container runtime should close the stdin channel after it has been opened by a single attach. When…
9976 …ath at which the file to which the container's termination message will be written is mounted…
9977container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9978 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9979 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9980 { # volumeDevice describes a mapping of a raw block device within a container.
9981 …ath": "A String", # devicePath is the path inside of the container that the device …
9985 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9986 { # VolumeMount describes a mounting of a Volume within a container.
9987 …"mountPath": "A String", # Path within the container at which the volume shoul…
9988 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9991 …th": "A String", # Path within the volume from which the container's volume sh…
9994 … # Container's working directory. If not specified, the container runtime's default will…
10002 { # Volume represents a named volume in a container.
10026 …uot;secretName": "A String", # Name of the secret in the container's namespace…
10038container image, and may also include labels and annotations that should be attached to the Revisi…
10046 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
10073container": { # A single application container. This specifies both the container to run, the…
10074container's environment. If a variable cannot be resolved, the reference in the input string …
10077container's environment. If a variable cannot be resolved, the reference in the input string …
10080 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10081 { # EnvVar represents an environment variable present in a Container.
10083 …E) are expanded using the previous defined environment variables in the container and any route en…
10104 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10125container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10126container is created. If the handler fails, the container is terminated and restarted according to…
10127 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10128 …mand line to execute inside the container, the working directory for the command is root ('/&…
10141 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10150 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10157container is terminated. The container is terminated after the handler completes. The reason for t…
10158 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10159 …mand line to execute inside the container, the working directory for the command is root ('/&…
10172 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10181 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10189container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10191 …es a specific action that should be taken # The action taken to determine the health of a container
10192 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10193 …mand line to execute inside the container, the working directory for the command is root ('/&…
10206 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10215 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10222 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10225 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10227 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
10228container. Exposing a port here gives the system additional information about the network connecti…
10229 { # ContainerPort represents a network port in a single container.
10237container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10239 …es a specific action that should be taken # The action taken to determine the health of a container
10240 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10241 …mand line to execute inside the container, the working directory for the command is root ('/&…
10254 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10263 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10270 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10273 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10275 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
10284 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10287 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10293container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
10294 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
10295 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
10303 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
10304 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
10305 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
10306container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
10307 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
10308container # The SELinux context to be applied to the container. If unspecified, the container runt…
10309 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
10310 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
10311 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
10312 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
10315 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
10316container runtime should close the stdin channel after it has been opened by a single attach. When…
10317 …ath at which the file to which the container's termination message will be written is mounted…
10318container status message on both success and failure. FallbackToLogsOnError will use the last chun…
10319 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
10320 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
10321 { # volumeDevice describes a mapping of a raw block device within a container.
10322 …ath": "A String", # devicePath is the path inside of the container that the device …
10326 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
10327 { # VolumeMount describes a mounting of a Volume within a container.
10328 …"mountPath": "A String", # Path within the container at which the volume shoul…
10329 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
10332 …th": "A String", # Path within the volume from which the container's volume sh…
10335 … # Container's working directory. If not specified, the container runtime's default will…
10337 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
10338container that defines the unit of execution for this Revision. In the context of a Revision, we d…
10339container. This specifies both the container to run, the command to run in the container and the a…
10340container's environment. If a variable cannot be resolved, the reference in the input string …
10343container's environment. If a variable cannot be resolved, the reference in the input string …
10346 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10347 { # EnvVar represents an environment variable present in a Container.
10349 …E) are expanded using the previous defined environment variables in the container and any route en…
10370 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10391container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10392container is created. If the handler fails, the container is terminated and restarted according to…
10393 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10394 …mand line to execute inside the container, the working directory for the command is root ('/&…
10407 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10416 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10423container is terminated. The container is terminated after the handler completes. The reason for t…
10424 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10425 …mand line to execute inside the container, the working directory for the command is root ('/&…
10438 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10447 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10455container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10457 …es a specific action that should be taken # The action taken to determine the health of a container
10458 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10459 …mand line to execute inside the container, the working directory for the command is root ('/&…
10472 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10481 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10488 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10491 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10493 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
10494container. Exposing a port here gives the system additional information about the network connecti…
10495 { # ContainerPort represents a network port in a single container.
10503container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10505 …es a specific action that should be taken # The action taken to determine the health of a container
10506 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10507 …mand line to execute inside the container, the working directory for the command is root ('/&…
10520 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10529 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10536 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10539 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10541 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
10550 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10553 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10559container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
10560 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
10561 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
10569 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
10570 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
10571 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
10572container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
10573 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
10574container # The SELinux context to be applied to the container. If unspecified, the container runt…
10575 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
10576 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
10577 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
10578 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
10581 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
10582container runtime should close the stdin channel after it has been opened by a single attach. When…
10583 …ath at which the file to which the container's termination message will be written is mounted…
10584container status message on both success and failure. FallbackToLogsOnError will use the last chun…
10585 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
10586 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
10587 { # volumeDevice describes a mapping of a raw block device within a container.
10588 …ath": "A String", # devicePath is the path inside of the container that the device …
10592 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
10593 { # VolumeMount describes a mounting of a Volume within a container.
10594 …"mountPath": "A String", # Path within the container at which the volume shoul…
10595 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
10598 …th": "A String", # Path within the volume from which the container's volume sh…
10601 … # Container's working directory. If not specified, the container runtime's default will…
10609 { # Volume represents a named volume in a container.
10633 …uot;secretName": "A String", # Name of the secret in the container's namespace…
10647 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
10674container": { # A single application container. This specifies both the container to run, the…
10675container's environment. If a variable cannot be resolved, the reference in the input string …
10678container's environment. If a variable cannot be resolved, the reference in the input string …
10681 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10682 { # EnvVar represents an environment variable present in a Container.
10684 …E) are expanded using the previous defined environment variables in the container and any route en…
10705 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10726container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10727container is created. If the handler fails, the container is terminated and restarted according to…
10728 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10729 …mand line to execute inside the container, the working directory for the command is root ('/&…
10742 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10751 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10758container is terminated. The container is terminated after the handler completes. The reason for t…
10759 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10760 …mand line to execute inside the container, the working directory for the command is root ('/&…
10773 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10782 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10790container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10792 …es a specific action that should be taken # The action taken to determine the health of a container
10793 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10794 …mand line to execute inside the container, the working directory for the command is root ('/&…
10807 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10816 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10823 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10826 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10828 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
10829container. Exposing a port here gives the system additional information about the network connecti…
10830 { # ContainerPort represents a network port in a single container.
10838container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10840 …es a specific action that should be taken # The action taken to determine the health of a container
10841 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10842 …mand line to execute inside the container, the working directory for the command is root ('/&…
10855 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10864 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10871 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10874 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10876 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
10885 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10888 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10894container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
10895 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
10896 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
10904 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
10905 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
10906 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
10907container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
10908 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
10909container # The SELinux context to be applied to the container. If unspecified, the container runt…
10910 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
10911 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
10912 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
10913 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
10916 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
10917container runtime should close the stdin channel after it has been opened by a single attach. When…
10918 …ath at which the file to which the container's termination message will be written is mounted…
10919container status message on both success and failure. FallbackToLogsOnError will use the last chun…
10920 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
10921 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
10922 { # volumeDevice describes a mapping of a raw block device within a container.
10923 …ath": "A String", # devicePath is the path inside of the container that the device …
10927 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
10928 { # VolumeMount describes a mounting of a Volume within a container.
10929 …"mountPath": "A String", # Path within the container at which the volume shoul…
10930 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
10933 …th": "A String", # Path within the volume from which the container's volume sh…
10936 … # Container's working directory. If not specified, the container runtime's default will…
10938 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
10939container that defines the unit of execution for this Revision. In the context of a Revision, we d…
10940container. This specifies both the container to run, the command to run in the container and the a…
10941container's environment. If a variable cannot be resolved, the reference in the input string …
10944container's environment. If a variable cannot be resolved, the reference in the input string …
10947 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10948 { # EnvVar represents an environment variable present in a Container.
10950 …E) are expanded using the previous defined environment variables in the container and any route en…
10971 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10992container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10993container is created. If the handler fails, the container is terminated and restarted according to…
10994 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10995 …mand line to execute inside the container, the working directory for the command is root ('/&…
11008 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11017 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11024container is terminated. The container is terminated after the handler completes. The reason for t…
11025 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11026 …mand line to execute inside the container, the working directory for the command is root ('/&…
11039 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11048 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11056container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11058 …es a specific action that should be taken # The action taken to determine the health of a container
11059 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11060 …mand line to execute inside the container, the working directory for the command is root ('/&…
11073 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11082 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11089 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11092 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11094 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
11095container. Exposing a port here gives the system additional information about the network connecti…
11096 { # ContainerPort represents a network port in a single container.
11104container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11106 …es a specific action that should be taken # The action taken to determine the health of a container
11107 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11108 …mand line to execute inside the container, the working directory for the command is root ('/&…
11121 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11130 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11137 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11140 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11142 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
11151 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11154 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11160container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
11161 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
11162 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
11170 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
11171 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
11172 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
11173container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
11174 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
11175container # The SELinux context to be applied to the container. If unspecified, the container runt…
11176 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
11177 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
11178 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
11179 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
11182 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
11183container runtime should close the stdin channel after it has been opened by a single attach. When…
11184 …ath at which the file to which the container's termination message will be written is mounted…
11185container status message on both success and failure. FallbackToLogsOnError will use the last chun…
11186 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
11187 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
11188 { # volumeDevice describes a mapping of a raw block device within a container.
11189 …ath": "A String", # devicePath is the path inside of the container that the device …
11193 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
11194 { # VolumeMount describes a mounting of a Volume within a container.
11195 …"mountPath": "A String", # Path within the container at which the volume shoul…
11196 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
11199 …th": "A String", # Path within the volume from which the container's volume sh…
11202 … # Container's working directory. If not specified, the container runtime's default will…
11210 { # Volume represents a named volume in a container.
11234 …uot;secretName": "A String", # Name of the secret in the container's namespace…
11249container image, and may also include labels and annotations that should be attached to the Revisi…
11257 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
11284container": { # A single application container. This specifies both the container to run, the…
11285container's environment. If a variable cannot be resolved, the reference in the input string …
11288container's environment. If a variable cannot be resolved, the reference in the input string …
11291 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
11292 { # EnvVar represents an environment variable present in a Container.
11294 …E) are expanded using the previous defined environment variables in the container and any route en…
11315 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
11336container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
11337container is created. If the handler fails, the container is terminated and restarted according to…
11338 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11339 …mand line to execute inside the container, the working directory for the command is root ('/&…
11352 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11361 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11368container is terminated. The container is terminated after the handler completes. The reason for t…
11369 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11370 …mand line to execute inside the container, the working directory for the command is root ('/&…
11383 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11392 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11400container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11402 …es a specific action that should be taken # The action taken to determine the health of a container
11403 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11404 …mand line to execute inside the container, the working directory for the command is root ('/&…
11417 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11426 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11433 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11436 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11438 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
11439container. Exposing a port here gives the system additional information about the network connecti…
11440 { # ContainerPort represents a network port in a single container.
11448container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11450 …es a specific action that should be taken # The action taken to determine the health of a container
11451 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11452 …mand line to execute inside the container, the working directory for the command is root ('/&…
11465 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11474 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11481 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11484 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11486 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
11495 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11498 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11504container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
11505 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
11506 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
11514 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
11515 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
11516 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
11517container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
11518 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
11519container # The SELinux context to be applied to the container. If unspecified, the container runt…
11520 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
11521 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
11522 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
11523 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
11526 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
11527container runtime should close the stdin channel after it has been opened by a single attach. When…
11528 …ath at which the file to which the container's termination message will be written is mounted…
11529container status message on both success and failure. FallbackToLogsOnError will use the last chun…
11530 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
11531 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
11532 { # volumeDevice describes a mapping of a raw block device within a container.
11533 …ath": "A String", # devicePath is the path inside of the container that the device …
11537 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
11538 { # VolumeMount describes a mounting of a Volume within a container.
11539 …"mountPath": "A String", # Path within the container at which the volume shoul…
11540 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
11543 …th": "A String", # Path within the volume from which the container's volume sh…
11546 … # Container's working directory. If not specified, the container runtime's default will…
11548 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
11549container that defines the unit of execution for this Revision. In the context of a Revision, we d…
11550container. This specifies both the container to run, the command to run in the container and the a…
11551container's environment. If a variable cannot be resolved, the reference in the input string …
11554container's environment. If a variable cannot be resolved, the reference in the input string …
11557 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
11558 { # EnvVar represents an environment variable present in a Container.
11560 …E) are expanded using the previous defined environment variables in the container and any route en…
11581 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
11602container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
11603container is created. If the handler fails, the container is terminated and restarted according to…
11604 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11605 …mand line to execute inside the container, the working directory for the command is root ('/&…
11618 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11627 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11634container is terminated. The container is terminated after the handler completes. The reason for t…
11635 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11636 …mand line to execute inside the container, the working directory for the command is root ('/&…
11649 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11658 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11666container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11668 …es a specific action that should be taken # The action taken to determine the health of a container
11669 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11670 …mand line to execute inside the container, the working directory for the command is root ('/&…
11683 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11692 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11699 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11702 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11704 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
11705container. Exposing a port here gives the system additional information about the network connecti…
11706 { # ContainerPort represents a network port in a single container.
11714container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11716 …es a specific action that should be taken # The action taken to determine the health of a container
11717 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11718 …mand line to execute inside the container, the working directory for the command is root ('/&…
11731 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11740 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11747 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11750 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11752 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
11761 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11764 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11770container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
11771 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
11772 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
11780 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
11781 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
11782 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
11783container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
11784 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
11785container # The SELinux context to be applied to the container. If unspecified, the container runt…
11786 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
11787 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
11788 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
11789 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
11792 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
11793container runtime should close the stdin channel after it has been opened by a single attach. When…
11794 …ath at which the file to which the container's termination message will be written is mounted…
11795container status message on both success and failure. FallbackToLogsOnError will use the last chun…
11796 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
11797 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
11798 { # volumeDevice describes a mapping of a raw block device within a container.
11799 …ath": "A String", # devicePath is the path inside of the container that the device …
11803 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
11804 { # VolumeMount describes a mounting of a Volume within a container.
11805 …"mountPath": "A String", # Path within the container at which the volume shoul…
11806 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
11809 …th": "A String", # Path within the volume from which the container's volume sh…
11812 … # Container's working directory. If not specified, the container runtime's default will…
11820 { # Volume represents a named volume in a container.
11844 …uot;secretName": "A String", # Name of the secret in the container's namespace…
11858 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
11885container": { # A single application container. This specifies both the container to run, the…
11886container's environment. If a variable cannot be resolved, the reference in the input string …
11889container's environment. If a variable cannot be resolved, the reference in the input string …
11892 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
11893 { # EnvVar represents an environment variable present in a Container.
11895 …E) are expanded using the previous defined environment variables in the container and any route en…
11916 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
11937container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
11938container is created. If the handler fails, the container is terminated and restarted according to…
11939 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11940 …mand line to execute inside the container, the working directory for the command is root ('/&…
11953 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11962 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11969container is terminated. The container is terminated after the handler completes. The reason for t…
11970 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11971 …mand line to execute inside the container, the working directory for the command is root ('/&…
11984 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11993 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12001container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12003 …es a specific action that should be taken # The action taken to determine the health of a container
12004 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12005 …mand line to execute inside the container, the working directory for the command is root ('/&…
12018 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12027 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12034 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12037 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12039 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12040container. Exposing a port here gives the system additional information about the network connecti…
12041 { # ContainerPort represents a network port in a single container.
12049container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12051 …es a specific action that should be taken # The action taken to determine the health of a container
12052 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12053 …mand line to execute inside the container, the working directory for the command is root ('/&…
12066 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12075 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12082 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12085 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12087 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12096 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12099 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12105container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12106 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12107 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12115 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12116 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12117 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12118container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12119 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12120container # The SELinux context to be applied to the container. If unspecified, the container runt…
12121 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12122 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12123 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12124 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12127 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12128container runtime should close the stdin channel after it has been opened by a single attach. When…
12129 …ath at which the file to which the container's termination message will be written is mounted…
12130container status message on both success and failure. FallbackToLogsOnError will use the last chun…
12131 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
12132 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
12133 { # volumeDevice describes a mapping of a raw block device within a container.
12134 …ath": "A String", # devicePath is the path inside of the container that the device …
12138 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
12139 { # VolumeMount describes a mounting of a Volume within a container.
12140 …"mountPath": "A String", # Path within the container at which the volume shoul…
12141 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
12144 …th": "A String", # Path within the volume from which the container's volume sh…
12147 … # Container's working directory. If not specified, the container runtime's default will…
12149 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
12150container that defines the unit of execution for this Revision. In the context of a Revision, we d…
12151container. This specifies both the container to run, the command to run in the container and the a…
12152container's environment. If a variable cannot be resolved, the reference in the input string …
12155container's environment. If a variable cannot be resolved, the reference in the input string …
12158 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
12159 { # EnvVar represents an environment variable present in a Container.
12161 …E) are expanded using the previous defined environment variables in the container and any route en…
12182 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
12203container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
12204container is created. If the handler fails, the container is terminated and restarted according to…
12205 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12206 …mand line to execute inside the container, the working directory for the command is root ('/&…
12219 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12228 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12235container is terminated. The container is terminated after the handler completes. The reason for t…
12236 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12237 …mand line to execute inside the container, the working directory for the command is root ('/&…
12250 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12259 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12267container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12269 …es a specific action that should be taken # The action taken to determine the health of a container
12270 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12271 …mand line to execute inside the container, the working directory for the command is root ('/&…
12284 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12293 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12300 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12303 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12305 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12306container. Exposing a port here gives the system additional information about the network connecti…
12307 { # ContainerPort represents a network port in a single container.
12315container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12317 …es a specific action that should be taken # The action taken to determine the health of a container
12318 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12319 …mand line to execute inside the container, the working directory for the command is root ('/&…
12332 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12341 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12348 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12351 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12353 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12362 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12365 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12371container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12372 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12373 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12381 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12382 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12383 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12384container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12385 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12386container # The SELinux context to be applied to the container. If unspecified, the container runt…
12387 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12388 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12389 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12390 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12393 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12394container runtime should close the stdin channel after it has been opened by a single attach. When…
12395 …ath at which the file to which the container's termination message will be written is mounted…
12396container status message on both success and failure. FallbackToLogsOnError will use the last chun…
12397 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
12398 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
12399 { # volumeDevice describes a mapping of a raw block device within a container.
12400 …ath": "A String", # devicePath is the path inside of the container that the device …
12404 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
12405 { # VolumeMount describes a mounting of a Volume within a container.
12406 …"mountPath": "A String", # Path within the container at which the volume shoul…
12407 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
12410 …th": "A String", # Path within the volume from which the container's volume sh…
12413 … # Container's working directory. If not specified, the container runtime's default will…
12421 { # Volume represents a named volume in a container.
12445 …uot;secretName": "A String", # Name of the secret in the container's namespace…
12461 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
12488container": { # A single application container. This specifies both the container to run, the…
12489container's environment. If a variable cannot be resolved, the reference in the input string …
12492container's environment. If a variable cannot be resolved, the reference in the input string …
12495 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
12496 { # EnvVar represents an environment variable present in a Container.
12498 …E) are expanded using the previous defined environment variables in the container and any route en…
12519 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
12540container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
12541container is created. If the handler fails, the container is terminated and restarted according to…
12542 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12543 …mand line to execute inside the container, the working directory for the command is root ('/&…
12556 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12565 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12572container is terminated. The container is terminated after the handler completes. The reason for t…
12573 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12574 …mand line to execute inside the container, the working directory for the command is root ('/&…
12587 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12596 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12604container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12606 …es a specific action that should be taken # The action taken to determine the health of a container
12607 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12608 …mand line to execute inside the container, the working directory for the command is root ('/&…
12621 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12630 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12637 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12640 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12642 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12643container. Exposing a port here gives the system additional information about the network connecti…
12644 { # ContainerPort represents a network port in a single container.
12652container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12654 …es a specific action that should be taken # The action taken to determine the health of a container
12655 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12656 …mand line to execute inside the container, the working directory for the command is root ('/&…
12669 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12678 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12685 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12688 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12690 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12699 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12702 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12708container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12709 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12710 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12718 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12719 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12720 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12721container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12722 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12723container # The SELinux context to be applied to the container. If unspecified, the container runt…
12724 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12725 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12726 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12727 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12730 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12731container runtime should close the stdin channel after it has been opened by a single attach. When…
12732 …ath at which the file to which the container's termination message will be written is mounted…
12733container status message on both success and failure. FallbackToLogsOnError will use the last chun…
12734 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
12735 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
12736 { # volumeDevice describes a mapping of a raw block device within a container.
12737 …ath": "A String", # devicePath is the path inside of the container that the device …
12741 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
12742 { # VolumeMount describes a mounting of a Volume within a container.
12743 …"mountPath": "A String", # Path within the container at which the volume shoul…
12744 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
12747 …th": "A String", # Path within the volume from which the container's volume sh…
12750 … # Container's working directory. If not specified, the container runtime's default will…
12752 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
12753container that defines the unit of execution for this Revision. In the context of a Revision, we d…
12754container. This specifies both the container to run, the command to run in the container and the a…
12755container's environment. If a variable cannot be resolved, the reference in the input string …
12758container's environment. If a variable cannot be resolved, the reference in the input string …
12761 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
12762 { # EnvVar represents an environment variable present in a Container.
12764 …E) are expanded using the previous defined environment variables in the container and any route en…
12785 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
12806container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
12807container is created. If the handler fails, the container is terminated and restarted according to…
12808 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12809 …mand line to execute inside the container, the working directory for the command is root ('/&…
12822 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12831 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12838container is terminated. The container is terminated after the handler completes. The reason for t…
12839 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12840 …mand line to execute inside the container, the working directory for the command is root ('/&…
12853 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12862 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12870container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12872 …es a specific action that should be taken # The action taken to determine the health of a container
12873 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12874 …mand line to execute inside the container, the working directory for the command is root ('/&…
12887 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12896 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12903 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12906 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12908 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12909container. Exposing a port here gives the system additional information about the network connecti…
12910 { # ContainerPort represents a network port in a single container.
12918container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12920 …es a specific action that should be taken # The action taken to determine the health of a container
12921 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12922 …mand line to execute inside the container, the working directory for the command is root ('/&…
12935 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12944 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12951 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12954 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12956 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12965 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12968 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12974container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12975 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12976 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12984 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12985 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12986 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12987container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12988 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12989container # The SELinux context to be applied to the container. If unspecified, the container runt…
12990 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12991 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12992 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12993 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12996 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12997container runtime should close the stdin channel after it has been opened by a single attach. When…
12998 …ath at which the file to which the container's termination message will be written is mounted…
12999container status message on both success and failure. FallbackToLogsOnError will use the last chun…
13000 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
13001 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
13002 { # volumeDevice describes a mapping of a raw block device within a container.
13003 …ath": "A String", # devicePath is the path inside of the container that the device …
13007 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
13008 { # VolumeMount describes a mounting of a Volume within a container.
13009 …"mountPath": "A String", # Path within the container at which the volume shoul…
13010 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
13013 …th": "A String", # Path within the volume from which the container's volume sh…
13016 … # Container's working directory. If not specified, the container runtime's default will…
13024 { # Volume represents a named volume in a container.
13048 …"secretName": "A String", # Name of the secret in the container's namespa…
13173 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
13183 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
13215container image, and may also include labels and annotations that should be attached to the Revisi…
13223 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
13250container": { # A single application container. This specifies both the container to run, the…
13251container's environment. If a variable cannot be resolved, the reference in the input string …
13254container's environment. If a variable cannot be resolved, the reference in the input string …
13257 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
13258 { # EnvVar represents an environment variable present in a Container.
13260 …E) are expanded using the previous defined environment variables in the container and any route en…
13281 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
13302container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
13303container is created. If the handler fails, the container is terminated and restarted according to…
13304 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13305 …mand line to execute inside the container, the working directory for the command is root ('/&…
13318 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13327 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13334container is terminated. The container is terminated after the handler completes. The reason for t…
13335 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13336 …mand line to execute inside the container, the working directory for the command is root ('/&…
13349 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13358 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13366container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13368 …es a specific action that should be taken # The action taken to determine the health of a container
13369 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13370 …mand line to execute inside the container, the working directory for the command is root ('/&…
13383 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13392 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13399 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13402 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13404 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
13405container. Exposing a port here gives the system additional information about the network connecti…
13406 { # ContainerPort represents a network port in a single container.
13414container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13416 …es a specific action that should be taken # The action taken to determine the health of a container
13417 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13418 …mand line to execute inside the container, the working directory for the command is root ('/&…
13431 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13440 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13447 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13450 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13452 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
13461 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13464 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13470container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
13471 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
13472 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
13480 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
13481 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
13482 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
13483container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
13484 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
13485container # The SELinux context to be applied to the container. If unspecified, the container runt…
13486 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
13487 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
13488 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
13489 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
13492 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
13493container runtime should close the stdin channel after it has been opened by a single attach. When…
13494 …ath at which the file to which the container's termination message will be written is mounted…
13495container status message on both success and failure. FallbackToLogsOnError will use the last chun…
13496 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
13497 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
13498 { # volumeDevice describes a mapping of a raw block device within a container.
13499 …ath": "A String", # devicePath is the path inside of the container that the device …
13503 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
13504 { # VolumeMount describes a mounting of a Volume within a container.
13505 …"mountPath": "A String", # Path within the container at which the volume shoul…
13506 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
13509 …th": "A String", # Path within the volume from which the container's volume sh…
13512 … # Container's working directory. If not specified, the container runtime's default will…
13514 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
13515container that defines the unit of execution for this Revision. In the context of a Revision, we d…
13516container. This specifies both the container to run, the command to run in the container and the a…
13517container's environment. If a variable cannot be resolved, the reference in the input string …
13520container's environment. If a variable cannot be resolved, the reference in the input string …
13523 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
13524 { # EnvVar represents an environment variable present in a Container.
13526 …E) are expanded using the previous defined environment variables in the container and any route en…
13547 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
13568container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
13569container is created. If the handler fails, the container is terminated and restarted according to…
13570 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13571 …mand line to execute inside the container, the working directory for the command is root ('/&…
13584 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13593 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13600container is terminated. The container is terminated after the handler completes. The reason for t…
13601 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13602 …mand line to execute inside the container, the working directory for the command is root ('/&…
13615 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13624 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13632container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13634 …es a specific action that should be taken # The action taken to determine the health of a container
13635 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13636 …mand line to execute inside the container, the working directory for the command is root ('/&…
13649 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13658 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13665 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13668 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13670 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
13671container. Exposing a port here gives the system additional information about the network connecti…
13672 { # ContainerPort represents a network port in a single container.
13680container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13682 …es a specific action that should be taken # The action taken to determine the health of a container
13683 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13684 …mand line to execute inside the container, the working directory for the command is root ('/&…
13697 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13706 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13713 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13716 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13718 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
13727 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13730 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13736container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
13737 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
13738 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
13746 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
13747 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
13748 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
13749container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
13750 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
13751container # The SELinux context to be applied to the container. If unspecified, the container runt…
13752 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
13753 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
13754 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
13755 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
13758 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
13759container runtime should close the stdin channel after it has been opened by a single attach. When…
13760 …ath at which the file to which the container's termination message will be written is mounted…
13761container status message on both success and failure. FallbackToLogsOnError will use the last chun…
13762 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
13763 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
13764 { # volumeDevice describes a mapping of a raw block device within a container.
13765 …ath": "A String", # devicePath is the path inside of the container that the device …
13769 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
13770 { # VolumeMount describes a mounting of a Volume within a container.
13771 …"mountPath": "A String", # Path within the container at which the volume shoul…
13772 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
13775 …th": "A String", # Path within the volume from which the container's volume sh…
13778 … # Container's working directory. If not specified, the container runtime's default will…
13786 { # Volume represents a named volume in a container.
13810 …uot;secretName": "A String", # Name of the secret in the container's namespace…
13824 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
13851container": { # A single application container. This specifies both the container to run, the…
13852container's environment. If a variable cannot be resolved, the reference in the input string …
13855container's environment. If a variable cannot be resolved, the reference in the input string …
13858 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
13859 { # EnvVar represents an environment variable present in a Container.
13861 …E) are expanded using the previous defined environment variables in the container and any route en…
13882 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
13903container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
13904container is created. If the handler fails, the container is terminated and restarted according to…
13905 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13906 …mand line to execute inside the container, the working directory for the command is root ('/&…
13919 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13928 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13935container is terminated. The container is terminated after the handler completes. The reason for t…
13936 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13937 …mand line to execute inside the container, the working directory for the command is root ('/&…
13950 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13959 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13967container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13969 …es a specific action that should be taken # The action taken to determine the health of a container
13970 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13971 …mand line to execute inside the container, the working directory for the command is root ('/&…
13984 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13993 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14000 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14003 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14005 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
14006container. Exposing a port here gives the system additional information about the network connecti…
14007 { # ContainerPort represents a network port in a single container.
14015container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14017 …es a specific action that should be taken # The action taken to determine the health of a container
14018 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14019 …mand line to execute inside the container, the working directory for the command is root ('/&…
14032 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14041 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14048 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14051 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14053 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14062 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14065 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14071container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14072 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14073 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14081 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14082 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14083 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14084container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14085 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14086container # The SELinux context to be applied to the container. If unspecified, the container runt…
14087 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14088 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14089 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14090 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14093 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14094container runtime should close the stdin channel after it has been opened by a single attach. When…
14095 …ath at which the file to which the container's termination message will be written is mounted…
14096container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14097 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14098 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14099 { # volumeDevice describes a mapping of a raw block device within a container.
14100 …ath": "A String", # devicePath is the path inside of the container that the device …
14104 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14105 { # VolumeMount describes a mounting of a Volume within a container.
14106 …"mountPath": "A String", # Path within the container at which the volume shoul…
14107 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14110 …th": "A String", # Path within the volume from which the container's volume sh…
14113 … # Container's working directory. If not specified, the container runtime's default will…
14115 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
14116container that defines the unit of execution for this Revision. In the context of a Revision, we d…
14117container. This specifies both the container to run, the command to run in the container and the a…
14118container's environment. If a variable cannot be resolved, the reference in the input string …
14121container's environment. If a variable cannot be resolved, the reference in the input string …
14124 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
14125 { # EnvVar represents an environment variable present in a Container.
14127 …E) are expanded using the previous defined environment variables in the container and any route en…
14148 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
14169container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
14170container is created. If the handler fails, the container is terminated and restarted according to…
14171 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14172 …mand line to execute inside the container, the working directory for the command is root ('/&…
14185 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14194 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14201container is terminated. The container is terminated after the handler completes. The reason for t…
14202 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14203 …mand line to execute inside the container, the working directory for the command is root ('/&…
14216 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14225 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14233container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14235 …es a specific action that should be taken # The action taken to determine the health of a container
14236 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14237 …mand line to execute inside the container, the working directory for the command is root ('/&…
14250 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14259 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14266 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14269 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14271 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
14272container. Exposing a port here gives the system additional information about the network connecti…
14273 { # ContainerPort represents a network port in a single container.
14281container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14283 …es a specific action that should be taken # The action taken to determine the health of a container
14284 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14285 …mand line to execute inside the container, the working directory for the command is root ('/&…
14298 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14307 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14314 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14317 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14319 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14328 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14331 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14337container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14338 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14339 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14347 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14348 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14349 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14350container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14351 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14352container # The SELinux context to be applied to the container. If unspecified, the container runt…
14353 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14354 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14355 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14356 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14359 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14360container runtime should close the stdin channel after it has been opened by a single attach. When…
14361 …ath at which the file to which the container's termination message will be written is mounted…
14362container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14363 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14364 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14365 { # volumeDevice describes a mapping of a raw block device within a container.
14366 …ath": "A String", # devicePath is the path inside of the container that the device …
14370 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14371 { # VolumeMount describes a mounting of a Volume within a container.
14372 …"mountPath": "A String", # Path within the container at which the volume shoul…
14373 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14376 …th": "A String", # Path within the volume from which the container's volume sh…
14379 … # Container's working directory. If not specified, the container runtime's default will…
14387 { # Volume represents a named volume in a container.
14411 …uot;secretName": "A String", # Name of the secret in the container's namespace…
14423container image, and may also include labels and annotations that should be attached to the Revisi…
14431 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
14458container": { # A single application container. This specifies both the container to run, the…
14459container's environment. If a variable cannot be resolved, the reference in the input string …
14462container's environment. If a variable cannot be resolved, the reference in the input string …
14465 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
14466 { # EnvVar represents an environment variable present in a Container.
14468 …E) are expanded using the previous defined environment variables in the container and any route en…
14489 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
14510container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
14511container is created. If the handler fails, the container is terminated and restarted according to…
14512 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14513 …mand line to execute inside the container, the working directory for the command is root ('/&…
14526 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14535 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14542container is terminated. The container is terminated after the handler completes. The reason for t…
14543 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14544 …mand line to execute inside the container, the working directory for the command is root ('/&…
14557 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14566 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14574container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14576 …es a specific action that should be taken # The action taken to determine the health of a container
14577 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14578 …mand line to execute inside the container, the working directory for the command is root ('/&…
14591 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14600 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14607 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14610 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14612 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
14613container. Exposing a port here gives the system additional information about the network connecti…
14614 { # ContainerPort represents a network port in a single container.
14622container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14624 …es a specific action that should be taken # The action taken to determine the health of a container
14625 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14626 …mand line to execute inside the container, the working directory for the command is root ('/&…
14639 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14648 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14655 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14658 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14660 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14669 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14672 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14678container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14679 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14680 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14688 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14689 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14690 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14691container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14692 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14693container # The SELinux context to be applied to the container. If unspecified, the container runt…
14694 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14695 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14696 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14697 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14700 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14701container runtime should close the stdin channel after it has been opened by a single attach. When…
14702 …ath at which the file to which the container's termination message will be written is mounted…
14703container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14704 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14705 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14706 { # volumeDevice describes a mapping of a raw block device within a container.
14707 …ath": "A String", # devicePath is the path inside of the container that the device …
14711 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14712 { # VolumeMount describes a mounting of a Volume within a container.
14713 …"mountPath": "A String", # Path within the container at which the volume shoul…
14714 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14717 …th": "A String", # Path within the volume from which the container's volume sh…
14720 … # Container's working directory. If not specified, the container runtime's default will…
14722 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
14723container that defines the unit of execution for this Revision. In the context of a Revision, we d…
14724container. This specifies both the container to run, the command to run in the container and the a…
14725container's environment. If a variable cannot be resolved, the reference in the input string …
14728container's environment. If a variable cannot be resolved, the reference in the input string …
14731 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
14732 { # EnvVar represents an environment variable present in a Container.
14734 …E) are expanded using the previous defined environment variables in the container and any route en…
14755 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
14776container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
14777container is created. If the handler fails, the container is terminated and restarted according to…
14778 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14779 …mand line to execute inside the container, the working directory for the command is root ('/&…
14792 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14801 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14808container is terminated. The container is terminated after the handler completes. The reason for t…
14809 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14810 …mand line to execute inside the container, the working directory for the command is root ('/&…
14823 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14832 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14840container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14842 …es a specific action that should be taken # The action taken to determine the health of a container
14843 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14844 …mand line to execute inside the container, the working directory for the command is root ('/&…
14857 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14866 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14873 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14876 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14878 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
14879container. Exposing a port here gives the system additional information about the network connecti…
14880 { # ContainerPort represents a network port in a single container.
14888container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14890 …es a specific action that should be taken # The action taken to determine the health of a container
14891 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14892 …mand line to execute inside the container, the working directory for the command is root ('/&…
14905 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14914 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14921 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14924 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14926 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14935 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14938 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14944container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14945 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14946 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14954 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14955 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14956 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14957container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14958 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14959container # The SELinux context to be applied to the container. If unspecified, the container runt…
14960 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14961 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14962 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14963 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14966 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14967container runtime should close the stdin channel after it has been opened by a single attach. When…
14968 …ath at which the file to which the container's termination message will be written is mounted…
14969container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14970 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14971 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14972 { # volumeDevice describes a mapping of a raw block device within a container.
14973 …ath": "A String", # devicePath is the path inside of the container that the device …
14977 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14978 { # VolumeMount describes a mounting of a Volume within a container.
14979 …"mountPath": "A String", # Path within the container at which the volume shoul…
14980 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14983 …th": "A String", # Path within the volume from which the container's volume sh…
14986 … # Container's working directory. If not specified, the container runtime's default will…
14994 { # Volume represents a named volume in a container.
15018 …uot;secretName": "A String", # Name of the secret in the container's namespace…
15032 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
15059container": { # A single application container. This specifies both the container to run, the…
15060container's environment. If a variable cannot be resolved, the reference in the input string …
15063container's environment. If a variable cannot be resolved, the reference in the input string …
15066 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15067 { # EnvVar represents an environment variable present in a Container.
15069 …E) are expanded using the previous defined environment variables in the container and any route en…
15090 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15111container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15112container is created. If the handler fails, the container is terminated and restarted according to…
15113 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15114 …mand line to execute inside the container, the working directory for the command is root ('/&…
15127 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15136 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15143container is terminated. The container is terminated after the handler completes. The reason for t…
15144 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15145 …mand line to execute inside the container, the working directory for the command is root ('/&…
15158 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15167 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15175container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15177 …es a specific action that should be taken # The action taken to determine the health of a container
15178 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15179 …mand line to execute inside the container, the working directory for the command is root ('/&…
15192 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15201 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15208 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15211 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15213 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
15214container. Exposing a port here gives the system additional information about the network connecti…
15215 { # ContainerPort represents a network port in a single container.
15223container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15225 …es a specific action that should be taken # The action taken to determine the health of a container
15226 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15227 …mand line to execute inside the container, the working directory for the command is root ('/&…
15240 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15249 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15256 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15259 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15261 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
15270 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15273 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15279container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
15280 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
15281 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
15289 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
15290 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
15291 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
15292container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
15293 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
15294container # The SELinux context to be applied to the container. If unspecified, the container runt…
15295 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
15296 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
15297 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
15298 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
15301 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
15302container runtime should close the stdin channel after it has been opened by a single attach. When…
15303 …ath at which the file to which the container's termination message will be written is mounted…
15304container status message on both success and failure. FallbackToLogsOnError will use the last chun…
15305 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
15306 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
15307 { # volumeDevice describes a mapping of a raw block device within a container.
15308 …ath": "A String", # devicePath is the path inside of the container that the device …
15312 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
15313 { # VolumeMount describes a mounting of a Volume within a container.
15314 …"mountPath": "A String", # Path within the container at which the volume shoul…
15315 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
15318 …th": "A String", # Path within the volume from which the container's volume sh…
15321 … # Container's working directory. If not specified, the container runtime's default will…
15323 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
15324container that defines the unit of execution for this Revision. In the context of a Revision, we d…
15325container. This specifies both the container to run, the command to run in the container and the a…
15326container's environment. If a variable cannot be resolved, the reference in the input string …
15329container's environment. If a variable cannot be resolved, the reference in the input string …
15332 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15333 { # EnvVar represents an environment variable present in a Container.
15335 …E) are expanded using the previous defined environment variables in the container and any route en…
15356 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15377container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15378container is created. If the handler fails, the container is terminated and restarted according to…
15379 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15380 …mand line to execute inside the container, the working directory for the command is root ('/&…
15393 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15402 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15409container is terminated. The container is terminated after the handler completes. The reason for t…
15410 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15411 …mand line to execute inside the container, the working directory for the command is root ('/&…
15424 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15433 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15441container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15443 …es a specific action that should be taken # The action taken to determine the health of a container
15444 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15445 …mand line to execute inside the container, the working directory for the command is root ('/&…
15458 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15467 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15474 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15477 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15479 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
15480container. Exposing a port here gives the system additional information about the network connecti…
15481 { # ContainerPort represents a network port in a single container.
15489container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15491 …es a specific action that should be taken # The action taken to determine the health of a container
15492 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15493 …mand line to execute inside the container, the working directory for the command is root ('/&…
15506 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15515 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15522 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15525 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15527 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
15536 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15539 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15545container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
15546 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
15547 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
15555 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
15556 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
15557 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
15558container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
15559 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
15560container # The SELinux context to be applied to the container. If unspecified, the container runt…
15561 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
15562 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
15563 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
15564 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
15567 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
15568container runtime should close the stdin channel after it has been opened by a single attach. When…
15569 …ath at which the file to which the container's termination message will be written is mounted…
15570container status message on both success and failure. FallbackToLogsOnError will use the last chun…
15571 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
15572 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
15573 { # volumeDevice describes a mapping of a raw block device within a container.
15574 …ath": "A String", # devicePath is the path inside of the container that the device …
15578 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
15579 { # VolumeMount describes a mounting of a Volume within a container.
15580 …"mountPath": "A String", # Path within the container at which the volume shoul…
15581 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
15584 …th": "A String", # Path within the volume from which the container's volume sh…
15587 … # Container's working directory. If not specified, the container runtime's default will…
15595 { # Volume represents a named volume in a container.
15619 …uot;secretName": "A String", # Name of the secret in the container's namespace…
15634container image, and may also include labels and annotations that should be attached to the Revisi…
15642 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
15669container": { # A single application container. This specifies both the container to run, the…
15670container's environment. If a variable cannot be resolved, the reference in the input string …
15673container's environment. If a variable cannot be resolved, the reference in the input string …
15676 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15677 { # EnvVar represents an environment variable present in a Container.
15679 …E) are expanded using the previous defined environment variables in the container and any route en…
15700 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15721container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15722container is created. If the handler fails, the container is terminated and restarted according to…
15723 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15724 …mand line to execute inside the container, the working directory for the command is root ('/&…
15737 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15746 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15753container is terminated. The container is terminated after the handler completes. The reason for t…
15754 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15755 …mand line to execute inside the container, the working directory for the command is root ('/&…
15768 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15777 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15785container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15787 …es a specific action that should be taken # The action taken to determine the health of a container
15788 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15789 …mand line to execute inside the container, the working directory for the command is root ('/&…
15802 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15811 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15818 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15821 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15823 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
15824container. Exposing a port here gives the system additional information about the network connecti…
15825 { # ContainerPort represents a network port in a single container.
15833container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15835 …es a specific action that should be taken # The action taken to determine the health of a container
15836 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15837 …mand line to execute inside the container, the working directory for the command is root ('/&…
15850 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15859 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15866 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15869 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15871 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
15880 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15883 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15889container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
15890 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
15891 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
15899 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
15900 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
15901 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
15902container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
15903 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
15904container # The SELinux context to be applied to the container. If unspecified, the container runt…
15905 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
15906 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
15907 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
15908 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
15911 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
15912container runtime should close the stdin channel after it has been opened by a single attach. When…
15913 …ath at which the file to which the container's termination message will be written is mounted…
15914container status message on both success and failure. FallbackToLogsOnError will use the last chun…
15915 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
15916 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
15917 { # volumeDevice describes a mapping of a raw block device within a container.
15918 …ath": "A String", # devicePath is the path inside of the container that the device …
15922 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
15923 { # VolumeMount describes a mounting of a Volume within a container.
15924 …"mountPath": "A String", # Path within the container at which the volume shoul…
15925 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
15928 …th": "A String", # Path within the volume from which the container's volume sh…
15931 … # Container's working directory. If not specified, the container runtime's default will…
15933 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
15934container that defines the unit of execution for this Revision. In the context of a Revision, we d…
15935container. This specifies both the container to run, the command to run in the container and the a…
15936container's environment. If a variable cannot be resolved, the reference in the input string …
15939container's environment. If a variable cannot be resolved, the reference in the input string …
15942 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15943 { # EnvVar represents an environment variable present in a Container.
15945 …E) are expanded using the previous defined environment variables in the container and any route en…
15966 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15987container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15988container is created. If the handler fails, the container is terminated and restarted according to…
15989 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15990 …mand line to execute inside the container, the working directory for the command is root ('/&…
16003 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16012 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16019container is terminated. The container is terminated after the handler completes. The reason for t…
16020 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16021 …mand line to execute inside the container, the working directory for the command is root ('/&…
16034 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16043 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16051container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16053 …es a specific action that should be taken # The action taken to determine the health of a container
16054 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16055 …mand line to execute inside the container, the working directory for the command is root ('/&…
16068 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16077 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16084 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16087 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16089 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
16090container. Exposing a port here gives the system additional information about the network connecti…
16091 { # ContainerPort represents a network port in a single container.
16099container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16101 …es a specific action that should be taken # The action taken to determine the health of a container
16102 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16103 …mand line to execute inside the container, the working directory for the command is root ('/&…
16116 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16125 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16132 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16135 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16137 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
16146 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16149 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16155container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
16156 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
16157 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
16165 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
16166 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
16167 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
16168container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
16169 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
16170container # The SELinux context to be applied to the container. If unspecified, the container runt…
16171 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
16172 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
16173 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
16174 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
16177 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
16178container runtime should close the stdin channel after it has been opened by a single attach. When…
16179 …ath at which the file to which the container's termination message will be written is mounted…
16180container status message on both success and failure. FallbackToLogsOnError will use the last chun…
16181 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
16182 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
16183 { # volumeDevice describes a mapping of a raw block device within a container.
16184 …ath": "A String", # devicePath is the path inside of the container that the device …
16188 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
16189 { # VolumeMount describes a mounting of a Volume within a container.
16190 …"mountPath": "A String", # Path within the container at which the volume shoul…
16191 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
16194 …th": "A String", # Path within the volume from which the container's volume sh…
16197 … # Container's working directory. If not specified, the container runtime's default will…
16205 { # Volume represents a named volume in a container.
16229 …uot;secretName": "A String", # Name of the secret in the container's namespace…
16243 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
16270container": { # A single application container. This specifies both the container to run, the…
16271container's environment. If a variable cannot be resolved, the reference in the input string …
16274container's environment. If a variable cannot be resolved, the reference in the input string …
16277 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
16278 { # EnvVar represents an environment variable present in a Container.
16280 …E) are expanded using the previous defined environment variables in the container and any route en…
16301 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
16322container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
16323container is created. If the handler fails, the container is terminated and restarted according to…
16324 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16325 …mand line to execute inside the container, the working directory for the command is root ('/&…
16338 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16347 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16354container is terminated. The container is terminated after the handler completes. The reason for t…
16355 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16356 …mand line to execute inside the container, the working directory for the command is root ('/&…
16369 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16378 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16386container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16388 …es a specific action that should be taken # The action taken to determine the health of a container
16389 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16390 …mand line to execute inside the container, the working directory for the command is root ('/&…
16403 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16412 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16419 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16422 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16424 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
16425container. Exposing a port here gives the system additional information about the network connecti…
16426 { # ContainerPort represents a network port in a single container.
16434container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16436 …es a specific action that should be taken # The action taken to determine the health of a container
16437 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16438 …mand line to execute inside the container, the working directory for the command is root ('/&…
16451 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16460 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16467 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16470 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16472 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
16481 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16484 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16490container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
16491 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
16492 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
16500 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
16501 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
16502 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
16503container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
16504 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
16505container # The SELinux context to be applied to the container. If unspecified, the container runt…
16506 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
16507 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
16508 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
16509 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
16512 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
16513container runtime should close the stdin channel after it has been opened by a single attach. When…
16514 …ath at which the file to which the container's termination message will be written is mounted…
16515container status message on both success and failure. FallbackToLogsOnError will use the last chun…
16516 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
16517 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
16518 { # volumeDevice describes a mapping of a raw block device within a container.
16519 …ath": "A String", # devicePath is the path inside of the container that the device …
16523 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
16524 { # VolumeMount describes a mounting of a Volume within a container.
16525 …"mountPath": "A String", # Path within the container at which the volume shoul…
16526 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
16529 …th": "A String", # Path within the volume from which the container's volume sh…
16532 … # Container's working directory. If not specified, the container runtime's default will…
16534 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
16535container that defines the unit of execution for this Revision. In the context of a Revision, we d…
16536container. This specifies both the container to run, the command to run in the container and the a…
16537container's environment. If a variable cannot be resolved, the reference in the input string …
16540container's environment. If a variable cannot be resolved, the reference in the input string …
16543 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
16544 { # EnvVar represents an environment variable present in a Container.
16546 …E) are expanded using the previous defined environment variables in the container and any route en…
16567 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
16588container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
16589container is created. If the handler fails, the container is terminated and restarted according to…
16590 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16591 …mand line to execute inside the container, the working directory for the command is root ('/&…
16604 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16613 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16620container is terminated. The container is terminated after the handler completes. The reason for t…
16621 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16622 …mand line to execute inside the container, the working directory for the command is root ('/&…
16635 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16644 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16652container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16654 …es a specific action that should be taken # The action taken to determine the health of a container
16655 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16656 …mand line to execute inside the container, the working directory for the command is root ('/&…
16669 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16678 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16685 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16688 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16690 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
16691container. Exposing a port here gives the system additional information about the network connecti…
16692 { # ContainerPort represents a network port in a single container.
16700container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16702 …es a specific action that should be taken # The action taken to determine the health of a container
16703 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16704 …mand line to execute inside the container, the working directory for the command is root ('/&…
16717 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16726 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16733 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16736 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16738 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
16747 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16750 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16756container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
16757 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
16758 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
16766 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
16767 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
16768 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
16769container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
16770 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
16771container # The SELinux context to be applied to the container. If unspecified, the container runt…
16772 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
16773 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
16774 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
16775 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
16778 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
16779container runtime should close the stdin channel after it has been opened by a single attach. When…
16780 …ath at which the file to which the container's termination message will be written is mounted…
16781container status message on both success and failure. FallbackToLogsOnError will use the last chun…
16782 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
16783 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
16784 { # volumeDevice describes a mapping of a raw block device within a container.
16785 …ath": "A String", # devicePath is the path inside of the container that the device …
16789 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
16790 { # VolumeMount describes a mounting of a Volume within a container.
16791 …"mountPath": "A String", # Path within the container at which the volume shoul…
16792 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
16795 …th": "A String", # Path within the volume from which the container's volume sh…
16798 … # Container's working directory. If not specified, the container runtime's default will…
16806 { # Volume represents a named volume in a container.
16830 …uot;secretName": "A String", # Name of the secret in the container's namespace…
16846 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
16873container": { # A single application container. This specifies both the container to run, the…
16874container's environment. If a variable cannot be resolved, the reference in the input string …
16877container's environment. If a variable cannot be resolved, the reference in the input string …
16880 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
16881 { # EnvVar represents an environment variable present in a Container.
16883 …E) are expanded using the previous defined environment variables in the container and any route en…
16904 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
16925container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
16926container is created. If the handler fails, the container is terminated and restarted according to…
16927 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16928 …mand line to execute inside the container, the working directory for the command is root ('/&…
16941 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16950 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16957container is terminated. The container is terminated after the handler completes. The reason for t…
16958 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16959 …mand line to execute inside the container, the working directory for the command is root ('/&…
16972 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16981 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16989container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16991 …es a specific action that should be taken # The action taken to determine the health of a container
16992 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16993 …mand line to execute inside the container, the working directory for the command is root ('/&…
17006 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17015 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17022 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17025 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17027 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
17028container. Exposing a port here gives the system additional information about the network connecti…
17029 { # ContainerPort represents a network port in a single container.
17037container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17039 …es a specific action that should be taken # The action taken to determine the health of a container
17040 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17041 …mand line to execute inside the container, the working directory for the command is root ('/&…
17054 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17063 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17070 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17073 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17075 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
17084 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17087 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17093container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
17094 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
17095 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
17103 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
17104 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
17105 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
17106container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
17107 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
17108container # The SELinux context to be applied to the container. If unspecified, the container runt…
17109 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
17110 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
17111 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
17112 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
17115 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
17116container runtime should close the stdin channel after it has been opened by a single attach. When…
17117 …ath at which the file to which the container's termination message will be written is mounted…
17118container status message on both success and failure. FallbackToLogsOnError will use the last chun…
17119 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
17120 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
17121 { # volumeDevice describes a mapping of a raw block device within a container.
17122 …ath": "A String", # devicePath is the path inside of the container that the device …
17126 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
17127 { # VolumeMount describes a mounting of a Volume within a container.
17128 …"mountPath": "A String", # Path within the container at which the volume shoul…
17129 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
17132 …th": "A String", # Path within the volume from which the container's volume sh…
17135 … # Container's working directory. If not specified, the container runtime's default will…
17137 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
17138container that defines the unit of execution for this Revision. In the context of a Revision, we d…
17139container. This specifies both the container to run, the command to run in the container and the a…
17140container's environment. If a variable cannot be resolved, the reference in the input string …
17143container's environment. If a variable cannot be resolved, the reference in the input string …
17146 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
17147 { # EnvVar represents an environment variable present in a Container.
17149 …E) are expanded using the previous defined environment variables in the container and any route en…
17170 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
17191container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
17192container is created. If the handler fails, the container is terminated and restarted according to…
17193 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17194 …mand line to execute inside the container, the working directory for the command is root ('/&…
17207 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17216 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17223container is terminated. The container is terminated after the handler completes. The reason for t…
17224 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17225 …mand line to execute inside the container, the working directory for the command is root ('/&…
17238 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17247 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17255container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17257 …es a specific action that should be taken # The action taken to determine the health of a container
17258 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17259 …mand line to execute inside the container, the working directory for the command is root ('/&…
17272 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17281 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17288 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17291 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17293 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
17294container. Exposing a port here gives the system additional information about the network connecti…
17295 { # ContainerPort represents a network port in a single container.
17303container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17305 …es a specific action that should be taken # The action taken to determine the health of a container
17306 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17307 …mand line to execute inside the container, the working directory for the command is root ('/&…
17320 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17329 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17336 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17339 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17341 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
17350 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17353 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17359container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
17360 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
17361 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
17369 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
17370 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
17371 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
17372container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
17373 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
17374container # The SELinux context to be applied to the container. If unspecified, the container runt…
17375 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
17376 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
17377 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
17378 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
17381 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
17382container runtime should close the stdin channel after it has been opened by a single attach. When…
17383 …ath at which the file to which the container's termination message will be written is mounted…
17384container status message on both success and failure. FallbackToLogsOnError will use the last chun…
17385 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
17386 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
17387 { # volumeDevice describes a mapping of a raw block device within a container.
17388 …ath": "A String", # devicePath is the path inside of the container that the device …
17392 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
17393 { # VolumeMount describes a mounting of a Volume within a container.
17394 …"mountPath": "A String", # Path within the container at which the volume shoul…
17395 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
17398 …th": "A String", # Path within the volume from which the container's volume sh…
17401 … # Container's working directory. If not specified, the container runtime's default will…
17409 { # Volume represents a named volume in a container.
17433 …uot;secretName": "A String", # Name of the secret in the container's namespace…
17506 { # Service acts as a top-level container that manages a set of Routes and Configurations which imp…
17516 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
17548container image, and may also include labels and annotations that should be attached to the Revisi…
17556 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
17583container": { # A single application container. This specifies both the container to run, the…
17584container's environment. If a variable cannot be resolved, the reference in the input string …
17587container's environment. If a variable cannot be resolved, the reference in the input string …
17590 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
17591 { # EnvVar represents an environment variable present in a Container.
17593 …E) are expanded using the previous defined environment variables in the container and any route en…
17614 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
17635container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
17636container is created. If the handler fails, the container is terminated and restarted according to…
17637 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17638 …mand line to execute inside the container, the working directory for the command is root ('/&…
17651 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17660 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17667container is terminated. The container is terminated after the handler completes. The reason for t…
17668 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17669 …mand line to execute inside the container, the working directory for the command is root ('/&…
17682 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17691 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17699container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17701 …es a specific action that should be taken # The action taken to determine the health of a container
17702 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17703 …mand line to execute inside the container, the working directory for the command is root ('/&…
17716 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17725 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17732 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17735 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17737 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
17738container. Exposing a port here gives the system additional information about the network connecti…
17739 { # ContainerPort represents a network port in a single container.
17747container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17749 …es a specific action that should be taken # The action taken to determine the health of a container
17750 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17751 …mand line to execute inside the container, the working directory for the command is root ('/&…
17764 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17773 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17780 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17783 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17785 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
17794 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17797 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17803container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
17804 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
17805 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
17813 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
17814 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
17815 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
17816container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
17817 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
17818container # The SELinux context to be applied to the container. If unspecified, the container runt…
17819 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
17820 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
17821 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
17822 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
17825 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
17826container runtime should close the stdin channel after it has been opened by a single attach. When…
17827 …ath at which the file to which the container's termination message will be written is mounted…
17828container status message on both success and failure. FallbackToLogsOnError will use the last chun…
17829 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
17830 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
17831 { # volumeDevice describes a mapping of a raw block device within a container.
17832 …ath": "A String", # devicePath is the path inside of the container that the device …
17836 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
17837 { # VolumeMount describes a mounting of a Volume within a container.
17838 …"mountPath": "A String", # Path within the container at which the volume shoul…
17839 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
17842 …th": "A String", # Path within the volume from which the container's volume sh…
17845 … # Container's working directory. If not specified, the container runtime's default will…
17847 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
17848container that defines the unit of execution for this Revision. In the context of a Revision, we d…
17849container. This specifies both the container to run, the command to run in the container and the a…
17850container's environment. If a variable cannot be resolved, the reference in the input string …
17853container's environment. If a variable cannot be resolved, the reference in the input string …
17856 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
17857 { # EnvVar represents an environment variable present in a Container.
17859 …E) are expanded using the previous defined environment variables in the container and any route en…
17880 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
17901container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
17902container is created. If the handler fails, the container is terminated and restarted according to…
17903 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17904 …mand line to execute inside the container, the working directory for the command is root ('/&…
17917 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17926 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17933container is terminated. The container is terminated after the handler completes. The reason for t…
17934 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17935 …mand line to execute inside the container, the working directory for the command is root ('/&…
17948 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17957 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17965container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17967 …es a specific action that should be taken # The action taken to determine the health of a container
17968 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17969 …mand line to execute inside the container, the working directory for the command is root ('/&…
17982 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17991 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17998 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18001 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18003 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
18004container. Exposing a port here gives the system additional information about the network connecti…
18005 { # ContainerPort represents a network port in a single container.
18013container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18015 …es a specific action that should be taken # The action taken to determine the health of a container
18016 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18017 …mand line to execute inside the container, the working directory for the command is root ('/&…
18030 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18039 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18046 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18049 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18051 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
18060 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18063 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18069container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
18070 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
18071 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
18079 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
18080 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
18081 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
18082container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
18083 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
18084container # The SELinux context to be applied to the container. If unspecified, the container runt…
18085 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
18086 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
18087 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
18088 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
18091 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
18092container runtime should close the stdin channel after it has been opened by a single attach. When…
18093 …ath at which the file to which the container's termination message will be written is mounted…
18094container status message on both success and failure. FallbackToLogsOnError will use the last chun…
18095 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
18096 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
18097 { # volumeDevice describes a mapping of a raw block device within a container.
18098 …ath": "A String", # devicePath is the path inside of the container that the device …
18102 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
18103 { # VolumeMount describes a mounting of a Volume within a container.
18104 …"mountPath": "A String", # Path within the container at which the volume shoul…
18105 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
18108 …th": "A String", # Path within the volume from which the container's volume sh…
18111 … # Container's working directory. If not specified, the container runtime's default will…
18119 { # Volume represents a named volume in a container.
18143 …uot;secretName": "A String", # Name of the secret in the container's namespace…
18157 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
18184container": { # A single application container. This specifies both the container to run, the…
18185container's environment. If a variable cannot be resolved, the reference in the input string …
18188container's environment. If a variable cannot be resolved, the reference in the input string …
18191 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
18192 { # EnvVar represents an environment variable present in a Container.
18194 …E) are expanded using the previous defined environment variables in the container and any route en…
18215 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
18236container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
18237container is created. If the handler fails, the container is terminated and restarted according to…
18238 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18239 …mand line to execute inside the container, the working directory for the command is root ('/&…
18252 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18261 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18268container is terminated. The container is terminated after the handler completes. The reason for t…
18269 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18270 …mand line to execute inside the container, the working directory for the command is root ('/&…
18283 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18292 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18300container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18302 …es a specific action that should be taken # The action taken to determine the health of a container
18303 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18304 …mand line to execute inside the container, the working directory for the command is root ('/&…
18317 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18326 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18333 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18336 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18338 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
18339container. Exposing a port here gives the system additional information about the network connecti…
18340 { # ContainerPort represents a network port in a single container.
18348container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18350 …es a specific action that should be taken # The action taken to determine the health of a container
18351 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18352 …mand line to execute inside the container, the working directory for the command is root ('/&…
18365 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18374 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18381 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18384 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18386 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
18395 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18398 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18404container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
18405 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
18406 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
18414 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
18415 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
18416 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
18417container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
18418 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
18419container # The SELinux context to be applied to the container. If unspecified, the container runt…
18420 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
18421 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
18422 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
18423 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
18426 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
18427container runtime should close the stdin channel after it has been opened by a single attach. When…
18428 …ath at which the file to which the container's termination message will be written is mounted…
18429container status message on both success and failure. FallbackToLogsOnError will use the last chun…
18430 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
18431 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
18432 { # volumeDevice describes a mapping of a raw block device within a container.
18433 …ath": "A String", # devicePath is the path inside of the container that the device …
18437 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
18438 { # VolumeMount describes a mounting of a Volume within a container.
18439 …"mountPath": "A String", # Path within the container at which the volume shoul…
18440 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
18443 …th": "A String", # Path within the volume from which the container's volume sh…
18446 … # Container's working directory. If not specified, the container runtime's default will…
18448 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
18449container that defines the unit of execution for this Revision. In the context of a Revision, we d…
18450container. This specifies both the container to run, the command to run in the container and the a…
18451container's environment. If a variable cannot be resolved, the reference in the input string …
18454container's environment. If a variable cannot be resolved, the reference in the input string …
18457 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
18458 { # EnvVar represents an environment variable present in a Container.
18460 …E) are expanded using the previous defined environment variables in the container and any route en…
18481 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
18502container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
18503container is created. If the handler fails, the container is terminated and restarted according to…
18504 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18505 …mand line to execute inside the container, the working directory for the command is root ('/&…
18518 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18527 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18534container is terminated. The container is terminated after the handler completes. The reason for t…
18535 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18536 …mand line to execute inside the container, the working directory for the command is root ('/&…
18549 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18558 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18566container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18568 …es a specific action that should be taken # The action taken to determine the health of a container
18569 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18570 …mand line to execute inside the container, the working directory for the command is root ('/&…
18583 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18592 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18599 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18602 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18604 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
18605container. Exposing a port here gives the system additional information about the network connecti…
18606 { # ContainerPort represents a network port in a single container.
18614container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18616 …es a specific action that should be taken # The action taken to determine the health of a container
18617 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18618 …mand line to execute inside the container, the working directory for the command is root ('/&…
18631 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18640 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18647 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18650 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18652 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
18661 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18664 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18670container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
18671 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
18672 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
18680 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
18681 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
18682 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
18683container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
18684 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
18685container # The SELinux context to be applied to the container. If unspecified, the container runt…
18686 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
18687 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
18688 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
18689 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
18692 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
18693container runtime should close the stdin channel after it has been opened by a single attach. When…
18694 …ath at which the file to which the container's termination message will be written is mounted…
18695container status message on both success and failure. FallbackToLogsOnError will use the last chun…
18696 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
18697 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
18698 { # volumeDevice describes a mapping of a raw block device within a container.
18699 …ath": "A String", # devicePath is the path inside of the container that the device …
18703 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
18704 { # VolumeMount describes a mounting of a Volume within a container.
18705 …"mountPath": "A String", # Path within the container at which the volume shoul…
18706 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
18709 …th": "A String", # Path within the volume from which the container's volume sh…
18712 … # Container's working directory. If not specified, the container runtime's default will…
18720 { # Volume represents a named volume in a container.
18744 …uot;secretName": "A String", # Name of the secret in the container's namespace…
18756container image, and may also include labels and annotations that should be attached to the Revisi…
18764 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
18791container": { # A single application container. This specifies both the container to run, the…
18792container's environment. If a variable cannot be resolved, the reference in the input string …
18795container's environment. If a variable cannot be resolved, the reference in the input string …
18798 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
18799 { # EnvVar represents an environment variable present in a Container.
18801 …E) are expanded using the previous defined environment variables in the container and any route en…
18822 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
18843container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
18844container is created. If the handler fails, the container is terminated and restarted according to…
18845 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18846 …mand line to execute inside the container, the working directory for the command is root ('/&…
18859 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18868 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18875container is terminated. The container is terminated after the handler completes. The reason for t…
18876 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18877 …mand line to execute inside the container, the working directory for the command is root ('/&…
18890 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18899 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18907container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18909 …es a specific action that should be taken # The action taken to determine the health of a container
18910 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18911 …mand line to execute inside the container, the working directory for the command is root ('/&…
18924 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18933 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18940 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18943 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18945 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
18946container. Exposing a port here gives the system additional information about the network connecti…
18947 { # ContainerPort represents a network port in a single container.
18955container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18957 …es a specific action that should be taken # The action taken to determine the health of a container
18958 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18959 …mand line to execute inside the container, the working directory for the command is root ('/&…
18972 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18981 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18988 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18991 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18993 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
19002 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19005 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19011container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
19012 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
19013 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
19021 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
19022 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
19023 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
19024container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
19025 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
19026container # The SELinux context to be applied to the container. If unspecified, the container runt…
19027 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
19028 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
19029 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
19030 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
19033 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
19034container runtime should close the stdin channel after it has been opened by a single attach. When…
19035 …ath at which the file to which the container's termination message will be written is mounted…
19036container status message on both success and failure. FallbackToLogsOnError will use the last chun…
19037 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
19038 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
19039 { # volumeDevice describes a mapping of a raw block device within a container.
19040 …ath": "A String", # devicePath is the path inside of the container that the device …
19044 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
19045 { # VolumeMount describes a mounting of a Volume within a container.
19046 …"mountPath": "A String", # Path within the container at which the volume shoul…
19047 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
19050 …th": "A String", # Path within the volume from which the container's volume sh…
19053 … # Container's working directory. If not specified, the container runtime's default will…
19055 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
19056container that defines the unit of execution for this Revision. In the context of a Revision, we d…
19057container. This specifies both the container to run, the command to run in the container and the a…
19058container's environment. If a variable cannot be resolved, the reference in the input string …
19061container's environment. If a variable cannot be resolved, the reference in the input string …
19064 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
19065 { # EnvVar represents an environment variable present in a Container.
19067 …E) are expanded using the previous defined environment variables in the container and any route en…
19088 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
19109container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
19110container is created. If the handler fails, the container is terminated and restarted according to…
19111 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19112 …mand line to execute inside the container, the working directory for the command is root ('/&…
19125 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19134 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19141container is terminated. The container is terminated after the handler completes. The reason for t…
19142 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19143 …mand line to execute inside the container, the working directory for the command is root ('/&…
19156 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19165 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19173container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19175 …es a specific action that should be taken # The action taken to determine the health of a container
19176 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19177 …mand line to execute inside the container, the working directory for the command is root ('/&…
19190 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19199 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19206 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19209 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19211 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
19212container. Exposing a port here gives the system additional information about the network connecti…
19213 { # ContainerPort represents a network port in a single container.
19221container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19223 …es a specific action that should be taken # The action taken to determine the health of a container
19224 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19225 …mand line to execute inside the container, the working directory for the command is root ('/&…
19238 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19247 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19254 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19257 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19259 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
19268 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19271 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19277container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
19278 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
19279 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
19287 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
19288 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
19289 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
19290container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
19291 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
19292container # The SELinux context to be applied to the container. If unspecified, the container runt…
19293 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
19294 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
19295 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
19296 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
19299 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
19300container runtime should close the stdin channel after it has been opened by a single attach. When…
19301 …ath at which the file to which the container's termination message will be written is mounted…
19302container status message on both success and failure. FallbackToLogsOnError will use the last chun…
19303 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
19304 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
19305 { # volumeDevice describes a mapping of a raw block device within a container.
19306 …ath": "A String", # devicePath is the path inside of the container that the device …
19310 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
19311 { # VolumeMount describes a mounting of a Volume within a container.
19312 …"mountPath": "A String", # Path within the container at which the volume shoul…
19313 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
19316 …th": "A String", # Path within the volume from which the container's volume sh…
19319 … # Container's working directory. If not specified, the container runtime's default will…
19327 { # Volume represents a named volume in a container.
19351 …uot;secretName": "A String", # Name of the secret in the container's namespace…
19365 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
19392container": { # A single application container. This specifies both the container to run, the…
19393container's environment. If a variable cannot be resolved, the reference in the input string …
19396container's environment. If a variable cannot be resolved, the reference in the input string …
19399 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
19400 { # EnvVar represents an environment variable present in a Container.
19402 …E) are expanded using the previous defined environment variables in the container and any route en…
19423 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
19444container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
19445container is created. If the handler fails, the container is terminated and restarted according to…
19446 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19447 …mand line to execute inside the container, the working directory for the command is root ('/&…
19460 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19469 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19476container is terminated. The container is terminated after the handler completes. The reason for t…
19477 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19478 …mand line to execute inside the container, the working directory for the command is root ('/&…
19491 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19500 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19508container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19510 …es a specific action that should be taken # The action taken to determine the health of a container
19511 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19512 …mand line to execute inside the container, the working directory for the command is root ('/&…
19525 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19534 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19541 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19544 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19546 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
19547container. Exposing a port here gives the system additional information about the network connecti…
19548 { # ContainerPort represents a network port in a single container.
19556container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19558 …es a specific action that should be taken # The action taken to determine the health of a container
19559 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19560 …mand line to execute inside the container, the working directory for the command is root ('/&…
19573 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19582 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19589 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19592 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19594 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
19603 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19606 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19612container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
19613 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
19614 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
19622 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
19623 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
19624 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
19625container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
19626 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
19627container # The SELinux context to be applied to the container. If unspecified, the container runt…
19628 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
19629 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
19630 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
19631 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
19634 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
19635container runtime should close the stdin channel after it has been opened by a single attach. When…
19636 …ath at which the file to which the container's termination message will be written is mounted…
19637container status message on both success and failure. FallbackToLogsOnError will use the last chun…
19638 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
19639 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
19640 { # volumeDevice describes a mapping of a raw block device within a container.
19641 …ath": "A String", # devicePath is the path inside of the container that the device …
19645 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
19646 { # VolumeMount describes a mounting of a Volume within a container.
19647 …"mountPath": "A String", # Path within the container at which the volume shoul…
19648 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
19651 …th": "A String", # Path within the volume from which the container's volume sh…
19654 … # Container's working directory. If not specified, the container runtime's default will…
19656 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
19657container that defines the unit of execution for this Revision. In the context of a Revision, we d…
19658container. This specifies both the container to run, the command to run in the container and the a…
19659container's environment. If a variable cannot be resolved, the reference in the input string …
19662container's environment. If a variable cannot be resolved, the reference in the input string …
19665 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
19666 { # EnvVar represents an environment variable present in a Container.
19668 …E) are expanded using the previous defined environment variables in the container and any route en…
19689 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
19710container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
19711container is created. If the handler fails, the container is terminated and restarted according to…
19712 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19713 …mand line to execute inside the container, the working directory for the command is root ('/&…
19726 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19735 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19742container is terminated. The container is terminated after the handler completes. The reason for t…
19743 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19744 …mand line to execute inside the container, the working directory for the command is root ('/&…
19757 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19766 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19774container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19776 …es a specific action that should be taken # The action taken to determine the health of a container
19777 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19778 …mand line to execute inside the container, the working directory for the command is root ('/&…
19791 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19800 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19807 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19810 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19812 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
19813container. Exposing a port here gives the system additional information about the network connecti…
19814 { # ContainerPort represents a network port in a single container.
19822container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19824 …es a specific action that should be taken # The action taken to determine the health of a container
19825 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19826 …mand line to execute inside the container, the working directory for the command is root ('/&…
19839 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19848 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19855 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19858 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19860 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
19869 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19872 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19878container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
19879 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
19880 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
19888 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
19889 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
19890 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
19891container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
19892 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
19893container # The SELinux context to be applied to the container. If unspecified, the container runt…
19894 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
19895 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
19896 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
19897 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
19900 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
19901container runtime should close the stdin channel after it has been opened by a single attach. When…
19902 …ath at which the file to which the container's termination message will be written is mounted…
19903container status message on both success and failure. FallbackToLogsOnError will use the last chun…
19904 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
19905 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
19906 { # volumeDevice describes a mapping of a raw block device within a container.
19907 …ath": "A String", # devicePath is the path inside of the container that the device …
19911 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
19912 { # VolumeMount describes a mounting of a Volume within a container.
19913 …"mountPath": "A String", # Path within the container at which the volume shoul…
19914 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
19917 …th": "A String", # Path within the volume from which the container's volume sh…
19920 … # Container's working directory. If not specified, the container runtime's default will…
19928 { # Volume represents a named volume in a container.
19952 …uot;secretName": "A String", # Name of the secret in the container's namespace…
19967container image, and may also include labels and annotations that should be attached to the Revisi…
19975 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
20002container": { # A single application container. This specifies both the container to run, the…
20003container's environment. If a variable cannot be resolved, the reference in the input string …
20006container's environment. If a variable cannot be resolved, the reference in the input string …
20009 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
20010 { # EnvVar represents an environment variable present in a Container.
20012 …E) are expanded using the previous defined environment variables in the container and any route en…
20033 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
20054container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
20055container is created. If the handler fails, the container is terminated and restarted according to…
20056 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20057 …mand line to execute inside the container, the working directory for the command is root ('/&…
20070 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20079 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20086container is terminated. The container is terminated after the handler completes. The reason for t…
20087 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20088 …mand line to execute inside the container, the working directory for the command is root ('/&…
20101 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20110 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20118container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20120 …es a specific action that should be taken # The action taken to determine the health of a container
20121 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20122 …mand line to execute inside the container, the working directory for the command is root ('/&…
20135 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20144 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20151 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20154 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20156 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
20157container. Exposing a port here gives the system additional information about the network connecti…
20158 { # ContainerPort represents a network port in a single container.
20166container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20168 …es a specific action that should be taken # The action taken to determine the health of a container
20169 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20170 …mand line to execute inside the container, the working directory for the command is root ('/&…
20183 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20192 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20199 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20202 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20204 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
20213 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20216 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20222container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
20223 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
20224 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
20232 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
20233 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
20234 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
20235container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
20236 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
20237container # The SELinux context to be applied to the container. If unspecified, the container runt…
20238 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
20239 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
20240 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
20241 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
20244 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
20245container runtime should close the stdin channel after it has been opened by a single attach. When…
20246 …ath at which the file to which the container's termination message will be written is mounted…
20247container status message on both success and failure. FallbackToLogsOnError will use the last chun…
20248 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
20249 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
20250 { # volumeDevice describes a mapping of a raw block device within a container.
20251 …ath": "A String", # devicePath is the path inside of the container that the device …
20255 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
20256 { # VolumeMount describes a mounting of a Volume within a container.
20257 …"mountPath": "A String", # Path within the container at which the volume shoul…
20258 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
20261 …th": "A String", # Path within the volume from which the container's volume sh…
20264 … # Container's working directory. If not specified, the container runtime's default will…
20266 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
20267container that defines the unit of execution for this Revision. In the context of a Revision, we d…
20268container. This specifies both the container to run, the command to run in the container and the a…
20269container's environment. If a variable cannot be resolved, the reference in the input string …
20272container's environment. If a variable cannot be resolved, the reference in the input string …
20275 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
20276 { # EnvVar represents an environment variable present in a Container.
20278 …E) are expanded using the previous defined environment variables in the container and any route en…
20299 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
20320container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
20321container is created. If the handler fails, the container is terminated and restarted according to…
20322 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20323 …mand line to execute inside the container, the working directory for the command is root ('/&…
20336 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20345 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20352container is terminated. The container is terminated after the handler completes. The reason for t…
20353 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20354 …mand line to execute inside the container, the working directory for the command is root ('/&…
20367 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20376 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20384container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20386 …es a specific action that should be taken # The action taken to determine the health of a container
20387 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20388 …mand line to execute inside the container, the working directory for the command is root ('/&…
20401 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20410 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20417 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20420 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20422 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
20423container. Exposing a port here gives the system additional information about the network connecti…
20424 { # ContainerPort represents a network port in a single container.
20432container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20434 …es a specific action that should be taken # The action taken to determine the health of a container
20435 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20436 …mand line to execute inside the container, the working directory for the command is root ('/&…
20449 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20458 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20465 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20468 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20470 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
20479 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20482 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20488container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
20489 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
20490 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
20498 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
20499 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
20500 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
20501container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
20502 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
20503container # The SELinux context to be applied to the container. If unspecified, the container runt…
20504 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
20505 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
20506 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
20507 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
20510 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
20511container runtime should close the stdin channel after it has been opened by a single attach. When…
20512 …ath at which the file to which the container's termination message will be written is mounted…
20513container status message on both success and failure. FallbackToLogsOnError will use the last chun…
20514 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
20515 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
20516 { # volumeDevice describes a mapping of a raw block device within a container.
20517 …ath": "A String", # devicePath is the path inside of the container that the device …
20521 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
20522 { # VolumeMount describes a mounting of a Volume within a container.
20523 …"mountPath": "A String", # Path within the container at which the volume shoul…
20524 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
20527 …th": "A String", # Path within the volume from which the container's volume sh…
20530 … # Container's working directory. If not specified, the container runtime's default will…
20538 { # Volume represents a named volume in a container.
20562 …uot;secretName": "A String", # Name of the secret in the container's namespace…
20576 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
20603container": { # A single application container. This specifies both the container to run, the…
20604container's environment. If a variable cannot be resolved, the reference in the input string …
20607container's environment. If a variable cannot be resolved, the reference in the input string …
20610 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
20611 { # EnvVar represents an environment variable present in a Container.
20613 …E) are expanded using the previous defined environment variables in the container and any route en…
20634 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
20655container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
20656container is created. If the handler fails, the container is terminated and restarted according to…
20657 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20658 …mand line to execute inside the container, the working directory for the command is root ('/&…
20671 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20680 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20687container is terminated. The container is terminated after the handler completes. The reason for t…
20688 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20689 …mand line to execute inside the container, the working directory for the command is root ('/&…
20702 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20711 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20719container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20721 …es a specific action that should be taken # The action taken to determine the health of a container
20722 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20723 …mand line to execute inside the container, the working directory for the command is root ('/&…
20736 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20745 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20752 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20755 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20757 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
20758container. Exposing a port here gives the system additional information about the network connecti…
20759 { # ContainerPort represents a network port in a single container.
20767container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20769 …es a specific action that should be taken # The action taken to determine the health of a container
20770 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20771 …mand line to execute inside the container, the working directory for the command is root ('/&…
20784 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20793 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20800 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20803 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20805 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
20814 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20817 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20823container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
20824 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
20825 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
20833 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
20834 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
20835 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
20836container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
20837 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
20838container # The SELinux context to be applied to the container. If unspecified, the container runt…
20839 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
20840 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
20841 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
20842 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
20845 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
20846container runtime should close the stdin channel after it has been opened by a single attach. When…
20847 …ath at which the file to which the container's termination message will be written is mounted…
20848container status message on both success and failure. FallbackToLogsOnError will use the last chun…
20849 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
20850 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
20851 { # volumeDevice describes a mapping of a raw block device within a container.
20852 …ath": "A String", # devicePath is the path inside of the container that the device …
20856 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
20857 { # VolumeMount describes a mounting of a Volume within a container.
20858 …"mountPath": "A String", # Path within the container at which the volume shoul…
20859 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
20862 …th": "A String", # Path within the volume from which the container's volume sh…
20865 … # Container's working directory. If not specified, the container runtime's default will…
20867 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
20868container that defines the unit of execution for this Revision. In the context of a Revision, we d…
20869container. This specifies both the container to run, the command to run in the container and the a…
20870container's environment. If a variable cannot be resolved, the reference in the input string …
20873container's environment. If a variable cannot be resolved, the reference in the input string …
20876 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
20877 { # EnvVar represents an environment variable present in a Container.
20879 …E) are expanded using the previous defined environment variables in the container and any route en…
20900 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
20921container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
20922container is created. If the handler fails, the container is terminated and restarted according to…
20923 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20924 …mand line to execute inside the container, the working directory for the command is root ('/&…
20937 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20946 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20953container is terminated. The container is terminated after the handler completes. The reason for t…
20954 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20955 …mand line to execute inside the container, the working directory for the command is root ('/&…
20968 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20977 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20985container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20987 …es a specific action that should be taken # The action taken to determine the health of a container
20988 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20989 …mand line to execute inside the container, the working directory for the command is root ('/&…
21002 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21011 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21018 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21021 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21023 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
21024container. Exposing a port here gives the system additional information about the network connecti…
21025 { # ContainerPort represents a network port in a single container.
21033container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21035 …es a specific action that should be taken # The action taken to determine the health of a container
21036 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21037 …mand line to execute inside the container, the working directory for the command is root ('/&…
21050 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21059 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21066 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21069 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21071 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
21080 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21083 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21089container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
21090 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
21091 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
21099 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
21100 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
21101 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
21102container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
21103 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
21104container # The SELinux context to be applied to the container. If unspecified, the container runt…
21105 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
21106 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
21107 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
21108 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
21111 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
21112container runtime should close the stdin channel after it has been opened by a single attach. When…
21113 …ath at which the file to which the container's termination message will be written is mounted…
21114container status message on both success and failure. FallbackToLogsOnError will use the last chun…
21115 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
21116 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
21117 { # volumeDevice describes a mapping of a raw block device within a container.
21118 …ath": "A String", # devicePath is the path inside of the container that the device …
21122 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
21123 { # VolumeMount describes a mounting of a Volume within a container.
21124 …"mountPath": "A String", # Path within the container at which the volume shoul…
21125 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
21128 …th": "A String", # Path within the volume from which the container's volume sh…
21131 … # Container's working directory. If not specified, the container runtime's default will…
21139 { # Volume represents a named volume in a container.
21163 …uot;secretName": "A String", # Name of the secret in the container's namespace…
21179 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
21206container": { # A single application container. This specifies both the container to run, the…
21207container's environment. If a variable cannot be resolved, the reference in the input string …
21210container's environment. If a variable cannot be resolved, the reference in the input string …
21213 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
21214 { # EnvVar represents an environment variable present in a Container.
21216 …E) are expanded using the previous defined environment variables in the container and any route en…
21237 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
21258container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
21259container is created. If the handler fails, the container is terminated and restarted according to…
21260 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21261 …mand line to execute inside the container, the working directory for the command is root ('/&…
21274 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21283 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21290container is terminated. The container is terminated after the handler completes. The reason for t…
21291 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21292 …mand line to execute inside the container, the working directory for the command is root ('/&…
21305 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21314 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21322container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21324 …es a specific action that should be taken # The action taken to determine the health of a container
21325 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21326 …mand line to execute inside the container, the working directory for the command is root ('/&…
21339 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21348 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21355 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21358 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21360 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
21361container. Exposing a port here gives the system additional information about the network connecti…
21362 { # ContainerPort represents a network port in a single container.
21370container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21372 …es a specific action that should be taken # The action taken to determine the health of a container
21373 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21374 …mand line to execute inside the container, the working directory for the command is root ('/&…
21387 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21396 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21403 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21406 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21408 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
21417 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21420 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21426container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
21427 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
21428 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
21436 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
21437 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
21438 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
21439container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
21440 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
21441container # The SELinux context to be applied to the container. If unspecified, the container runt…
21442 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
21443 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
21444 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
21445 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
21448 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
21449container runtime should close the stdin channel after it has been opened by a single attach. When…
21450 …ath at which the file to which the container's termination message will be written is mounted…
21451container status message on both success and failure. FallbackToLogsOnError will use the last chun…
21452 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
21453 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
21454 { # volumeDevice describes a mapping of a raw block device within a container.
21455 …ath": "A String", # devicePath is the path inside of the container that the device …
21459 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
21460 { # VolumeMount describes a mounting of a Volume within a container.
21461 …"mountPath": "A String", # Path within the container at which the volume shoul…
21462 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
21465 …th": "A String", # Path within the volume from which the container's volume sh…
21468 … # Container's working directory. If not specified, the container runtime's default will…
21470 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
21471container that defines the unit of execution for this Revision. In the context of a Revision, we d…
21472container. This specifies both the container to run, the command to run in the container and the a…
21473container's environment. If a variable cannot be resolved, the reference in the input string …
21476container's environment. If a variable cannot be resolved, the reference in the input string …
21479 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
21480 { # EnvVar represents an environment variable present in a Container.
21482 …E) are expanded using the previous defined environment variables in the container and any route en…
21503 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
21524container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
21525container is created. If the handler fails, the container is terminated and restarted according to…
21526 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21527 …mand line to execute inside the container, the working directory for the command is root ('/&…
21540 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21549 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21556container is terminated. The container is terminated after the handler completes. The reason for t…
21557 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21558 …mand line to execute inside the container, the working directory for the command is root ('/&…
21571 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21580 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21588container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21590 …es a specific action that should be taken # The action taken to determine the health of a container
21591 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21592 …mand line to execute inside the container, the working directory for the command is root ('/&…
21605 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21614 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21621 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21624 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21626 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
21627container. Exposing a port here gives the system additional information about the network connecti…
21628 { # ContainerPort represents a network port in a single container.
21636container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21638 …es a specific action that should be taken # The action taken to determine the health of a container
21639 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21640 …mand line to execute inside the container, the working directory for the command is root ('/&…
21653 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21662 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21669 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21672 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21674 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
21683 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21686 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21692container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
21693 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
21694 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
21702 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
21703 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
21704 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
21705container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
21706 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
21707container # The SELinux context to be applied to the container. If unspecified, the container runt…
21708 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
21709 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
21710 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
21711 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
21714 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
21715container runtime should close the stdin channel after it has been opened by a single attach. When…
21716 …ath at which the file to which the container's termination message will be written is mounted…
21717container status message on both success and failure. FallbackToLogsOnError will use the last chun…
21718 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
21719 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
21720 { # volumeDevice describes a mapping of a raw block device within a container.
21721 …ath": "A String", # devicePath is the path inside of the container that the device …
21725 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
21726 { # VolumeMount describes a mounting of a Volume within a container.
21727 …"mountPath": "A String", # Path within the container at which the volume shoul…
21728 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
21731 …th": "A String", # Path within the volume from which the container's volume sh…
21734 … # Container's working directory. If not specified, the container runtime's default will…
21742 { # Volume represents a named volume in a container.
21766 …"secretName": "A String", # Name of the secret in the container's namespa…
21826 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
21836 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
21868container image, and may also include labels and annotations that should be attached to the Revisi…
21876 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
21903container": { # A single application container. This specifies both the container to run, the…
21904container's environment. If a variable cannot be resolved, the reference in the input string …
21907container's environment. If a variable cannot be resolved, the reference in the input string …
21910 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
21911 { # EnvVar represents an environment variable present in a Container.
21913 …E) are expanded using the previous defined environment variables in the container and any route en…
21934 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
21955container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
21956container is created. If the handler fails, the container is terminated and restarted according to…
21957 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21958 …mand line to execute inside the container, the working directory for the command is root ('/&…
21971 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21980 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21987container is terminated. The container is terminated after the handler completes. The reason for t…
21988 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21989 …mand line to execute inside the container, the working directory for the command is root ('/&…
22002 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22011 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22019container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22021 …es a specific action that should be taken # The action taken to determine the health of a container
22022 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22023 …mand line to execute inside the container, the working directory for the command is root ('/&…
22036 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22045 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22052 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22055 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22057 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22058container. Exposing a port here gives the system additional information about the network connecti…
22059 { # ContainerPort represents a network port in a single container.
22067container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22069 …es a specific action that should be taken # The action taken to determine the health of a container
22070 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22071 …mand line to execute inside the container, the working directory for the command is root ('/&…
22084 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22093 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22100 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22103 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22105 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22114 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22117 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22123container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22124 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22125 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
22133 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
22134 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
22135 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
22136container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
22137 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
22138container # The SELinux context to be applied to the container. If unspecified, the container runt…
22139 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
22140 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
22141 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
22142 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
22145 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
22146container runtime should close the stdin channel after it has been opened by a single attach. When…
22147 …ath at which the file to which the container's termination message will be written is mounted…
22148container status message on both success and failure. FallbackToLogsOnError will use the last chun…
22149 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
22150 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
22151 { # volumeDevice describes a mapping of a raw block device within a container.
22152 …ath": "A String", # devicePath is the path inside of the container that the device …
22156 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
22157 { # VolumeMount describes a mounting of a Volume within a container.
22158 …"mountPath": "A String", # Path within the container at which the volume shoul…
22159 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
22162 …th": "A String", # Path within the volume from which the container's volume sh…
22165 … # Container's working directory. If not specified, the container runtime's default will…
22167 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
22168container that defines the unit of execution for this Revision. In the context of a Revision, we d…
22169container. This specifies both the container to run, the command to run in the container and the a…
22170container's environment. If a variable cannot be resolved, the reference in the input string …
22173container's environment. If a variable cannot be resolved, the reference in the input string …
22176 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
22177 { # EnvVar represents an environment variable present in a Container.
22179 …E) are expanded using the previous defined environment variables in the container and any route en…
22200 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
22221container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
22222container is created. If the handler fails, the container is terminated and restarted according to…
22223 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22224 …mand line to execute inside the container, the working directory for the command is root ('/&…
22237 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22246 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22253container is terminated. The container is terminated after the handler completes. The reason for t…
22254 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22255 …mand line to execute inside the container, the working directory for the command is root ('/&…
22268 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22277 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22285container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22287 …es a specific action that should be taken # The action taken to determine the health of a container
22288 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22289 …mand line to execute inside the container, the working directory for the command is root ('/&…
22302 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22311 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22318 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22321 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22323 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22324container. Exposing a port here gives the system additional information about the network connecti…
22325 { # ContainerPort represents a network port in a single container.
22333container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22335 …es a specific action that should be taken # The action taken to determine the health of a container
22336 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22337 …mand line to execute inside the container, the working directory for the command is root ('/&…
22350 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22359 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22366 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22369 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22371 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22380 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22383 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22389container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22390 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22391 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
22399 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
22400 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
22401 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
22402container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
22403 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
22404container # The SELinux context to be applied to the container. If unspecified, the container runt…
22405 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
22406 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
22407 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
22408 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
22411 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
22412container runtime should close the stdin channel after it has been opened by a single attach. When…
22413 …ath at which the file to which the container's termination message will be written is mounted…
22414container status message on both success and failure. FallbackToLogsOnError will use the last chun…
22415 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
22416 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
22417 { # volumeDevice describes a mapping of a raw block device within a container.
22418 …ath": "A String", # devicePath is the path inside of the container that the device …
22422 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
22423 { # VolumeMount describes a mounting of a Volume within a container.
22424 …"mountPath": "A String", # Path within the container at which the volume shoul…
22425 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
22428 …th": "A String", # Path within the volume from which the container's volume sh…
22431 … # Container's working directory. If not specified, the container runtime's default will…
22439 { # Volume represents a named volume in a container.
22463 …uot;secretName": "A String", # Name of the secret in the container's namespace…
22477 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
22504container": { # A single application container. This specifies both the container to run, the…
22505container's environment. If a variable cannot be resolved, the reference in the input string …
22508container's environment. If a variable cannot be resolved, the reference in the input string …
22511 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
22512 { # EnvVar represents an environment variable present in a Container.
22514 …E) are expanded using the previous defined environment variables in the container and any route en…
22535 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
22556container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
22557container is created. If the handler fails, the container is terminated and restarted according to…
22558 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22559 …mand line to execute inside the container, the working directory for the command is root ('/&…
22572 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22581 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22588container is terminated. The container is terminated after the handler completes. The reason for t…
22589 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22590 …mand line to execute inside the container, the working directory for the command is root ('/&…
22603 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22612 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22620container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22622 …es a specific action that should be taken # The action taken to determine the health of a container
22623 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22624 …mand line to execute inside the container, the working directory for the command is root ('/&…
22637 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22646 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22653 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22656 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22658 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22659container. Exposing a port here gives the system additional information about the network connecti…
22660 { # ContainerPort represents a network port in a single container.
22668container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22670 …es a specific action that should be taken # The action taken to determine the health of a container
22671 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22672 …mand line to execute inside the container, the working directory for the command is root ('/&…
22685 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22694 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22701 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22704 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22706 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22715 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22718 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22724container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22725 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22726 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
22734 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
22735 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
22736 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
22737container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
22738 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
22739container # The SELinux context to be applied to the container. If unspecified, the container runt…
22740 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
22741 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
22742 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
22743 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
22746 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
22747container runtime should close the stdin channel after it has been opened by a single attach. When…
22748 …ath at which the file to which the container's termination message will be written is mounted…
22749container status message on both success and failure. FallbackToLogsOnError will use the last chun…
22750 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
22751 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
22752 { # volumeDevice describes a mapping of a raw block device within a container.
22753 …ath": "A String", # devicePath is the path inside of the container that the device …
22757 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
22758 { # VolumeMount describes a mounting of a Volume within a container.
22759 …"mountPath": "A String", # Path within the container at which the volume shoul…
22760 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
22763 …th": "A String", # Path within the volume from which the container's volume sh…
22766 … # Container's working directory. If not specified, the container runtime's default will…
22768 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
22769container that defines the unit of execution for this Revision. In the context of a Revision, we d…
22770container. This specifies both the container to run, the command to run in the container and the a…
22771container's environment. If a variable cannot be resolved, the reference in the input string …
22774container's environment. If a variable cannot be resolved, the reference in the input string …
22777 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
22778 { # EnvVar represents an environment variable present in a Container.
22780 …E) are expanded using the previous defined environment variables in the container and any route en…
22801 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
22822container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
22823container is created. If the handler fails, the container is terminated and restarted according to…
22824 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22825 …mand line to execute inside the container, the working directory for the command is root ('/&…
22838 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22847 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22854container is terminated. The container is terminated after the handler completes. The reason for t…
22855 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22856 …mand line to execute inside the container, the working directory for the command is root ('/&…
22869 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22878 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22886container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22888 …es a specific action that should be taken # The action taken to determine the health of a container
22889 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22890 …mand line to execute inside the container, the working directory for the command is root ('/&…
22903 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22912 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22919 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22922 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22924 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22925container. Exposing a port here gives the system additional information about the network connecti…
22926 { # ContainerPort represents a network port in a single container.
22934container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22936 …es a specific action that should be taken # The action taken to determine the health of a container
22937 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22938 …mand line to execute inside the container, the working directory for the command is root ('/&…
22951 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22960 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22967 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22970 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22972 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22981 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22984 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22990container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22991 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22992 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
23000 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
23001 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
23002 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
23003container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
23004 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
23005container # The SELinux context to be applied to the container. If unspecified, the container runt…
23006 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
23007 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
23008 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
23009 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
23012 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
23013container runtime should close the stdin channel after it has been opened by a single attach. When…
23014 …ath at which the file to which the container's termination message will be written is mounted…
23015container status message on both success and failure. FallbackToLogsOnError will use the last chun…
23016 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
23017 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
23018 { # volumeDevice describes a mapping of a raw block device within a container.
23019 …ath": "A String", # devicePath is the path inside of the container that the device …
23023 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
23024 { # VolumeMount describes a mounting of a Volume within a container.
23025 …"mountPath": "A String", # Path within the container at which the volume shoul…
23026 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
23029 …th": "A String", # Path within the volume from which the container's volume sh…
23032 … # Container's working directory. If not specified, the container runtime's default will…
23040 { # Volume represents a named volume in a container.
23064 …uot;secretName": "A String", # Name of the secret in the container's namespace…
23076container image, and may also include labels and annotations that should be attached to the Revisi…
23084 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
23111container": { # A single application container. This specifies both the container to run, the…
23112container's environment. If a variable cannot be resolved, the reference in the input string …
23115container's environment. If a variable cannot be resolved, the reference in the input string …
23118 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23119 { # EnvVar represents an environment variable present in a Container.
23121 …E) are expanded using the previous defined environment variables in the container and any route en…
23142 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
23163container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
23164container is created. If the handler fails, the container is terminated and restarted according to…
23165 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23166 …mand line to execute inside the container, the working directory for the command is root ('/&…
23179 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23188 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23195container is terminated. The container is terminated after the handler completes. The reason for t…
23196 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23197 …mand line to execute inside the container, the working directory for the command is root ('/&…
23210 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23219 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23227container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23229 …es a specific action that should be taken # The action taken to determine the health of a container
23230 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23231 …mand line to execute inside the container, the working directory for the command is root ('/&…
23244 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23253 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23260 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23263 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23265 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
23266container. Exposing a port here gives the system additional information about the network connecti…
23267 { # ContainerPort represents a network port in a single container.
23275container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23277 …es a specific action that should be taken # The action taken to determine the health of a container
23278 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23279 …mand line to execute inside the container, the working directory for the command is root ('/&…
23292 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23301 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23308 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23311 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23313 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
23322 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23325 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23331container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
23332 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
23333 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
23341 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
23342 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
23343 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
23344container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
23345 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
23346container # The SELinux context to be applied to the container. If unspecified, the container runt…
23347 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
23348 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
23349 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
23350 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
23353 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
23354container runtime should close the stdin channel after it has been opened by a single attach. When…
23355 …ath at which the file to which the container's termination message will be written is mounted…
23356container status message on both success and failure. FallbackToLogsOnError will use the last chun…
23357 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
23358 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
23359 { # volumeDevice describes a mapping of a raw block device within a container.
23360 …ath": "A String", # devicePath is the path inside of the container that the device …
23364 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
23365 { # VolumeMount describes a mounting of a Volume within a container.
23366 …"mountPath": "A String", # Path within the container at which the volume shoul…
23367 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
23370 …th": "A String", # Path within the volume from which the container's volume sh…
23373 … # Container's working directory. If not specified, the container runtime's default will…
23375 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
23376container that defines the unit of execution for this Revision. In the context of a Revision, we d…
23377container. This specifies both the container to run, the command to run in the container and the a…
23378container's environment. If a variable cannot be resolved, the reference in the input string …
23381container's environment. If a variable cannot be resolved, the reference in the input string …
23384 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23385 { # EnvVar represents an environment variable present in a Container.
23387 …E) are expanded using the previous defined environment variables in the container and any route en…
23408 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
23429container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
23430container is created. If the handler fails, the container is terminated and restarted according to…
23431 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23432 …mand line to execute inside the container, the working directory for the command is root ('/&…
23445 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23454 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23461container is terminated. The container is terminated after the handler completes. The reason for t…
23462 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23463 …mand line to execute inside the container, the working directory for the command is root ('/&…
23476 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23485 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23493container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23495 …es a specific action that should be taken # The action taken to determine the health of a container
23496 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23497 …mand line to execute inside the container, the working directory for the command is root ('/&…
23510 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23519 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23526 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23529 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23531 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
23532container. Exposing a port here gives the system additional information about the network connecti…
23533 { # ContainerPort represents a network port in a single container.
23541container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23543 …es a specific action that should be taken # The action taken to determine the health of a container
23544 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23545 …mand line to execute inside the container, the working directory for the command is root ('/&…
23558 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23567 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23574 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23577 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23579 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
23588 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23591 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23597container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
23598 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
23599 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
23607 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
23608 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
23609 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
23610container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
23611 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
23612container # The SELinux context to be applied to the container. If unspecified, the container runt…
23613 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
23614 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
23615 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
23616 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
23619 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
23620container runtime should close the stdin channel after it has been opened by a single attach. When…
23621 …ath at which the file to which the container's termination message will be written is mounted…
23622container status message on both success and failure. FallbackToLogsOnError will use the last chun…
23623 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
23624 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
23625 { # volumeDevice describes a mapping of a raw block device within a container.
23626 …ath": "A String", # devicePath is the path inside of the container that the device …
23630 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
23631 { # VolumeMount describes a mounting of a Volume within a container.
23632 …"mountPath": "A String", # Path within the container at which the volume shoul…
23633 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
23636 …th": "A String", # Path within the volume from which the container's volume sh…
23639 … # Container's working directory. If not specified, the container runtime's default will…
23647 { # Volume represents a named volume in a container.
23671 …uot;secretName": "A String", # Name of the secret in the container's namespace…
23685 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
23712container": { # A single application container. This specifies both the container to run, the…
23713container's environment. If a variable cannot be resolved, the reference in the input string …
23716container's environment. If a variable cannot be resolved, the reference in the input string …
23719 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23720 { # EnvVar represents an environment variable present in a Container.
23722 …E) are expanded using the previous defined environment variables in the container and any route en…
23743 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
23764container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
23765container is created. If the handler fails, the container is terminated and restarted according to…
23766 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23767 …mand line to execute inside the container, the working directory for the command is root ('/&…
23780 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23789 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23796container is terminated. The container is terminated after the handler completes. The reason for t…
23797 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23798 …mand line to execute inside the container, the working directory for the command is root ('/&…
23811 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23820 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23828container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23830 …es a specific action that should be taken # The action taken to determine the health of a container
23831 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23832 …mand line to execute inside the container, the working directory for the command is root ('/&…
23845 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23854 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23861 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23864 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23866 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
23867container. Exposing a port here gives the system additional information about the network connecti…
23868 { # ContainerPort represents a network port in a single container.
23876container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23878 …es a specific action that should be taken # The action taken to determine the health of a container
23879 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23880 …mand line to execute inside the container, the working directory for the command is root ('/&…
23893 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23902 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23909 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23912 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23914 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
23923 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23926 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23932container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
23933 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
23934 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
23942 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
23943 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
23944 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
23945container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
23946 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
23947container # The SELinux context to be applied to the container. If unspecified, the container runt…
23948 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
23949 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
23950 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
23951 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
23954 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
23955container runtime should close the stdin channel after it has been opened by a single attach. When…
23956 …ath at which the file to which the container's termination message will be written is mounted…
23957container status message on both success and failure. FallbackToLogsOnError will use the last chun…
23958 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
23959 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
23960 { # volumeDevice describes a mapping of a raw block device within a container.
23961 …ath": "A String", # devicePath is the path inside of the container that the device …
23965 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
23966 { # VolumeMount describes a mounting of a Volume within a container.
23967 …"mountPath": "A String", # Path within the container at which the volume shoul…
23968 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
23971 …th": "A String", # Path within the volume from which the container's volume sh…
23974 … # Container's working directory. If not specified, the container runtime's default will…
23976 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
23977container that defines the unit of execution for this Revision. In the context of a Revision, we d…
23978container. This specifies both the container to run, the command to run in the container and the a…
23979container's environment. If a variable cannot be resolved, the reference in the input string …
23982container's environment. If a variable cannot be resolved, the reference in the input string …
23985 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23986 { # EnvVar represents an environment variable present in a Container.
23988 …E) are expanded using the previous defined environment variables in the container and any route en…
24009 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
24030container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
24031container is created. If the handler fails, the container is terminated and restarted according to…
24032 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24033 …mand line to execute inside the container, the working directory for the command is root ('/&…
24046 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24055 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24062container is terminated. The container is terminated after the handler completes. The reason for t…
24063 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24064 …mand line to execute inside the container, the working directory for the command is root ('/&…
24077 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24086 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24094container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24096 …es a specific action that should be taken # The action taken to determine the health of a container
24097 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24098 …mand line to execute inside the container, the working directory for the command is root ('/&…
24111 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24120 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24127 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24130 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24132 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
24133container. Exposing a port here gives the system additional information about the network connecti…
24134 { # ContainerPort represents a network port in a single container.
24142container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24144 …es a specific action that should be taken # The action taken to determine the health of a container
24145 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24146 …mand line to execute inside the container, the working directory for the command is root ('/&…
24159 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24168 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24175 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24178 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24180 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
24189 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24192 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24198container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
24199 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
24200 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
24208 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
24209 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
24210 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
24211container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
24212 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
24213container # The SELinux context to be applied to the container. If unspecified, the container runt…
24214 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
24215 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
24216 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
24217 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
24220 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
24221container runtime should close the stdin channel after it has been opened by a single attach. When…
24222 …ath at which the file to which the container's termination message will be written is mounted…
24223container status message on both success and failure. FallbackToLogsOnError will use the last chun…
24224 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
24225 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
24226 { # volumeDevice describes a mapping of a raw block device within a container.
24227 …ath": "A String", # devicePath is the path inside of the container that the device …
24231 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
24232 { # VolumeMount describes a mounting of a Volume within a container.
24233 …"mountPath": "A String", # Path within the container at which the volume shoul…
24234 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
24237 …th": "A String", # Path within the volume from which the container's volume sh…
24240 … # Container's working directory. If not specified, the container runtime's default will…
24248 { # Volume represents a named volume in a container.
24272 …uot;secretName": "A String", # Name of the secret in the container's namespace…
24287container image, and may also include labels and annotations that should be attached to the Revisi…
24295 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
24322container": { # A single application container. This specifies both the container to run, the…
24323container's environment. If a variable cannot be resolved, the reference in the input string …
24326container's environment. If a variable cannot be resolved, the reference in the input string …
24329 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
24330 { # EnvVar represents an environment variable present in a Container.
24332 …E) are expanded using the previous defined environment variables in the container and any route en…
24353 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
24374container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
24375container is created. If the handler fails, the container is terminated and restarted according to…
24376 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24377 …mand line to execute inside the container, the working directory for the command is root ('/&…
24390 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24399 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24406container is terminated. The container is terminated after the handler completes. The reason for t…
24407 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24408 …mand line to execute inside the container, the working directory for the command is root ('/&…
24421 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24430 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24438container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24440 …es a specific action that should be taken # The action taken to determine the health of a container
24441 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24442 …mand line to execute inside the container, the working directory for the command is root ('/&…
24455 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24464 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24471 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24474 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24476 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
24477container. Exposing a port here gives the system additional information about the network connecti…
24478 { # ContainerPort represents a network port in a single container.
24486container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24488 …es a specific action that should be taken # The action taken to determine the health of a container
24489 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24490 …mand line to execute inside the container, the working directory for the command is root ('/&…
24503 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24512 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24519 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24522 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24524 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
24533 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24536 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24542container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
24543 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
24544 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
24552 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
24553 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
24554 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
24555container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
24556 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
24557container # The SELinux context to be applied to the container. If unspecified, the container runt…
24558 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
24559 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
24560 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
24561 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
24564 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
24565container runtime should close the stdin channel after it has been opened by a single attach. When…
24566 …ath at which the file to which the container's termination message will be written is mounted…
24567container status message on both success and failure. FallbackToLogsOnError will use the last chun…
24568 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
24569 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
24570 { # volumeDevice describes a mapping of a raw block device within a container.
24571 …ath": "A String", # devicePath is the path inside of the container that the device …
24575 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
24576 { # VolumeMount describes a mounting of a Volume within a container.
24577 …"mountPath": "A String", # Path within the container at which the volume shoul…
24578 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
24581 …th": "A String", # Path within the volume from which the container's volume sh…
24584 … # Container's working directory. If not specified, the container runtime's default will…
24586 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
24587container that defines the unit of execution for this Revision. In the context of a Revision, we d…
24588container. This specifies both the container to run, the command to run in the container and the a…
24589container's environment. If a variable cannot be resolved, the reference in the input string …
24592container's environment. If a variable cannot be resolved, the reference in the input string …
24595 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
24596 { # EnvVar represents an environment variable present in a Container.
24598 …E) are expanded using the previous defined environment variables in the container and any route en…
24619 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
24640container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
24641container is created. If the handler fails, the container is terminated and restarted according to…
24642 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24643 …mand line to execute inside the container, the working directory for the command is root ('/&…
24656 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24665 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24672container is terminated. The container is terminated after the handler completes. The reason for t…
24673 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24674 …mand line to execute inside the container, the working directory for the command is root ('/&…
24687 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24696 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24704container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24706 …es a specific action that should be taken # The action taken to determine the health of a container
24707 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24708 …mand line to execute inside the container, the working directory for the command is root ('/&…
24721 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24730 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24737 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24740 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24742 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
24743container. Exposing a port here gives the system additional information about the network connecti…
24744 { # ContainerPort represents a network port in a single container.
24752container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24754 …es a specific action that should be taken # The action taken to determine the health of a container
24755 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24756 …mand line to execute inside the container, the working directory for the command is root ('/&…
24769 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24778 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24785 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24788 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24790 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
24799 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24802 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24808container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
24809 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
24810 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
24818 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
24819 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
24820 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
24821container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
24822 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
24823container # The SELinux context to be applied to the container. If unspecified, the container runt…
24824 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
24825 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
24826 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
24827 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
24830 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
24831container runtime should close the stdin channel after it has been opened by a single attach. When…
24832 …ath at which the file to which the container's termination message will be written is mounted…
24833container status message on both success and failure. FallbackToLogsOnError will use the last chun…
24834 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
24835 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
24836 { # volumeDevice describes a mapping of a raw block device within a container.
24837 …ath": "A String", # devicePath is the path inside of the container that the device …
24841 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
24842 { # VolumeMount describes a mounting of a Volume within a container.
24843 …"mountPath": "A String", # Path within the container at which the volume shoul…
24844 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
24847 …th": "A String", # Path within the volume from which the container's volume sh…
24850 … # Container's working directory. If not specified, the container runtime's default will…
24858 { # Volume represents a named volume in a container.
24882 …uot;secretName": "A String", # Name of the secret in the container's namespace…
24896 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
24923container": { # A single application container. This specifies both the container to run, the…
24924container's environment. If a variable cannot be resolved, the reference in the input string …
24927container's environment. If a variable cannot be resolved, the reference in the input string …
24930 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
24931 { # EnvVar represents an environment variable present in a Container.
24933 …E) are expanded using the previous defined environment variables in the container and any route en…
24954 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
24975container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
24976container is created. If the handler fails, the container is terminated and restarted according to…
24977 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24978 …mand line to execute inside the container, the working directory for the command is root ('/&…
24991 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25000 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25007container is terminated. The container is terminated after the handler completes. The reason for t…
25008 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25009 …mand line to execute inside the container, the working directory for the command is root ('/&…
25022 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25031 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25039container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25041 …es a specific action that should be taken # The action taken to determine the health of a container
25042 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25043 …mand line to execute inside the container, the working directory for the command is root ('/&…
25056 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25065 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25072 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25075 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25077 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25078container. Exposing a port here gives the system additional information about the network connecti…
25079 { # ContainerPort represents a network port in a single container.
25087container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25089 …es a specific action that should be taken # The action taken to determine the health of a container
25090 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25091 …mand line to execute inside the container, the working directory for the command is root ('/&…
25104 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25113 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25120 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25123 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25125 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
25134 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25137 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25143container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
25144 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
25145 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
25153 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
25154 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
25155 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
25156container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
25157 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
25158container # The SELinux context to be applied to the container. If unspecified, the container runt…
25159 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
25160 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
25161 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
25162 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
25165 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
25166container runtime should close the stdin channel after it has been opened by a single attach. When…
25167 …ath at which the file to which the container's termination message will be written is mounted…
25168container status message on both success and failure. FallbackToLogsOnError will use the last chun…
25169 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
25170 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
25171 { # volumeDevice describes a mapping of a raw block device within a container.
25172 …ath": "A String", # devicePath is the path inside of the container that the device …
25176 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
25177 { # VolumeMount describes a mounting of a Volume within a container.
25178 …"mountPath": "A String", # Path within the container at which the volume shoul…
25179 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
25182 …th": "A String", # Path within the volume from which the container's volume sh…
25185 … # Container's working directory. If not specified, the container runtime's default will…
25187 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
25188container that defines the unit of execution for this Revision. In the context of a Revision, we d…
25189container. This specifies both the container to run, the command to run in the container and the a…
25190container's environment. If a variable cannot be resolved, the reference in the input string …
25193container's environment. If a variable cannot be resolved, the reference in the input string …
25196 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
25197 { # EnvVar represents an environment variable present in a Container.
25199 …E) are expanded using the previous defined environment variables in the container and any route en…
25220 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
25241container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
25242container is created. If the handler fails, the container is terminated and restarted according to…
25243 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25244 …mand line to execute inside the container, the working directory for the command is root ('/&…
25257 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25266 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25273container is terminated. The container is terminated after the handler completes. The reason for t…
25274 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25275 …mand line to execute inside the container, the working directory for the command is root ('/&…
25288 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25297 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25305container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25307 …es a specific action that should be taken # The action taken to determine the health of a container
25308 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25309 …mand line to execute inside the container, the working directory for the command is root ('/&…
25322 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25331 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25338 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25341 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25343 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25344container. Exposing a port here gives the system additional information about the network connecti…
25345 { # ContainerPort represents a network port in a single container.
25353container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25355 …es a specific action that should be taken # The action taken to determine the health of a container
25356 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25357 …mand line to execute inside the container, the working directory for the command is root ('/&…
25370 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25379 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25386 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25389 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25391 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
25400 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25403 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25409container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
25410 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
25411 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
25419 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
25420 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
25421 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
25422container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
25423 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
25424container # The SELinux context to be applied to the container. If unspecified, the container runt…
25425 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
25426 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
25427 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
25428 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
25431 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
25432container runtime should close the stdin channel after it has been opened by a single attach. When…
25433 …ath at which the file to which the container's termination message will be written is mounted…
25434container status message on both success and failure. FallbackToLogsOnError will use the last chun…
25435 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
25436 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
25437 { # volumeDevice describes a mapping of a raw block device within a container.
25438 …ath": "A String", # devicePath is the path inside of the container that the device …
25442 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
25443 { # VolumeMount describes a mounting of a Volume within a container.
25444 …"mountPath": "A String", # Path within the container at which the volume shoul…
25445 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
25448 …th": "A String", # Path within the volume from which the container's volume sh…
25451 … # Container's working directory. If not specified, the container runtime's default will…
25459 { # Volume represents a named volume in a container.
25483 …uot;secretName": "A String", # Name of the secret in the container's namespace…
25499 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
25526container": { # A single application container. This specifies both the container to run, the…
25527container's environment. If a variable cannot be resolved, the reference in the input string …
25530container's environment. If a variable cannot be resolved, the reference in the input string …
25533 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
25534 { # EnvVar represents an environment variable present in a Container.
25536 …E) are expanded using the previous defined environment variables in the container and any route en…
25557 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
25578container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
25579container is created. If the handler fails, the container is terminated and restarted according to…
25580 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25581 …mand line to execute inside the container, the working directory for the command is root ('/&…
25594 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25603 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25610container is terminated. The container is terminated after the handler completes. The reason for t…
25611 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25612 …mand line to execute inside the container, the working directory for the command is root ('/&…
25625 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25634 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25642container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25644 …es a specific action that should be taken # The action taken to determine the health of a container
25645 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25646 …mand line to execute inside the container, the working directory for the command is root ('/&…
25659 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25668 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25675 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25678 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25680 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25681container. Exposing a port here gives the system additional information about the network connecti…
25682 { # ContainerPort represents a network port in a single container.
25690container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25692 …es a specific action that should be taken # The action taken to determine the health of a container
25693 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25694 …mand line to execute inside the container, the working directory for the command is root ('/&…
25707 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25716 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25723 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25726 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25728 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
25737 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25740 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25746container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
25747 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
25748 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
25756 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
25757 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
25758 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
25759container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
25760 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
25761container # The SELinux context to be applied to the container. If unspecified, the container runt…
25762 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
25763 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
25764 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
25765 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
25768 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
25769container runtime should close the stdin channel after it has been opened by a single attach. When…
25770 …ath at which the file to which the container's termination message will be written is mounted…
25771container status message on both success and failure. FallbackToLogsOnError will use the last chun…
25772 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
25773 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
25774 { # volumeDevice describes a mapping of a raw block device within a container.
25775 …ath": "A String", # devicePath is the path inside of the container that the device …
25779 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
25780 { # VolumeMount describes a mounting of a Volume within a container.
25781 …"mountPath": "A String", # Path within the container at which the volume shoul…
25782 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
25785 …th": "A String", # Path within the volume from which the container's volume sh…
25788 … # Container's working directory. If not specified, the container runtime's default will…
25790 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
25791container that defines the unit of execution for this Revision. In the context of a Revision, we d…
25792container. This specifies both the container to run, the command to run in the container and the a…
25793container's environment. If a variable cannot be resolved, the reference in the input string …
25796container's environment. If a variable cannot be resolved, the reference in the input string …
25799 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
25800 { # EnvVar represents an environment variable present in a Container.
25802 …E) are expanded using the previous defined environment variables in the container and any route en…
25823 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
25844container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
25845container is created. If the handler fails, the container is terminated and restarted according to…
25846 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25847 …mand line to execute inside the container, the working directory for the command is root ('/&…
25860 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25869 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25876container is terminated. The container is terminated after the handler completes. The reason for t…
25877 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25878 …mand line to execute inside the container, the working directory for the command is root ('/&…
25891 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25900 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25908container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25910 …es a specific action that should be taken # The action taken to determine the health of a container
25911 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25912 …mand line to execute inside the container, the working directory for the command is root ('/&…
25925 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25934 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25941 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25944 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25946 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25947container. Exposing a port here gives the system additional information about the network connecti…
25948 { # ContainerPort represents a network port in a single container.
25956container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25958 …es a specific action that should be taken # The action taken to determine the health of a container
25959 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25960 …mand line to execute inside the container, the working directory for the command is root ('/&…
25973 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25982 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25989 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25992 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25994 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
26003 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
26006 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
26012container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
26013 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
26014 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
26022 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
26023 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
26024 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
26025container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
26026 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
26027container # The SELinux context to be applied to the container. If unspecified, the container runt…
26028 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
26029 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
26030 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
26031 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
26034 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
26035container runtime should close the stdin channel after it has been opened by a single attach. When…
26036 …ath at which the file to which the container's termination message will be written is mounted…
26037container status message on both success and failure. FallbackToLogsOnError will use the last chun…
26038 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
26039 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
26040 { # volumeDevice describes a mapping of a raw block device within a container.
26041 …ath": "A String", # devicePath is the path inside of the container that the device …
26045 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
26046 { # VolumeMount describes a mounting of a Volume within a container.
26047 …"mountPath": "A String", # Path within the container at which the volume shoul…
26048 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
26051 …th": "A String", # Path within the volume from which the container's volume sh…
26054 … # Container's working directory. If not specified, the container runtime's default will…
26062 { # Volume represents a named volume in a container.
26086 …"secretName": "A String", # Name of the secret in the container's namespa…