• Home
  • Raw
  • Download

Lines Matching full:container

110 { # Service acts as a top-level container that manages a set of Routes and Configurations which imp…
120 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
152container image, and may also include labels and annotations that should be attached to the Revisi…
160 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
187container": { # A single application container. This specifies both the container to run, the…
188container's environment. If a variable cannot be resolved, the reference in the input string …
191container's environment. If a variable cannot be resolved, the reference in the input string …
194 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
195 { # EnvVar represents an environment variable present in a Container.
197 …E) are expanded using the previous defined environment variables in the container and any route en…
218 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
239container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
240container is created. If the handler fails, the container is terminated and restarted according to…
241 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
242 …mand line to execute inside the container, the working directory for the command is root ('/&…
255 … accept a name or number. # Name or number of the port to access on the container. Number must be …
264 … accept a name or number. # Number or name of the port to access on the container. Number must be …
271container is terminated. The container is terminated after the handler completes. The reason for t…
272 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
273 …mand line to execute inside the container, the working directory for the command is root ('/&…
286 … accept a name or number. # Name or number of the port to access on the container. Number must be …
295 … accept a name or number. # Number or name of the port to access on the container. Number must be …
303container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
305 …es a specific action that should be taken # The action taken to determine the health of a container
306 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
307 …mand line to execute inside the container, the working directory for the command is root ('/&…
320 … accept a name or number. # Name or number of the port to access on the container. Number must be …
329 … accept a name or number. # Number or name of the port to access on the container. Number must be …
336 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
339 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
341 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
342container. Exposing a port here gives the system additional information about the network connecti…
343 { # ContainerPort represents a network port in a single container.
351container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
353 …es a specific action that should be taken # The action taken to determine the health of a container
354 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
355 …mand line to execute inside the container, the working directory for the command is root ('/&…
368 … accept a name or number. # Name or number of the port to access on the container. Number must be …
377 … accept a name or number. # Number or name of the port to access on the container. Number must be …
384 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
387 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
389 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
398 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
401 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
407container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
408 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
409 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
417 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
418 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
419 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
420container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
421 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
422container # The SELinux context to be applied to the container. If unspecified, the container runt…
423 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
424 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
425 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
426 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
429 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
430container runtime should close the stdin channel after it has been opened by a single attach. When…
431 …ath at which the file to which the container's termination message will be written is mounted…
432container status message on both success and failure. FallbackToLogsOnError will use the last chun…
433 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
434 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
435 { # volumeDevice describes a mapping of a raw block device within a container.
436 …ath": "A String", # devicePath is the path inside of the container that the device …
440 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
441 { # VolumeMount describes a mounting of a Volume within a container.
442 …"mountPath": "A String", # Path within the container at which the volume shoul…
443 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
446 …th": "A String", # Path within the volume from which the container's volume sh…
449 … # Container's working directory. If not specified, the container runtime's default will…
451 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
452container that defines the unit of execution for this Revision. In the context of a Revision, we d…
453container. This specifies both the container to run, the command to run in the container and the a…
454container's environment. If a variable cannot be resolved, the reference in the input string …
457container's environment. If a variable cannot be resolved, the reference in the input string …
460 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
461 { # EnvVar represents an environment variable present in a Container.
463 …E) are expanded using the previous defined environment variables in the container and any route en…
484 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
505container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
506container is created. If the handler fails, the container is terminated and restarted according to…
507 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
508 …mand line to execute inside the container, the working directory for the command is root ('/&…
521 … accept a name or number. # Name or number of the port to access on the container. Number must be …
530 … accept a name or number. # Number or name of the port to access on the container. Number must be …
537container is terminated. The container is terminated after the handler completes. The reason for t…
538 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
539 …mand line to execute inside the container, the working directory for the command is root ('/&…
552 … accept a name or number. # Name or number of the port to access on the container. Number must be …
561 … accept a name or number. # Number or name of the port to access on the container. Number must be …
569container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
571 …es a specific action that should be taken # The action taken to determine the health of a container
572 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
573 …mand line to execute inside the container, the working directory for the command is root ('/&…
586 … accept a name or number. # Name or number of the port to access on the container. Number must be …
595 … accept a name or number. # Number or name of the port to access on the container. Number must be …
602 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
605 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
607 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
608container. Exposing a port here gives the system additional information about the network connecti…
609 { # ContainerPort represents a network port in a single container.
617container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
619 …es a specific action that should be taken # The action taken to determine the health of a container
620 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
621 …mand line to execute inside the container, the working directory for the command is root ('/&…
634 … accept a name or number. # Name or number of the port to access on the container. Number must be …
643 … accept a name or number. # Number or name of the port to access on the container. Number must be …
650 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
653 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
655 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
664 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
667 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
673container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
674 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
675 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
683 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
684 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
685 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
686container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
687 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
688container # The SELinux context to be applied to the container. If unspecified, the container runt…
689 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
690 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
691 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
692 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
695 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
696container runtime should close the stdin channel after it has been opened by a single attach. When…
697 …ath at which the file to which the container's termination message will be written is mounted…
698container status message on both success and failure. FallbackToLogsOnError will use the last chun…
699 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
700 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
701 { # volumeDevice describes a mapping of a raw block device within a container.
702 …ath": "A String", # devicePath is the path inside of the container that the device …
706 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
707 { # VolumeMount describes a mounting of a Volume within a container.
708 …"mountPath": "A String", # Path within the container at which the volume shoul…
709 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
712 …th": "A String", # Path within the volume from which the container's volume sh…
715 … # Container's working directory. If not specified, the container runtime's default will…
723 { # Volume represents a named volume in a container.
747 …uot;secretName": "A String", # Name of the secret in the container's namespace…
761 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
788container": { # A single application container. This specifies both the container to run, the…
789container's environment. If a variable cannot be resolved, the reference in the input string …
792container's environment. If a variable cannot be resolved, the reference in the input string …
795 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
796 { # EnvVar represents an environment variable present in a Container.
798 …E) are expanded using the previous defined environment variables in the container and any route en…
819 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
840container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
841container is created. If the handler fails, the container is terminated and restarted according to…
842 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
843 …mand line to execute inside the container, the working directory for the command is root ('/&…
856 … accept a name or number. # Name or number of the port to access on the container. Number must be …
865 … accept a name or number. # Number or name of the port to access on the container. Number must be …
872container is terminated. The container is terminated after the handler completes. The reason for t…
873 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
874 …mand line to execute inside the container, the working directory for the command is root ('/&…
887 … accept a name or number. # Name or number of the port to access on the container. Number must be …
896 … accept a name or number. # Number or name of the port to access on the container. Number must be …
904container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
906 …es a specific action that should be taken # The action taken to determine the health of a container
907 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
908 …mand line to execute inside the container, the working directory for the command is root ('/&…
921 … accept a name or number. # Name or number of the port to access on the container. Number must be …
930 … accept a name or number. # Number or name of the port to access on the container. Number must be …
937 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
940 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
942 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
943container. Exposing a port here gives the system additional information about the network connecti…
944 { # ContainerPort represents a network port in a single container.
952container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
954 …es a specific action that should be taken # The action taken to determine the health of a container
955 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
956 …mand line to execute inside the container, the working directory for the command is root ('/&…
969 … accept a name or number. # Name or number of the port to access on the container. Number must be …
978 … accept a name or number. # Number or name of the port to access on the container. Number must be …
985 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
988 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
990 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
999 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1002 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1008container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1009 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1010 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1018 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1019 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1020 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1021container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1022 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1023container # The SELinux context to be applied to the container. If unspecified, the container runt…
1024 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1025 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1026 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1027 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1030 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1031container runtime should close the stdin channel after it has been opened by a single attach. When…
1032 …ath at which the file to which the container's termination message will be written is mounted…
1033container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1034 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1035 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1036 { # volumeDevice describes a mapping of a raw block device within a container.
1037 …ath": "A String", # devicePath is the path inside of the container that the device …
1041 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1042 { # VolumeMount describes a mounting of a Volume within a container.
1043 …"mountPath": "A String", # Path within the container at which the volume shoul…
1044 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1047 …th": "A String", # Path within the volume from which the container's volume sh…
1050 … # Container's working directory. If not specified, the container runtime's default will…
1052 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
1053container that defines the unit of execution for this Revision. In the context of a Revision, we d…
1054container. This specifies both the container to run, the command to run in the container and the a…
1055container's environment. If a variable cannot be resolved, the reference in the input string …
1058container's environment. If a variable cannot be resolved, the reference in the input string …
1061 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
1062 { # EnvVar represents an environment variable present in a Container.
1064 …E) are expanded using the previous defined environment variables in the container and any route en…
1085 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
1106container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
1107container is created. If the handler fails, the container is terminated and restarted according to…
1108 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1109 …mand line to execute inside the container, the working directory for the command is root ('/&…
1122 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1131 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1138container is terminated. The container is terminated after the handler completes. The reason for t…
1139 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1140 …mand line to execute inside the container, the working directory for the command is root ('/&…
1153 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1162 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1170container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1172 …es a specific action that should be taken # The action taken to determine the health of a container
1173 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1174 …mand line to execute inside the container, the working directory for the command is root ('/&…
1187 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1196 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1203 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1206 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1208 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
1209container. Exposing a port here gives the system additional information about the network connecti…
1210 { # ContainerPort represents a network port in a single container.
1218container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1220 …es a specific action that should be taken # The action taken to determine the health of a container
1221 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1222 …mand line to execute inside the container, the working directory for the command is root ('/&…
1235 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1244 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1251 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1254 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1256 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
1265 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1268 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1274container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1275 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1276 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1284 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1285 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1286 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1287container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1288 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1289container # The SELinux context to be applied to the container. If unspecified, the container runt…
1290 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1291 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1292 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1293 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1296 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1297container runtime should close the stdin channel after it has been opened by a single attach. When…
1298 …ath at which the file to which the container's termination message will be written is mounted…
1299container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1300 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1301 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1302 { # volumeDevice describes a mapping of a raw block device within a container.
1303 …ath": "A String", # devicePath is the path inside of the container that the device …
1307 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1308 { # VolumeMount describes a mounting of a Volume within a container.
1309 …"mountPath": "A String", # Path within the container at which the volume shoul…
1310 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1313 …th": "A String", # Path within the volume from which the container's volume sh…
1316 … # Container's working directory. If not specified, the container runtime's default will…
1324 { # Volume represents a named volume in a container.
1348 …uot;secretName": "A String", # Name of the secret in the container's namespace…
1360container image, and may also include labels and annotations that should be attached to the Revisi…
1368 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
1395container": { # A single application container. This specifies both the container to run, the…
1396container's environment. If a variable cannot be resolved, the reference in the input string …
1399container's environment. If a variable cannot be resolved, the reference in the input string …
1402 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
1403 { # EnvVar represents an environment variable present in a Container.
1405 …E) are expanded using the previous defined environment variables in the container and any route en…
1426 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
1447container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
1448container is created. If the handler fails, the container is terminated and restarted according to…
1449 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1450 …mand line to execute inside the container, the working directory for the command is root ('/&…
1463 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1472 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1479container is terminated. The container is terminated after the handler completes. The reason for t…
1480 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1481 …mand line to execute inside the container, the working directory for the command is root ('/&…
1494 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1503 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1511container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1513 …es a specific action that should be taken # The action taken to determine the health of a container
1514 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1515 …mand line to execute inside the container, the working directory for the command is root ('/&…
1528 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1537 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1544 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1547 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1549 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
1550container. Exposing a port here gives the system additional information about the network connecti…
1551 { # ContainerPort represents a network port in a single container.
1559container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1561 …es a specific action that should be taken # The action taken to determine the health of a container
1562 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1563 …mand line to execute inside the container, the working directory for the command is root ('/&…
1576 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1585 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1592 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1595 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1597 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
1606 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1609 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1615container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1616 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1617 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1625 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1626 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1627 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1628container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1629 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1630container # The SELinux context to be applied to the container. If unspecified, the container runt…
1631 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1632 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1633 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1634 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1637 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1638container runtime should close the stdin channel after it has been opened by a single attach. When…
1639 …ath at which the file to which the container's termination message will be written is mounted…
1640container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1641 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1642 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1643 { # volumeDevice describes a mapping of a raw block device within a container.
1644 …ath": "A String", # devicePath is the path inside of the container that the device …
1648 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1649 { # VolumeMount describes a mounting of a Volume within a container.
1650 …"mountPath": "A String", # Path within the container at which the volume shoul…
1651 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1654 …th": "A String", # Path within the volume from which the container's volume sh…
1657 … # Container's working directory. If not specified, the container runtime's default will…
1659 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
1660container that defines the unit of execution for this Revision. In the context of a Revision, we d…
1661container. This specifies both the container to run, the command to run in the container and the a…
1662container's environment. If a variable cannot be resolved, the reference in the input string …
1665container's environment. If a variable cannot be resolved, the reference in the input string …
1668 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
1669 { # EnvVar represents an environment variable present in a Container.
1671 …E) are expanded using the previous defined environment variables in the container and any route en…
1692 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
1713container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
1714container is created. If the handler fails, the container is terminated and restarted according to…
1715 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1716 …mand line to execute inside the container, the working directory for the command is root ('/&…
1729 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1738 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1745container is terminated. The container is terminated after the handler completes. The reason for t…
1746 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1747 …mand line to execute inside the container, the working directory for the command is root ('/&…
1760 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1769 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1777container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1779 …es a specific action that should be taken # The action taken to determine the health of a container
1780 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1781 …mand line to execute inside the container, the working directory for the command is root ('/&…
1794 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1803 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1810 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1813 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1815 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
1816container. Exposing a port here gives the system additional information about the network connecti…
1817 { # ContainerPort represents a network port in a single container.
1825container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
1827 …es a specific action that should be taken # The action taken to determine the health of a container
1828 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
1829 …mand line to execute inside the container, the working directory for the command is root ('/&…
1842 … accept a name or number. # Name or number of the port to access on the container. Number must be …
1851 … accept a name or number. # Number or name of the port to access on the container. Number must be …
1858 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
1861 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
1863 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
1872 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1875 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
1881container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
1882 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
1883 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
1891 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
1892 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
1893 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
1894container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
1895 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
1896container # The SELinux context to be applied to the container. If unspecified, the container runt…
1897 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
1898 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
1899 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
1900 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
1903 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
1904container runtime should close the stdin channel after it has been opened by a single attach. When…
1905 …ath at which the file to which the container's termination message will be written is mounted…
1906container status message on both success and failure. FallbackToLogsOnError will use the last chun…
1907 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
1908 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
1909 { # volumeDevice describes a mapping of a raw block device within a container.
1910 …ath": "A String", # devicePath is the path inside of the container that the device …
1914 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
1915 { # VolumeMount describes a mounting of a Volume within a container.
1916 …"mountPath": "A String", # Path within the container at which the volume shoul…
1917 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
1920 …th": "A String", # Path within the volume from which the container's volume sh…
1923 … # Container's working directory. If not specified, the container runtime's default will…
1931 { # Volume represents a named volume in a container.
1955 …uot;secretName": "A String", # Name of the secret in the container's namespace…
1969 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
1996container": { # A single application container. This specifies both the container to run, the…
1997container's environment. If a variable cannot be resolved, the reference in the input string …
2000container's environment. If a variable cannot be resolved, the reference in the input string …
2003 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2004 { # EnvVar represents an environment variable present in a Container.
2006 …E) are expanded using the previous defined environment variables in the container and any route en…
2027 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2048container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2049container is created. If the handler fails, the container is terminated and restarted according to…
2050 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2051 …mand line to execute inside the container, the working directory for the command is root ('/&…
2064 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2073 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2080container is terminated. The container is terminated after the handler completes. The reason for t…
2081 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2082 …mand line to execute inside the container, the working directory for the command is root ('/&…
2095 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2104 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2112container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2114 …es a specific action that should be taken # The action taken to determine the health of a container
2115 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2116 …mand line to execute inside the container, the working directory for the command is root ('/&…
2129 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2138 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2145 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2148 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2150 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
2151container. Exposing a port here gives the system additional information about the network connecti…
2152 { # ContainerPort represents a network port in a single container.
2160container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2162 …es a specific action that should be taken # The action taken to determine the health of a container
2163 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2164 …mand line to execute inside the container, the working directory for the command is root ('/&…
2177 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2186 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2193 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2196 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2198 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
2207 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2210 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2216container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
2217 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
2218 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
2226 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
2227 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
2228 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
2229container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
2230 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
2231container # The SELinux context to be applied to the container. If unspecified, the container runt…
2232 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
2233 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
2234 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
2235 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
2238 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
2239container runtime should close the stdin channel after it has been opened by a single attach. When…
2240 …ath at which the file to which the container's termination message will be written is mounted…
2241container status message on both success and failure. FallbackToLogsOnError will use the last chun…
2242 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
2243 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
2244 { # volumeDevice describes a mapping of a raw block device within a container.
2245 …ath": "A String", # devicePath is the path inside of the container that the device …
2249 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
2250 { # VolumeMount describes a mounting of a Volume within a container.
2251 …"mountPath": "A String", # Path within the container at which the volume shoul…
2252 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
2255 …th": "A String", # Path within the volume from which the container's volume sh…
2258 … # Container's working directory. If not specified, the container runtime's default will…
2260 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
2261container that defines the unit of execution for this Revision. In the context of a Revision, we d…
2262container. This specifies both the container to run, the command to run in the container and the a…
2263container's environment. If a variable cannot be resolved, the reference in the input string …
2266container's environment. If a variable cannot be resolved, the reference in the input string …
2269 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2270 { # EnvVar represents an environment variable present in a Container.
2272 …E) are expanded using the previous defined environment variables in the container and any route en…
2293 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2314container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2315container is created. If the handler fails, the container is terminated and restarted according to…
2316 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2317 …mand line to execute inside the container, the working directory for the command is root ('/&…
2330 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2339 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2346container is terminated. The container is terminated after the handler completes. The reason for t…
2347 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2348 …mand line to execute inside the container, the working directory for the command is root ('/&…
2361 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2370 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2378container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2380 …es a specific action that should be taken # The action taken to determine the health of a container
2381 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2382 …mand line to execute inside the container, the working directory for the command is root ('/&…
2395 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2404 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2411 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2414 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2416 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
2417container. Exposing a port here gives the system additional information about the network connecti…
2418 { # ContainerPort represents a network port in a single container.
2426container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2428 …es a specific action that should be taken # The action taken to determine the health of a container
2429 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2430 …mand line to execute inside the container, the working directory for the command is root ('/&…
2443 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2452 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2459 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2462 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2464 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
2473 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2476 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2482container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
2483 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
2484 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
2492 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
2493 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
2494 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
2495container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
2496 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
2497container # The SELinux context to be applied to the container. If unspecified, the container runt…
2498 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
2499 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
2500 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
2501 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
2504 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
2505container runtime should close the stdin channel after it has been opened by a single attach. When…
2506 …ath at which the file to which the container's termination message will be written is mounted…
2507container status message on both success and failure. FallbackToLogsOnError will use the last chun…
2508 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
2509 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
2510 { # volumeDevice describes a mapping of a raw block device within a container.
2511 …ath": "A String", # devicePath is the path inside of the container that the device …
2515 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
2516 { # VolumeMount describes a mounting of a Volume within a container.
2517 …"mountPath": "A String", # Path within the container at which the volume shoul…
2518 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
2521 …th": "A String", # Path within the volume from which the container's volume sh…
2524 … # Container's working directory. If not specified, the container runtime's default will…
2532 { # Volume represents a named volume in a container.
2556 …uot;secretName": "A String", # Name of the secret in the container's namespace…
2571container image, and may also include labels and annotations that should be attached to the Revisi…
2579 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
2606container": { # A single application container. This specifies both the container to run, the…
2607container's environment. If a variable cannot be resolved, the reference in the input string …
2610container's environment. If a variable cannot be resolved, the reference in the input string …
2613 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2614 { # EnvVar represents an environment variable present in a Container.
2616 …E) are expanded using the previous defined environment variables in the container and any route en…
2637 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2658container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2659container is created. If the handler fails, the container is terminated and restarted according to…
2660 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2661 …mand line to execute inside the container, the working directory for the command is root ('/&…
2674 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2683 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2690container is terminated. The container is terminated after the handler completes. The reason for t…
2691 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2692 …mand line to execute inside the container, the working directory for the command is root ('/&…
2705 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2714 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2722container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2724 …es a specific action that should be taken # The action taken to determine the health of a container
2725 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2726 …mand line to execute inside the container, the working directory for the command is root ('/&…
2739 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2748 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2755 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2758 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2760 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
2761container. Exposing a port here gives the system additional information about the network connecti…
2762 { # ContainerPort represents a network port in a single container.
2770container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2772 …es a specific action that should be taken # The action taken to determine the health of a container
2773 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2774 …mand line to execute inside the container, the working directory for the command is root ('/&…
2787 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2796 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2803 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
2806 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
2808 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
2817 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2820 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
2826container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
2827 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
2828 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
2836 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
2837 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
2838 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
2839container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
2840 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
2841container # The SELinux context to be applied to the container. If unspecified, the container runt…
2842 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
2843 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
2844 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
2845 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
2848 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
2849container runtime should close the stdin channel after it has been opened by a single attach. When…
2850 …ath at which the file to which the container's termination message will be written is mounted…
2851container status message on both success and failure. FallbackToLogsOnError will use the last chun…
2852 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
2853 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
2854 { # volumeDevice describes a mapping of a raw block device within a container.
2855 …ath": "A String", # devicePath is the path inside of the container that the device …
2859 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
2860 { # VolumeMount describes a mounting of a Volume within a container.
2861 …"mountPath": "A String", # Path within the container at which the volume shoul…
2862 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
2865 …th": "A String", # Path within the volume from which the container's volume sh…
2868 … # Container's working directory. If not specified, the container runtime's default will…
2870 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
2871container that defines the unit of execution for this Revision. In the context of a Revision, we d…
2872container. This specifies both the container to run, the command to run in the container and the a…
2873container's environment. If a variable cannot be resolved, the reference in the input string …
2876container's environment. If a variable cannot be resolved, the reference in the input string …
2879 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
2880 { # EnvVar represents an environment variable present in a Container.
2882 …E) are expanded using the previous defined environment variables in the container and any route en…
2903 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
2924container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
2925container is created. If the handler fails, the container is terminated and restarted according to…
2926 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2927 …mand line to execute inside the container, the working directory for the command is root ('/&…
2940 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2949 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2956container is terminated. The container is terminated after the handler completes. The reason for t…
2957 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2958 …mand line to execute inside the container, the working directory for the command is root ('/&…
2971 … accept a name or number. # Name or number of the port to access on the container. Number must be …
2980 … accept a name or number. # Number or name of the port to access on the container. Number must be …
2988container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
2990 …es a specific action that should be taken # The action taken to determine the health of a container
2991 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
2992 …mand line to execute inside the container, the working directory for the command is root ('/&…
3005 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3014 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3021 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3024 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3026 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3027container. Exposing a port here gives the system additional information about the network connecti…
3028 { # ContainerPort represents a network port in a single container.
3036container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3038 …es a specific action that should be taken # The action taken to determine the health of a container
3039 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3040 …mand line to execute inside the container, the working directory for the command is root ('/&…
3053 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3062 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3069 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3072 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3074 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
3083 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3086 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3092container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
3093 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
3094 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
3102 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
3103 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
3104 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
3105container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
3106 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
3107container # The SELinux context to be applied to the container. If unspecified, the container runt…
3108 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
3109 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
3110 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
3111 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
3114 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
3115container runtime should close the stdin channel after it has been opened by a single attach. When…
3116 …ath at which the file to which the container's termination message will be written is mounted…
3117container status message on both success and failure. FallbackToLogsOnError will use the last chun…
3118 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
3119 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
3120 { # volumeDevice describes a mapping of a raw block device within a container.
3121 …ath": "A String", # devicePath is the path inside of the container that the device …
3125 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
3126 { # VolumeMount describes a mounting of a Volume within a container.
3127 …"mountPath": "A String", # Path within the container at which the volume shoul…
3128 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
3131 …th": "A String", # Path within the volume from which the container's volume sh…
3134 … # Container's working directory. If not specified, the container runtime's default will…
3142 { # Volume represents a named volume in a container.
3166 …uot;secretName": "A String", # Name of the secret in the container's namespace…
3180 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
3207container": { # A single application container. This specifies both the container to run, the…
3208container's environment. If a variable cannot be resolved, the reference in the input string …
3211container's environment. If a variable cannot be resolved, the reference in the input string …
3214 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
3215 { # EnvVar represents an environment variable present in a Container.
3217 …E) are expanded using the previous defined environment variables in the container and any route en…
3238 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
3259container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
3260container is created. If the handler fails, the container is terminated and restarted according to…
3261 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3262 …mand line to execute inside the container, the working directory for the command is root ('/&…
3275 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3284 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3291container is terminated. The container is terminated after the handler completes. The reason for t…
3292 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3293 …mand line to execute inside the container, the working directory for the command is root ('/&…
3306 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3315 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3323container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3325 …es a specific action that should be taken # The action taken to determine the health of a container
3326 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3327 …mand line to execute inside the container, the working directory for the command is root ('/&…
3340 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3349 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3356 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3359 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3361 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3362container. Exposing a port here gives the system additional information about the network connecti…
3363 { # ContainerPort represents a network port in a single container.
3371container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3373 …es a specific action that should be taken # The action taken to determine the health of a container
3374 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3375 …mand line to execute inside the container, the working directory for the command is root ('/&…
3388 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3397 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3404 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3407 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3409 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
3418 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3421 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3427container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
3428 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
3429 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
3437 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
3438 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
3439 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
3440container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
3441 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
3442container # The SELinux context to be applied to the container. If unspecified, the container runt…
3443 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
3444 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
3445 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
3446 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
3449 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
3450container runtime should close the stdin channel after it has been opened by a single attach. When…
3451 …ath at which the file to which the container's termination message will be written is mounted…
3452container status message on both success and failure. FallbackToLogsOnError will use the last chun…
3453 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
3454 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
3455 { # volumeDevice describes a mapping of a raw block device within a container.
3456 …ath": "A String", # devicePath is the path inside of the container that the device …
3460 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
3461 { # VolumeMount describes a mounting of a Volume within a container.
3462 …"mountPath": "A String", # Path within the container at which the volume shoul…
3463 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
3466 …th": "A String", # Path within the volume from which the container's volume sh…
3469 … # Container's working directory. If not specified, the container runtime's default will…
3471 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
3472container that defines the unit of execution for this Revision. In the context of a Revision, we d…
3473container. This specifies both the container to run, the command to run in the container and the a…
3474container's environment. If a variable cannot be resolved, the reference in the input string …
3477container's environment. If a variable cannot be resolved, the reference in the input string …
3480 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
3481 { # EnvVar represents an environment variable present in a Container.
3483 …E) are expanded using the previous defined environment variables in the container and any route en…
3504 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
3525container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
3526container is created. If the handler fails, the container is terminated and restarted according to…
3527 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3528 …mand line to execute inside the container, the working directory for the command is root ('/&…
3541 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3550 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3557container is terminated. The container is terminated after the handler completes. The reason for t…
3558 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3559 …mand line to execute inside the container, the working directory for the command is root ('/&…
3572 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3581 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3589container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3591 …es a specific action that should be taken # The action taken to determine the health of a container
3592 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3593 …mand line to execute inside the container, the working directory for the command is root ('/&…
3606 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3615 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3622 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3625 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3627 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3628container. Exposing a port here gives the system additional information about the network connecti…
3629 { # ContainerPort represents a network port in a single container.
3637container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3639 …es a specific action that should be taken # The action taken to determine the health of a container
3640 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3641 …mand line to execute inside the container, the working directory for the command is root ('/&…
3654 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3663 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3670 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3673 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3675 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
3684 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3687 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
3693container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
3694 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
3695 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
3703 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
3704 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
3705 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
3706container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
3707 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
3708container # The SELinux context to be applied to the container. If unspecified, the container runt…
3709 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
3710 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
3711 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
3712 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
3715 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
3716container runtime should close the stdin channel after it has been opened by a single attach. When…
3717 …ath at which the file to which the container's termination message will be written is mounted…
3718container status message on both success and failure. FallbackToLogsOnError will use the last chun…
3719 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
3720 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
3721 { # volumeDevice describes a mapping of a raw block device within a container.
3722 …ath": "A String", # devicePath is the path inside of the container that the device …
3726 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
3727 { # VolumeMount describes a mounting of a Volume within a container.
3728 …"mountPath": "A String", # Path within the container at which the volume shoul…
3729 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
3732 …th": "A String", # Path within the volume from which the container's volume sh…
3735 … # Container's working directory. If not specified, the container runtime's default will…
3743 { # Volume represents a named volume in a container.
3767 …uot;secretName": "A String", # Name of the secret in the container's namespace…
3783 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
3810container": { # A single application container. This specifies both the container to run, the…
3811container's environment. If a variable cannot be resolved, the reference in the input string …
3814container's environment. If a variable cannot be resolved, the reference in the input string …
3817 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
3818 { # EnvVar represents an environment variable present in a Container.
3820 …E) are expanded using the previous defined environment variables in the container and any route en…
3841 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
3862container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
3863container is created. If the handler fails, the container is terminated and restarted according to…
3864 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3865 …mand line to execute inside the container, the working directory for the command is root ('/&…
3878 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3887 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3894container is terminated. The container is terminated after the handler completes. The reason for t…
3895 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3896 …mand line to execute inside the container, the working directory for the command is root ('/&…
3909 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3918 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3926container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3928 …es a specific action that should be taken # The action taken to determine the health of a container
3929 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3930 …mand line to execute inside the container, the working directory for the command is root ('/&…
3943 … accept a name or number. # Name or number of the port to access on the container. Number must be …
3952 … accept a name or number. # Number or name of the port to access on the container. Number must be …
3959 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
3962 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
3964 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
3965container. Exposing a port here gives the system additional information about the network connecti…
3966 { # ContainerPort represents a network port in a single container.
3974container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
3976 …es a specific action that should be taken # The action taken to determine the health of a container
3977 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
3978 …mand line to execute inside the container, the working directory for the command is root ('/&…
3991 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4000 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4007 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4010 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4012 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4021 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4024 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4030container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
4031 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
4032 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
4040 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
4041 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
4042 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
4043container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
4044 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
4045container # The SELinux context to be applied to the container. If unspecified, the container runt…
4046 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
4047 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
4048 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
4049 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
4052 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
4053container runtime should close the stdin channel after it has been opened by a single attach. When…
4054 …ath at which the file to which the container's termination message will be written is mounted…
4055container status message on both success and failure. FallbackToLogsOnError will use the last chun…
4056 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
4057 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
4058 { # volumeDevice describes a mapping of a raw block device within a container.
4059 …ath": "A String", # devicePath is the path inside of the container that the device …
4063 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
4064 { # VolumeMount describes a mounting of a Volume within a container.
4065 …"mountPath": "A String", # Path within the container at which the volume shoul…
4066 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
4069 …th": "A String", # Path within the volume from which the container's volume sh…
4072 … # Container's working directory. If not specified, the container runtime's default will…
4074 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
4075container that defines the unit of execution for this Revision. In the context of a Revision, we d…
4076container. This specifies both the container to run, the command to run in the container and the a…
4077container's environment. If a variable cannot be resolved, the reference in the input string …
4080container's environment. If a variable cannot be resolved, the reference in the input string …
4083 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
4084 { # EnvVar represents an environment variable present in a Container.
4086 …E) are expanded using the previous defined environment variables in the container and any route en…
4107 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
4128container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
4129container is created. If the handler fails, the container is terminated and restarted according to…
4130 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4131 …mand line to execute inside the container, the working directory for the command is root ('/&…
4144 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4153 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4160container is terminated. The container is terminated after the handler completes. The reason for t…
4161 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4162 …mand line to execute inside the container, the working directory for the command is root ('/&…
4175 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4184 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4192container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4194 …es a specific action that should be taken # The action taken to determine the health of a container
4195 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4196 …mand line to execute inside the container, the working directory for the command is root ('/&…
4209 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4218 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4225 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4228 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4230 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
4231container. Exposing a port here gives the system additional information about the network connecti…
4232 { # ContainerPort represents a network port in a single container.
4240container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4242 …es a specific action that should be taken # The action taken to determine the health of a container
4243 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4244 …mand line to execute inside the container, the working directory for the command is root ('/&…
4257 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4266 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4273 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4276 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4278 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4287 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4290 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4296container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
4297 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
4298 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
4306 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
4307 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
4308 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
4309container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
4310 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
4311container # The SELinux context to be applied to the container. If unspecified, the container runt…
4312 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
4313 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
4314 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
4315 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
4318 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
4319container runtime should close the stdin channel after it has been opened by a single attach. When…
4320 …ath at which the file to which the container's termination message will be written is mounted…
4321container status message on both success and failure. FallbackToLogsOnError will use the last chun…
4322 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
4323 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
4324 { # volumeDevice describes a mapping of a raw block device within a container.
4325 …ath": "A String", # devicePath is the path inside of the container that the device …
4329 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
4330 { # VolumeMount describes a mounting of a Volume within a container.
4331 …"mountPath": "A String", # Path within the container at which the volume shoul…
4332 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
4335 …th": "A String", # Path within the volume from which the container's volume sh…
4338 … # Container's working directory. If not specified, the container runtime's default will…
4346 { # Volume represents a named volume in a container.
4370 …"secretName": "A String", # Name of the secret in the container's namespa…
4430 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
4440 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
4472container image, and may also include labels and annotations that should be attached to the Revisi…
4480 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
4507container": { # A single application container. This specifies both the container to run, the…
4508container's environment. If a variable cannot be resolved, the reference in the input string …
4511container's environment. If a variable cannot be resolved, the reference in the input string …
4514 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
4515 { # EnvVar represents an environment variable present in a Container.
4517 …E) are expanded using the previous defined environment variables in the container and any route en…
4538 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
4559container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
4560container is created. If the handler fails, the container is terminated and restarted according to…
4561 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4562 …mand line to execute inside the container, the working directory for the command is root ('/&…
4575 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4584 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4591container is terminated. The container is terminated after the handler completes. The reason for t…
4592 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4593 …mand line to execute inside the container, the working directory for the command is root ('/&…
4606 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4615 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4623container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4625 …es a specific action that should be taken # The action taken to determine the health of a container
4626 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4627 …mand line to execute inside the container, the working directory for the command is root ('/&…
4640 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4649 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4656 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4659 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4661 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
4662container. Exposing a port here gives the system additional information about the network connecti…
4663 { # ContainerPort represents a network port in a single container.
4671container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4673 …es a specific action that should be taken # The action taken to determine the health of a container
4674 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4675 …mand line to execute inside the container, the working directory for the command is root ('/&…
4688 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4697 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4704 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4707 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4709 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4718 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4721 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4727container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
4728 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
4729 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
4737 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
4738 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
4739 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
4740container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
4741 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
4742container # The SELinux context to be applied to the container. If unspecified, the container runt…
4743 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
4744 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
4745 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
4746 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
4749 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
4750container runtime should close the stdin channel after it has been opened by a single attach. When…
4751 …ath at which the file to which the container's termination message will be written is mounted…
4752container status message on both success and failure. FallbackToLogsOnError will use the last chun…
4753 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
4754 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
4755 { # volumeDevice describes a mapping of a raw block device within a container.
4756 …ath": "A String", # devicePath is the path inside of the container that the device …
4760 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
4761 { # VolumeMount describes a mounting of a Volume within a container.
4762 …"mountPath": "A String", # Path within the container at which the volume shoul…
4763 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
4766 …th": "A String", # Path within the volume from which the container's volume sh…
4769 … # Container's working directory. If not specified, the container runtime's default will…
4771 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
4772container that defines the unit of execution for this Revision. In the context of a Revision, we d…
4773container. This specifies both the container to run, the command to run in the container and the a…
4774container's environment. If a variable cannot be resolved, the reference in the input string …
4777container's environment. If a variable cannot be resolved, the reference in the input string …
4780 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
4781 { # EnvVar represents an environment variable present in a Container.
4783 …E) are expanded using the previous defined environment variables in the container and any route en…
4804 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
4825container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
4826container is created. If the handler fails, the container is terminated and restarted according to…
4827 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4828 …mand line to execute inside the container, the working directory for the command is root ('/&…
4841 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4850 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4857container is terminated. The container is terminated after the handler completes. The reason for t…
4858 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4859 …mand line to execute inside the container, the working directory for the command is root ('/&…
4872 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4881 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4889container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4891 …es a specific action that should be taken # The action taken to determine the health of a container
4892 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4893 …mand line to execute inside the container, the working directory for the command is root ('/&…
4906 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4915 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4922 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4925 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4927 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
4928container. Exposing a port here gives the system additional information about the network connecti…
4929 { # ContainerPort represents a network port in a single container.
4937container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
4939 …es a specific action that should be taken # The action taken to determine the health of a container
4940 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
4941 …mand line to execute inside the container, the working directory for the command is root ('/&…
4954 … accept a name or number. # Name or number of the port to access on the container. Number must be …
4963 … accept a name or number. # Number or name of the port to access on the container. Number must be …
4970 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
4973 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
4975 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
4984 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4987 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
4993container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
4994 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
4995 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5003 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5004 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5005 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5006container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5007 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5008container # The SELinux context to be applied to the container. If unspecified, the container runt…
5009 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5010 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5011 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5012 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5015 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5016container runtime should close the stdin channel after it has been opened by a single attach. When…
5017 …ath at which the file to which the container's termination message will be written is mounted…
5018container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5019 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5020 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5021 { # volumeDevice describes a mapping of a raw block device within a container.
5022 …ath": "A String", # devicePath is the path inside of the container that the device …
5026 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5027 { # VolumeMount describes a mounting of a Volume within a container.
5028 …"mountPath": "A String", # Path within the container at which the volume shoul…
5029 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5032 …th": "A String", # Path within the volume from which the container's volume sh…
5035 … # Container's working directory. If not specified, the container runtime's default will…
5043 { # Volume represents a named volume in a container.
5067 …uot;secretName": "A String", # Name of the secret in the container's namespace…
5081 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
5108container": { # A single application container. This specifies both the container to run, the…
5109container's environment. If a variable cannot be resolved, the reference in the input string …
5112container's environment. If a variable cannot be resolved, the reference in the input string …
5115 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5116 { # EnvVar represents an environment variable present in a Container.
5118 …E) are expanded using the previous defined environment variables in the container and any route en…
5139 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
5160container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
5161container is created. If the handler fails, the container is terminated and restarted according to…
5162 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5163 …mand line to execute inside the container, the working directory for the command is root ('/&…
5176 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5185 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5192container is terminated. The container is terminated after the handler completes. The reason for t…
5193 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5194 …mand line to execute inside the container, the working directory for the command is root ('/&…
5207 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5216 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5224container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5226 …es a specific action that should be taken # The action taken to determine the health of a container
5227 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5228 …mand line to execute inside the container, the working directory for the command is root ('/&…
5241 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5250 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5257 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5260 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5262 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
5263container. Exposing a port here gives the system additional information about the network connecti…
5264 { # ContainerPort represents a network port in a single container.
5272container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5274 …es a specific action that should be taken # The action taken to determine the health of a container
5275 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5276 …mand line to execute inside the container, the working directory for the command is root ('/&…
5289 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5298 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5305 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5308 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5310 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
5319 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5322 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5328container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
5329 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
5330 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5338 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5339 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5340 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5341container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5342 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5343container # The SELinux context to be applied to the container. If unspecified, the container runt…
5344 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5345 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5346 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5347 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5350 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5351container runtime should close the stdin channel after it has been opened by a single attach. When…
5352 …ath at which the file to which the container's termination message will be written is mounted…
5353container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5354 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5355 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5356 { # volumeDevice describes a mapping of a raw block device within a container.
5357 …ath": "A String", # devicePath is the path inside of the container that the device …
5361 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5362 { # VolumeMount describes a mounting of a Volume within a container.
5363 …"mountPath": "A String", # Path within the container at which the volume shoul…
5364 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5367 …th": "A String", # Path within the volume from which the container's volume sh…
5370 … # Container's working directory. If not specified, the container runtime's default will…
5372 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
5373container that defines the unit of execution for this Revision. In the context of a Revision, we d…
5374container. This specifies both the container to run, the command to run in the container and the a…
5375container's environment. If a variable cannot be resolved, the reference in the input string …
5378container's environment. If a variable cannot be resolved, the reference in the input string …
5381 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5382 { # EnvVar represents an environment variable present in a Container.
5384 …E) are expanded using the previous defined environment variables in the container and any route en…
5405 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
5426container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
5427container is created. If the handler fails, the container is terminated and restarted according to…
5428 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5429 …mand line to execute inside the container, the working directory for the command is root ('/&…
5442 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5451 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5458container is terminated. The container is terminated after the handler completes. The reason for t…
5459 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5460 …mand line to execute inside the container, the working directory for the command is root ('/&…
5473 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5482 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5490container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5492 …es a specific action that should be taken # The action taken to determine the health of a container
5493 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5494 …mand line to execute inside the container, the working directory for the command is root ('/&…
5507 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5516 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5523 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5526 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5528 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
5529container. Exposing a port here gives the system additional information about the network connecti…
5530 { # ContainerPort represents a network port in a single container.
5538container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5540 …es a specific action that should be taken # The action taken to determine the health of a container
5541 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5542 …mand line to execute inside the container, the working directory for the command is root ('/&…
5555 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5564 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5571 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5574 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5576 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
5585 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5588 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5594container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
5595 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
5596 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5604 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5605 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5606 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5607container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5608 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5609container # The SELinux context to be applied to the container. If unspecified, the container runt…
5610 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5611 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5612 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5613 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5616 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5617container runtime should close the stdin channel after it has been opened by a single attach. When…
5618 …ath at which the file to which the container's termination message will be written is mounted…
5619container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5620 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5621 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5622 { # volumeDevice describes a mapping of a raw block device within a container.
5623 …ath": "A String", # devicePath is the path inside of the container that the device …
5627 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5628 { # VolumeMount describes a mounting of a Volume within a container.
5629 …"mountPath": "A String", # Path within the container at which the volume shoul…
5630 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5633 …th": "A String", # Path within the volume from which the container's volume sh…
5636 … # Container's working directory. If not specified, the container runtime's default will…
5644 { # Volume represents a named volume in a container.
5668 …uot;secretName": "A String", # Name of the secret in the container's namespace…
5680container image, and may also include labels and annotations that should be attached to the Revisi…
5688 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
5715container": { # A single application container. This specifies both the container to run, the…
5716container's environment. If a variable cannot be resolved, the reference in the input string …
5719container's environment. If a variable cannot be resolved, the reference in the input string …
5722 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5723 { # EnvVar represents an environment variable present in a Container.
5725 …E) are expanded using the previous defined environment variables in the container and any route en…
5746 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
5767container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
5768container is created. If the handler fails, the container is terminated and restarted according to…
5769 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5770 …mand line to execute inside the container, the working directory for the command is root ('/&…
5783 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5792 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5799container is terminated. The container is terminated after the handler completes. The reason for t…
5800 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5801 …mand line to execute inside the container, the working directory for the command is root ('/&…
5814 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5823 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5831container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5833 …es a specific action that should be taken # The action taken to determine the health of a container
5834 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5835 …mand line to execute inside the container, the working directory for the command is root ('/&…
5848 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5857 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5864 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5867 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5869 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
5870container. Exposing a port here gives the system additional information about the network connecti…
5871 { # ContainerPort represents a network port in a single container.
5879container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
5881 …es a specific action that should be taken # The action taken to determine the health of a container
5882 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
5883 …mand line to execute inside the container, the working directory for the command is root ('/&…
5896 … accept a name or number. # Name or number of the port to access on the container. Number must be …
5905 … accept a name or number. # Number or name of the port to access on the container. Number must be …
5912 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
5915 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
5917 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
5926 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5929 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
5935container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
5936 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
5937 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
5945 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
5946 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
5947 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
5948container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
5949 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
5950container # The SELinux context to be applied to the container. If unspecified, the container runt…
5951 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
5952 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
5953 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
5954 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
5957 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
5958container runtime should close the stdin channel after it has been opened by a single attach. When…
5959 …ath at which the file to which the container's termination message will be written is mounted…
5960container status message on both success and failure. FallbackToLogsOnError will use the last chun…
5961 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
5962 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
5963 { # volumeDevice describes a mapping of a raw block device within a container.
5964 …ath": "A String", # devicePath is the path inside of the container that the device …
5968 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
5969 { # VolumeMount describes a mounting of a Volume within a container.
5970 …"mountPath": "A String", # Path within the container at which the volume shoul…
5971 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
5974 …th": "A String", # Path within the volume from which the container's volume sh…
5977 … # Container's working directory. If not specified, the container runtime's default will…
5979 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
5980container that defines the unit of execution for this Revision. In the context of a Revision, we d…
5981container. This specifies both the container to run, the command to run in the container and the a…
5982container's environment. If a variable cannot be resolved, the reference in the input string …
5985container's environment. If a variable cannot be resolved, the reference in the input string …
5988 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
5989 { # EnvVar represents an environment variable present in a Container.
5991 …E) are expanded using the previous defined environment variables in the container and any route en…
6012 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6033container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6034container is created. If the handler fails, the container is terminated and restarted according to…
6035 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6036 …mand line to execute inside the container, the working directory for the command is root ('/&…
6049 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6058 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6065container is terminated. The container is terminated after the handler completes. The reason for t…
6066 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6067 …mand line to execute inside the container, the working directory for the command is root ('/&…
6080 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6089 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6097container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6099 …es a specific action that should be taken # The action taken to determine the health of a container
6100 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6101 …mand line to execute inside the container, the working directory for the command is root ('/&…
6114 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6123 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6130 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6133 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6135 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
6136container. Exposing a port here gives the system additional information about the network connecti…
6137 { # ContainerPort represents a network port in a single container.
6145container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6147 …es a specific action that should be taken # The action taken to determine the health of a container
6148 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6149 …mand line to execute inside the container, the working directory for the command is root ('/&…
6162 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6171 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6178 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6181 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6183 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
6192 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6195 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6201container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
6202 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
6203 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
6211 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
6212 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
6213 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
6214container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
6215 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
6216container # The SELinux context to be applied to the container. If unspecified, the container runt…
6217 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
6218 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
6219 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
6220 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
6223 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
6224container runtime should close the stdin channel after it has been opened by a single attach. When…
6225 …ath at which the file to which the container's termination message will be written is mounted…
6226container status message on both success and failure. FallbackToLogsOnError will use the last chun…
6227 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
6228 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
6229 { # volumeDevice describes a mapping of a raw block device within a container.
6230 …ath": "A String", # devicePath is the path inside of the container that the device …
6234 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
6235 { # VolumeMount describes a mounting of a Volume within a container.
6236 …"mountPath": "A String", # Path within the container at which the volume shoul…
6237 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
6240 …th": "A String", # Path within the volume from which the container's volume sh…
6243 … # Container's working directory. If not specified, the container runtime's default will…
6251 { # Volume represents a named volume in a container.
6275 …uot;secretName": "A String", # Name of the secret in the container's namespace…
6289 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
6316container": { # A single application container. This specifies both the container to run, the…
6317container's environment. If a variable cannot be resolved, the reference in the input string …
6320container's environment. If a variable cannot be resolved, the reference in the input string …
6323 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
6324 { # EnvVar represents an environment variable present in a Container.
6326 …E) are expanded using the previous defined environment variables in the container and any route en…
6347 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6368container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6369container is created. If the handler fails, the container is terminated and restarted according to…
6370 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6371 …mand line to execute inside the container, the working directory for the command is root ('/&…
6384 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6393 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6400container is terminated. The container is terminated after the handler completes. The reason for t…
6401 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6402 …mand line to execute inside the container, the working directory for the command is root ('/&…
6415 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6424 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6432container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6434 …es a specific action that should be taken # The action taken to determine the health of a container
6435 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6436 …mand line to execute inside the container, the working directory for the command is root ('/&…
6449 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6458 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6465 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6468 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6470 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
6471container. Exposing a port here gives the system additional information about the network connecti…
6472 { # ContainerPort represents a network port in a single container.
6480container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6482 …es a specific action that should be taken # The action taken to determine the health of a container
6483 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6484 …mand line to execute inside the container, the working directory for the command is root ('/&…
6497 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6506 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6513 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6516 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6518 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
6527 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6530 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6536container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
6537 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
6538 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
6546 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
6547 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
6548 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
6549container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
6550 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
6551container # The SELinux context to be applied to the container. If unspecified, the container runt…
6552 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
6553 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
6554 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
6555 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
6558 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
6559container runtime should close the stdin channel after it has been opened by a single attach. When…
6560 …ath at which the file to which the container's termination message will be written is mounted…
6561container status message on both success and failure. FallbackToLogsOnError will use the last chun…
6562 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
6563 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
6564 { # volumeDevice describes a mapping of a raw block device within a container.
6565 …ath": "A String", # devicePath is the path inside of the container that the device …
6569 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
6570 { # VolumeMount describes a mounting of a Volume within a container.
6571 …"mountPath": "A String", # Path within the container at which the volume shoul…
6572 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
6575 …th": "A String", # Path within the volume from which the container's volume sh…
6578 … # Container's working directory. If not specified, the container runtime's default will…
6580 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
6581container that defines the unit of execution for this Revision. In the context of a Revision, we d…
6582container. This specifies both the container to run, the command to run in the container and the a…
6583container's environment. If a variable cannot be resolved, the reference in the input string …
6586container's environment. If a variable cannot be resolved, the reference in the input string …
6589 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
6590 { # EnvVar represents an environment variable present in a Container.
6592 …E) are expanded using the previous defined environment variables in the container and any route en…
6613 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6634container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6635container is created. If the handler fails, the container is terminated and restarted according to…
6636 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6637 …mand line to execute inside the container, the working directory for the command is root ('/&…
6650 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6659 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6666container is terminated. The container is terminated after the handler completes. The reason for t…
6667 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6668 …mand line to execute inside the container, the working directory for the command is root ('/&…
6681 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6690 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6698container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6700 …es a specific action that should be taken # The action taken to determine the health of a container
6701 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6702 …mand line to execute inside the container, the working directory for the command is root ('/&…
6715 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6724 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6731 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6734 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6736 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
6737container. Exposing a port here gives the system additional information about the network connecti…
6738 { # ContainerPort represents a network port in a single container.
6746container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
6748 …es a specific action that should be taken # The action taken to determine the health of a container
6749 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6750 …mand line to execute inside the container, the working directory for the command is root ('/&…
6763 … accept a name or number. # Name or number of the port to access on the container. Number must be …
6772 … accept a name or number. # Number or name of the port to access on the container. Number must be …
6779 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
6782 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
6784 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
6793 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6796 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
6802container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
6803 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
6804 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
6812 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
6813 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
6814 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
6815container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
6816 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
6817container # The SELinux context to be applied to the container. If unspecified, the container runt…
6818 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
6819 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
6820 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
6821 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
6824 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
6825container runtime should close the stdin channel after it has been opened by a single attach. When…
6826 …ath at which the file to which the container's termination message will be written is mounted…
6827container status message on both success and failure. FallbackToLogsOnError will use the last chun…
6828 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
6829 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
6830 { # volumeDevice describes a mapping of a raw block device within a container.
6831 …ath": "A String", # devicePath is the path inside of the container that the device …
6835 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
6836 { # VolumeMount describes a mounting of a Volume within a container.
6837 …"mountPath": "A String", # Path within the container at which the volume shoul…
6838 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
6841 …th": "A String", # Path within the volume from which the container's volume sh…
6844 … # Container's working directory. If not specified, the container runtime's default will…
6852 { # Volume represents a named volume in a container.
6876 …uot;secretName": "A String", # Name of the secret in the container's namespace…
6891container image, and may also include labels and annotations that should be attached to the Revisi…
6899 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
6926container": { # A single application container. This specifies both the container to run, the…
6927container's environment. If a variable cannot be resolved, the reference in the input string …
6930container's environment. If a variable cannot be resolved, the reference in the input string …
6933 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
6934 { # EnvVar represents an environment variable present in a Container.
6936 …E) are expanded using the previous defined environment variables in the container and any route en…
6957 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
6978container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
6979container is created. If the handler fails, the container is terminated and restarted according to…
6980 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
6981 …mand line to execute inside the container, the working directory for the command is root ('/&…
6994 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7003 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7010container is terminated. The container is terminated after the handler completes. The reason for t…
7011 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7012 …mand line to execute inside the container, the working directory for the command is root ('/&…
7025 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7034 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7042container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7044 …es a specific action that should be taken # The action taken to determine the health of a container
7045 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7046 …mand line to execute inside the container, the working directory for the command is root ('/&…
7059 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7068 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7075 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7078 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7080 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7081container. Exposing a port here gives the system additional information about the network connecti…
7082 { # ContainerPort represents a network port in a single container.
7090container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7092 …es a specific action that should be taken # The action taken to determine the health of a container
7093 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7094 …mand line to execute inside the container, the working directory for the command is root ('/&…
7107 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7116 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7123 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7126 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7128 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
7137 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7140 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7146container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
7147 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
7148 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
7156 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
7157 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
7158 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
7159container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
7160 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
7161container # The SELinux context to be applied to the container. If unspecified, the container runt…
7162 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
7163 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
7164 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
7165 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
7168 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
7169container runtime should close the stdin channel after it has been opened by a single attach. When…
7170 …ath at which the file to which the container's termination message will be written is mounted…
7171container status message on both success and failure. FallbackToLogsOnError will use the last chun…
7172 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
7173 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
7174 { # volumeDevice describes a mapping of a raw block device within a container.
7175 …ath": "A String", # devicePath is the path inside of the container that the device …
7179 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
7180 { # VolumeMount describes a mounting of a Volume within a container.
7181 …"mountPath": "A String", # Path within the container at which the volume shoul…
7182 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
7185 …th": "A String", # Path within the volume from which the container's volume sh…
7188 … # Container's working directory. If not specified, the container runtime's default will…
7190 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
7191container that defines the unit of execution for this Revision. In the context of a Revision, we d…
7192container. This specifies both the container to run, the command to run in the container and the a…
7193container's environment. If a variable cannot be resolved, the reference in the input string …
7196container's environment. If a variable cannot be resolved, the reference in the input string …
7199 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
7200 { # EnvVar represents an environment variable present in a Container.
7202 …E) are expanded using the previous defined environment variables in the container and any route en…
7223 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
7244container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
7245container is created. If the handler fails, the container is terminated and restarted according to…
7246 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7247 …mand line to execute inside the container, the working directory for the command is root ('/&…
7260 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7269 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7276container is terminated. The container is terminated after the handler completes. The reason for t…
7277 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7278 …mand line to execute inside the container, the working directory for the command is root ('/&…
7291 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7300 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7308container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7310 …es a specific action that should be taken # The action taken to determine the health of a container
7311 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7312 …mand line to execute inside the container, the working directory for the command is root ('/&…
7325 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7334 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7341 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7344 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7346 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7347container. Exposing a port here gives the system additional information about the network connecti…
7348 { # ContainerPort represents a network port in a single container.
7356container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7358 …es a specific action that should be taken # The action taken to determine the health of a container
7359 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7360 …mand line to execute inside the container, the working directory for the command is root ('/&…
7373 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7382 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7389 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7392 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7394 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
7403 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7406 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7412container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
7413 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
7414 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
7422 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
7423 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
7424 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
7425container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
7426 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
7427container # The SELinux context to be applied to the container. If unspecified, the container runt…
7428 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
7429 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
7430 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
7431 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
7434 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
7435container runtime should close the stdin channel after it has been opened by a single attach. When…
7436 …ath at which the file to which the container's termination message will be written is mounted…
7437container status message on both success and failure. FallbackToLogsOnError will use the last chun…
7438 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
7439 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
7440 { # volumeDevice describes a mapping of a raw block device within a container.
7441 …ath": "A String", # devicePath is the path inside of the container that the device …
7445 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
7446 { # VolumeMount describes a mounting of a Volume within a container.
7447 …"mountPath": "A String", # Path within the container at which the volume shoul…
7448 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
7451 …th": "A String", # Path within the volume from which the container's volume sh…
7454 … # Container's working directory. If not specified, the container runtime's default will…
7462 { # Volume represents a named volume in a container.
7486 …uot;secretName": "A String", # Name of the secret in the container's namespace…
7500 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
7527container": { # A single application container. This specifies both the container to run, the…
7528container's environment. If a variable cannot be resolved, the reference in the input string …
7531container's environment. If a variable cannot be resolved, the reference in the input string …
7534 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
7535 { # EnvVar represents an environment variable present in a Container.
7537 …E) are expanded using the previous defined environment variables in the container and any route en…
7558 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
7579container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
7580container is created. If the handler fails, the container is terminated and restarted according to…
7581 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7582 …mand line to execute inside the container, the working directory for the command is root ('/&…
7595 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7604 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7611container is terminated. The container is terminated after the handler completes. The reason for t…
7612 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7613 …mand line to execute inside the container, the working directory for the command is root ('/&…
7626 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7635 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7643container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7645 …es a specific action that should be taken # The action taken to determine the health of a container
7646 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7647 …mand line to execute inside the container, the working directory for the command is root ('/&…
7660 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7669 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7676 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7679 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7681 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7682container. Exposing a port here gives the system additional information about the network connecti…
7683 { # ContainerPort represents a network port in a single container.
7691container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7693 …es a specific action that should be taken # The action taken to determine the health of a container
7694 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7695 …mand line to execute inside the container, the working directory for the command is root ('/&…
7708 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7717 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7724 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7727 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7729 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
7738 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7741 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
7747container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
7748 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
7749 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
7757 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
7758 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
7759 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
7760container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
7761 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
7762container # The SELinux context to be applied to the container. If unspecified, the container runt…
7763 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
7764 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
7765 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
7766 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
7769 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
7770container runtime should close the stdin channel after it has been opened by a single attach. When…
7771 …ath at which the file to which the container's termination message will be written is mounted…
7772container status message on both success and failure. FallbackToLogsOnError will use the last chun…
7773 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
7774 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
7775 { # volumeDevice describes a mapping of a raw block device within a container.
7776 …ath": "A String", # devicePath is the path inside of the container that the device …
7780 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
7781 { # VolumeMount describes a mounting of a Volume within a container.
7782 …"mountPath": "A String", # Path within the container at which the volume shoul…
7783 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
7786 …th": "A String", # Path within the volume from which the container's volume sh…
7789 … # Container's working directory. If not specified, the container runtime's default will…
7791 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
7792container that defines the unit of execution for this Revision. In the context of a Revision, we d…
7793container. This specifies both the container to run, the command to run in the container and the a…
7794container's environment. If a variable cannot be resolved, the reference in the input string …
7797container's environment. If a variable cannot be resolved, the reference in the input string …
7800 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
7801 { # EnvVar represents an environment variable present in a Container.
7803 …E) are expanded using the previous defined environment variables in the container and any route en…
7824 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
7845container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
7846container is created. If the handler fails, the container is terminated and restarted according to…
7847 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7848 …mand line to execute inside the container, the working directory for the command is root ('/&…
7861 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7870 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7877container is terminated. The container is terminated after the handler completes. The reason for t…
7878 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7879 …mand line to execute inside the container, the working directory for the command is root ('/&…
7892 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7901 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7909container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7911 …es a specific action that should be taken # The action taken to determine the health of a container
7912 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7913 …mand line to execute inside the container, the working directory for the command is root ('/&…
7926 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7935 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7942 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7945 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7947 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
7948container. Exposing a port here gives the system additional information about the network connecti…
7949 { # ContainerPort represents a network port in a single container.
7957container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
7959 …es a specific action that should be taken # The action taken to determine the health of a container
7960 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
7961 …mand line to execute inside the container, the working directory for the command is root ('/&…
7974 … accept a name or number. # Name or number of the port to access on the container. Number must be …
7983 … accept a name or number. # Number or name of the port to access on the container. Number must be …
7990 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
7993 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
7995 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
8004 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8007 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8013container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
8014 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
8015 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
8023 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
8024 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
8025 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
8026container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
8027 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
8028container # The SELinux context to be applied to the container. If unspecified, the container runt…
8029 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
8030 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
8031 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
8032 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
8035 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
8036container runtime should close the stdin channel after it has been opened by a single attach. When…
8037 …ath at which the file to which the container's termination message will be written is mounted…
8038container status message on both success and failure. FallbackToLogsOnError will use the last chun…
8039 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
8040 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
8041 { # volumeDevice describes a mapping of a raw block device within a container.
8042 …ath": "A String", # devicePath is the path inside of the container that the device …
8046 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
8047 { # VolumeMount describes a mounting of a Volume within a container.
8048 …"mountPath": "A String", # Path within the container at which the volume shoul…
8049 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
8052 …th": "A String", # Path within the volume from which the container's volume sh…
8055 … # Container's working directory. If not specified, the container runtime's default will…
8063 { # Volume represents a named volume in a container.
8087 …uot;secretName": "A String", # Name of the secret in the container's namespace…
8103 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
8130container": { # A single application container. This specifies both the container to run, the…
8131container's environment. If a variable cannot be resolved, the reference in the input string …
8134container's environment. If a variable cannot be resolved, the reference in the input string …
8137 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
8138 { # EnvVar represents an environment variable present in a Container.
8140 …E) are expanded using the previous defined environment variables in the container and any route en…
8161 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
8182container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
8183container is created. If the handler fails, the container is terminated and restarted according to…
8184 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8185 …mand line to execute inside the container, the working directory for the command is root ('/&…
8198 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8207 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8214container is terminated. The container is terminated after the handler completes. The reason for t…
8215 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8216 …mand line to execute inside the container, the working directory for the command is root ('/&…
8229 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8238 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8246container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8248 …es a specific action that should be taken # The action taken to determine the health of a container
8249 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8250 …mand line to execute inside the container, the working directory for the command is root ('/&…
8263 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8272 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8279 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8282 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8284 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
8285container. Exposing a port here gives the system additional information about the network connecti…
8286 { # ContainerPort represents a network port in a single container.
8294container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8296 …es a specific action that should be taken # The action taken to determine the health of a container
8297 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8298 …mand line to execute inside the container, the working directory for the command is root ('/&…
8311 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8320 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8327 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8330 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8332 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
8341 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8344 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8350container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
8351 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
8352 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
8360 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
8361 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
8362 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
8363container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
8364 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
8365container # The SELinux context to be applied to the container. If unspecified, the container runt…
8366 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
8367 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
8368 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
8369 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
8372 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
8373container runtime should close the stdin channel after it has been opened by a single attach. When…
8374 …ath at which the file to which the container's termination message will be written is mounted…
8375container status message on both success and failure. FallbackToLogsOnError will use the last chun…
8376 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
8377 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
8378 { # volumeDevice describes a mapping of a raw block device within a container.
8379 …ath": "A String", # devicePath is the path inside of the container that the device …
8383 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
8384 { # VolumeMount describes a mounting of a Volume within a container.
8385 …"mountPath": "A String", # Path within the container at which the volume shoul…
8386 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
8389 …th": "A String", # Path within the volume from which the container's volume sh…
8392 … # Container's working directory. If not specified, the container runtime's default will…
8394 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
8395container that defines the unit of execution for this Revision. In the context of a Revision, we d…
8396container. This specifies both the container to run, the command to run in the container and the a…
8397container's environment. If a variable cannot be resolved, the reference in the input string …
8400container's environment. If a variable cannot be resolved, the reference in the input string …
8403 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
8404 { # EnvVar represents an environment variable present in a Container.
8406 …E) are expanded using the previous defined environment variables in the container and any route en…
8427 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
8448container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
8449container is created. If the handler fails, the container is terminated and restarted according to…
8450 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8451 …mand line to execute inside the container, the working directory for the command is root ('/&…
8464 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8473 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8480container is terminated. The container is terminated after the handler completes. The reason for t…
8481 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8482 …mand line to execute inside the container, the working directory for the command is root ('/&…
8495 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8504 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8512container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8514 …es a specific action that should be taken # The action taken to determine the health of a container
8515 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8516 …mand line to execute inside the container, the working directory for the command is root ('/&…
8529 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8538 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8545 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8548 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8550 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
8551container. Exposing a port here gives the system additional information about the network connecti…
8552 { # ContainerPort represents a network port in a single container.
8560container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8562 …es a specific action that should be taken # The action taken to determine the health of a container
8563 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8564 …mand line to execute inside the container, the working directory for the command is root ('/&…
8577 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8586 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8593 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
8596 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
8598 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
8607 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8610 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
8616container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
8617 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
8618 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
8626 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
8627 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
8628 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
8629container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
8630 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
8631container # The SELinux context to be applied to the container. If unspecified, the container runt…
8632 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
8633 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
8634 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
8635 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
8638 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
8639container runtime should close the stdin channel after it has been opened by a single attach. When…
8640 …ath at which the file to which the container's termination message will be written is mounted…
8641container status message on both success and failure. FallbackToLogsOnError will use the last chun…
8642 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
8643 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
8644 { # volumeDevice describes a mapping of a raw block device within a container.
8645 …ath": "A String", # devicePath is the path inside of the container that the device …
8649 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
8650 { # VolumeMount describes a mounting of a Volume within a container.
8651 …"mountPath": "A String", # Path within the container at which the volume shoul…
8652 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
8655 …th": "A String", # Path within the volume from which the container's volume sh…
8658 … # Container's working directory. If not specified, the container runtime's default will…
8666 { # Volume represents a named volume in a container.
8690 …"secretName": "A String", # Name of the secret in the container's namespa…
8779 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
8789 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
8821container image, and may also include labels and annotations that should be attached to the Revisi…
8829 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
8856container": { # A single application container. This specifies both the container to run, the…
8857container's environment. If a variable cannot be resolved, the reference in the input string …
8860container's environment. If a variable cannot be resolved, the reference in the input string …
8863 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
8864 { # EnvVar represents an environment variable present in a Container.
8866 …E) are expanded using the previous defined environment variables in the container and any route en…
8887 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
8908container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
8909container is created. If the handler fails, the container is terminated and restarted according to…
8910 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8911 …mand line to execute inside the container, the working directory for the command is root ('/&…
8924 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8933 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8940container is terminated. The container is terminated after the handler completes. The reason for t…
8941 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8942 …mand line to execute inside the container, the working directory for the command is root ('/&…
8955 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8964 … accept a name or number. # Number or name of the port to access on the container. Number must be …
8972container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
8974 …es a specific action that should be taken # The action taken to determine the health of a container
8975 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
8976 …mand line to execute inside the container, the working directory for the command is root ('/&…
8989 … accept a name or number. # Name or number of the port to access on the container. Number must be …
8998 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9005 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9008 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9010 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9011container. Exposing a port here gives the system additional information about the network connecti…
9012 { # ContainerPort represents a network port in a single container.
9020container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9022 …es a specific action that should be taken # The action taken to determine the health of a container
9023 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9024 …mand line to execute inside the container, the working directory for the command is root ('/&…
9037 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9046 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9053 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9056 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9058 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9067 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9070 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9076container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9077 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9078 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9086 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9087 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9088 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9089container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9090 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9091container # The SELinux context to be applied to the container. If unspecified, the container runt…
9092 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9093 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9094 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9095 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9098 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9099container runtime should close the stdin channel after it has been opened by a single attach. When…
9100 …ath at which the file to which the container's termination message will be written is mounted…
9101container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9102 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9103 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9104 { # volumeDevice describes a mapping of a raw block device within a container.
9105 …ath": "A String", # devicePath is the path inside of the container that the device …
9109 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9110 { # VolumeMount describes a mounting of a Volume within a container.
9111 …"mountPath": "A String", # Path within the container at which the volume shoul…
9112 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9115 …th": "A String", # Path within the volume from which the container's volume sh…
9118 … # Container's working directory. If not specified, the container runtime's default will…
9120 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
9121container that defines the unit of execution for this Revision. In the context of a Revision, we d…
9122container. This specifies both the container to run, the command to run in the container and the a…
9123container's environment. If a variable cannot be resolved, the reference in the input string …
9126container's environment. If a variable cannot be resolved, the reference in the input string …
9129 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
9130 { # EnvVar represents an environment variable present in a Container.
9132 …E) are expanded using the previous defined environment variables in the container and any route en…
9153 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
9174container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
9175container is created. If the handler fails, the container is terminated and restarted according to…
9176 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9177 …mand line to execute inside the container, the working directory for the command is root ('/&…
9190 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9199 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9206container is terminated. The container is terminated after the handler completes. The reason for t…
9207 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9208 …mand line to execute inside the container, the working directory for the command is root ('/&…
9221 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9230 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9238container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9240 …es a specific action that should be taken # The action taken to determine the health of a container
9241 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9242 …mand line to execute inside the container, the working directory for the command is root ('/&…
9255 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9264 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9271 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9274 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9276 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9277container. Exposing a port here gives the system additional information about the network connecti…
9278 { # ContainerPort represents a network port in a single container.
9286container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9288 …es a specific action that should be taken # The action taken to determine the health of a container
9289 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9290 …mand line to execute inside the container, the working directory for the command is root ('/&…
9303 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9312 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9319 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9322 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9324 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9333 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9336 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9342container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9343 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9344 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9352 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9353 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9354 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9355container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9356 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9357container # The SELinux context to be applied to the container. If unspecified, the container runt…
9358 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9359 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9360 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9361 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9364 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9365container runtime should close the stdin channel after it has been opened by a single attach. When…
9366 …ath at which the file to which the container's termination message will be written is mounted…
9367container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9368 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9369 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9370 { # volumeDevice describes a mapping of a raw block device within a container.
9371 …ath": "A String", # devicePath is the path inside of the container that the device …
9375 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9376 { # VolumeMount describes a mounting of a Volume within a container.
9377 …"mountPath": "A String", # Path within the container at which the volume shoul…
9378 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9381 …th": "A String", # Path within the volume from which the container's volume sh…
9384 … # Container's working directory. If not specified, the container runtime's default will…
9392 { # Volume represents a named volume in a container.
9416 …uot;secretName": "A String", # Name of the secret in the container's namespace…
9430 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
9457container": { # A single application container. This specifies both the container to run, the…
9458container's environment. If a variable cannot be resolved, the reference in the input string …
9461container's environment. If a variable cannot be resolved, the reference in the input string …
9464 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
9465 { # EnvVar represents an environment variable present in a Container.
9467 …E) are expanded using the previous defined environment variables in the container and any route en…
9488 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
9509container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
9510container is created. If the handler fails, the container is terminated and restarted according to…
9511 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9512 …mand line to execute inside the container, the working directory for the command is root ('/&…
9525 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9534 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9541container is terminated. The container is terminated after the handler completes. The reason for t…
9542 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9543 …mand line to execute inside the container, the working directory for the command is root ('/&…
9556 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9565 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9573container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9575 …es a specific action that should be taken # The action taken to determine the health of a container
9576 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9577 …mand line to execute inside the container, the working directory for the command is root ('/&…
9590 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9599 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9606 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9609 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9611 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9612container. Exposing a port here gives the system additional information about the network connecti…
9613 { # ContainerPort represents a network port in a single container.
9621container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9623 …es a specific action that should be taken # The action taken to determine the health of a container
9624 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9625 …mand line to execute inside the container, the working directory for the command is root ('/&…
9638 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9647 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9654 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9657 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9659 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9668 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9671 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9677container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9678 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9679 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9687 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9688 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9689 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9690container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9691 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9692container # The SELinux context to be applied to the container. If unspecified, the container runt…
9693 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9694 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9695 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9696 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9699 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9700container runtime should close the stdin channel after it has been opened by a single attach. When…
9701 …ath at which the file to which the container's termination message will be written is mounted…
9702container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9703 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9704 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9705 { # volumeDevice describes a mapping of a raw block device within a container.
9706 …ath": "A String", # devicePath is the path inside of the container that the device …
9710 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9711 { # VolumeMount describes a mounting of a Volume within a container.
9712 …"mountPath": "A String", # Path within the container at which the volume shoul…
9713 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9716 …th": "A String", # Path within the volume from which the container's volume sh…
9719 … # Container's working directory. If not specified, the container runtime's default will…
9721 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
9722container that defines the unit of execution for this Revision. In the context of a Revision, we d…
9723container. This specifies both the container to run, the command to run in the container and the a…
9724container's environment. If a variable cannot be resolved, the reference in the input string …
9727container's environment. If a variable cannot be resolved, the reference in the input string …
9730 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
9731 { # EnvVar represents an environment variable present in a Container.
9733 …E) are expanded using the previous defined environment variables in the container and any route en…
9754 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
9775container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
9776container is created. If the handler fails, the container is terminated and restarted according to…
9777 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9778 …mand line to execute inside the container, the working directory for the command is root ('/&…
9791 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9800 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9807container is terminated. The container is terminated after the handler completes. The reason for t…
9808 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9809 …mand line to execute inside the container, the working directory for the command is root ('/&…
9822 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9831 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9839container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9841 …es a specific action that should be taken # The action taken to determine the health of a container
9842 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9843 …mand line to execute inside the container, the working directory for the command is root ('/&…
9856 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9865 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9872 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9875 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9877 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
9878container. Exposing a port here gives the system additional information about the network connecti…
9879 { # ContainerPort represents a network port in a single container.
9887container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
9889 …es a specific action that should be taken # The action taken to determine the health of a container
9890 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
9891 …mand line to execute inside the container, the working directory for the command is root ('/&…
9904 … accept a name or number. # Name or number of the port to access on the container. Number must be …
9913 … accept a name or number. # Number or name of the port to access on the container. Number must be …
9920 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
9923 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
9925 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
9934 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9937 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
9943container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
9944 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
9945 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
9953 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
9954 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
9955 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
9956container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
9957 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
9958container # The SELinux context to be applied to the container. If unspecified, the container runt…
9959 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
9960 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
9961 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
9962 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
9965 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
9966container runtime should close the stdin channel after it has been opened by a single attach. When…
9967 …ath at which the file to which the container's termination message will be written is mounted…
9968container status message on both success and failure. FallbackToLogsOnError will use the last chun…
9969 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
9970 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
9971 { # volumeDevice describes a mapping of a raw block device within a container.
9972 …ath": "A String", # devicePath is the path inside of the container that the device …
9976 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
9977 { # VolumeMount describes a mounting of a Volume within a container.
9978 …"mountPath": "A String", # Path within the container at which the volume shoul…
9979 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
9982 …th": "A String", # Path within the volume from which the container's volume sh…
9985 … # Container's working directory. If not specified, the container runtime's default will…
9993 { # Volume represents a named volume in a container.
10017 …uot;secretName": "A String", # Name of the secret in the container's namespace…
10029container image, and may also include labels and annotations that should be attached to the Revisi…
10037 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
10064container": { # A single application container. This specifies both the container to run, the…
10065container's environment. If a variable cannot be resolved, the reference in the input string …
10068container's environment. If a variable cannot be resolved, the reference in the input string …
10071 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10072 { # EnvVar represents an environment variable present in a Container.
10074 …E) are expanded using the previous defined environment variables in the container and any route en…
10095 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10116container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10117container is created. If the handler fails, the container is terminated and restarted according to…
10118 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10119 …mand line to execute inside the container, the working directory for the command is root ('/&…
10132 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10141 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10148container is terminated. The container is terminated after the handler completes. The reason for t…
10149 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10150 …mand line to execute inside the container, the working directory for the command is root ('/&…
10163 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10172 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10180container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10182 …es a specific action that should be taken # The action taken to determine the health of a container
10183 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10184 …mand line to execute inside the container, the working directory for the command is root ('/&…
10197 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10206 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10213 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10216 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10218 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
10219container. Exposing a port here gives the system additional information about the network connecti…
10220 { # ContainerPort represents a network port in a single container.
10228container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10230 …es a specific action that should be taken # The action taken to determine the health of a container
10231 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10232 …mand line to execute inside the container, the working directory for the command is root ('/&…
10245 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10254 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10261 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10264 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10266 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
10275 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10278 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10284container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
10285 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
10286 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
10294 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
10295 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
10296 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
10297container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
10298 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
10299container # The SELinux context to be applied to the container. If unspecified, the container runt…
10300 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
10301 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
10302 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
10303 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
10306 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
10307container runtime should close the stdin channel after it has been opened by a single attach. When…
10308 …ath at which the file to which the container's termination message will be written is mounted…
10309container status message on both success and failure. FallbackToLogsOnError will use the last chun…
10310 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
10311 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
10312 { # volumeDevice describes a mapping of a raw block device within a container.
10313 …ath": "A String", # devicePath is the path inside of the container that the device …
10317 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
10318 { # VolumeMount describes a mounting of a Volume within a container.
10319 …"mountPath": "A String", # Path within the container at which the volume shoul…
10320 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
10323 …th": "A String", # Path within the volume from which the container's volume sh…
10326 … # Container's working directory. If not specified, the container runtime's default will…
10328 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
10329container that defines the unit of execution for this Revision. In the context of a Revision, we d…
10330container. This specifies both the container to run, the command to run in the container and the a…
10331container's environment. If a variable cannot be resolved, the reference in the input string …
10334container's environment. If a variable cannot be resolved, the reference in the input string …
10337 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10338 { # EnvVar represents an environment variable present in a Container.
10340 …E) are expanded using the previous defined environment variables in the container and any route en…
10361 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10382container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10383container is created. If the handler fails, the container is terminated and restarted according to…
10384 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10385 …mand line to execute inside the container, the working directory for the command is root ('/&…
10398 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10407 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10414container is terminated. The container is terminated after the handler completes. The reason for t…
10415 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10416 …mand line to execute inside the container, the working directory for the command is root ('/&…
10429 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10438 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10446container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10448 …es a specific action that should be taken # The action taken to determine the health of a container
10449 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10450 …mand line to execute inside the container, the working directory for the command is root ('/&…
10463 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10472 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10479 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10482 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10484 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
10485container. Exposing a port here gives the system additional information about the network connecti…
10486 { # ContainerPort represents a network port in a single container.
10494container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10496 …es a specific action that should be taken # The action taken to determine the health of a container
10497 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10498 …mand line to execute inside the container, the working directory for the command is root ('/&…
10511 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10520 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10527 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10530 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10532 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
10541 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10544 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10550container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
10551 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
10552 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
10560 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
10561 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
10562 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
10563container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
10564 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
10565container # The SELinux context to be applied to the container. If unspecified, the container runt…
10566 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
10567 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
10568 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
10569 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
10572 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
10573container runtime should close the stdin channel after it has been opened by a single attach. When…
10574 …ath at which the file to which the container's termination message will be written is mounted…
10575container status message on both success and failure. FallbackToLogsOnError will use the last chun…
10576 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
10577 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
10578 { # volumeDevice describes a mapping of a raw block device within a container.
10579 …ath": "A String", # devicePath is the path inside of the container that the device …
10583 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
10584 { # VolumeMount describes a mounting of a Volume within a container.
10585 …"mountPath": "A String", # Path within the container at which the volume shoul…
10586 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
10589 …th": "A String", # Path within the volume from which the container's volume sh…
10592 … # Container's working directory. If not specified, the container runtime's default will…
10600 { # Volume represents a named volume in a container.
10624 …uot;secretName": "A String", # Name of the secret in the container's namespace…
10638 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
10665container": { # A single application container. This specifies both the container to run, the…
10666container's environment. If a variable cannot be resolved, the reference in the input string …
10669container's environment. If a variable cannot be resolved, the reference in the input string …
10672 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10673 { # EnvVar represents an environment variable present in a Container.
10675 …E) are expanded using the previous defined environment variables in the container and any route en…
10696 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10717container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10718container is created. If the handler fails, the container is terminated and restarted according to…
10719 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10720 …mand line to execute inside the container, the working directory for the command is root ('/&…
10733 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10742 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10749container is terminated. The container is terminated after the handler completes. The reason for t…
10750 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10751 …mand line to execute inside the container, the working directory for the command is root ('/&…
10764 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10773 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10781container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10783 …es a specific action that should be taken # The action taken to determine the health of a container
10784 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10785 …mand line to execute inside the container, the working directory for the command is root ('/&…
10798 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10807 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10814 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10817 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10819 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
10820container. Exposing a port here gives the system additional information about the network connecti…
10821 { # ContainerPort represents a network port in a single container.
10829container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
10831 …es a specific action that should be taken # The action taken to determine the health of a container
10832 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10833 …mand line to execute inside the container, the working directory for the command is root ('/&…
10846 … accept a name or number. # Name or number of the port to access on the container. Number must be …
10855 … accept a name or number. # Number or name of the port to access on the container. Number must be …
10862 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
10865 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
10867 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
10876 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10879 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
10885container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
10886 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
10887 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
10895 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
10896 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
10897 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
10898container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
10899 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
10900container # The SELinux context to be applied to the container. If unspecified, the container runt…
10901 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
10902 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
10903 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
10904 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
10907 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
10908container runtime should close the stdin channel after it has been opened by a single attach. When…
10909 …ath at which the file to which the container's termination message will be written is mounted…
10910container status message on both success and failure. FallbackToLogsOnError will use the last chun…
10911 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
10912 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
10913 { # volumeDevice describes a mapping of a raw block device within a container.
10914 …ath": "A String", # devicePath is the path inside of the container that the device …
10918 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
10919 { # VolumeMount describes a mounting of a Volume within a container.
10920 …"mountPath": "A String", # Path within the container at which the volume shoul…
10921 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
10924 …th": "A String", # Path within the volume from which the container's volume sh…
10927 … # Container's working directory. If not specified, the container runtime's default will…
10929 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
10930container that defines the unit of execution for this Revision. In the context of a Revision, we d…
10931container. This specifies both the container to run, the command to run in the container and the a…
10932container's environment. If a variable cannot be resolved, the reference in the input string …
10935container's environment. If a variable cannot be resolved, the reference in the input string …
10938 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
10939 { # EnvVar represents an environment variable present in a Container.
10941 …E) are expanded using the previous defined environment variables in the container and any route en…
10962 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
10983container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
10984container is created. If the handler fails, the container is terminated and restarted according to…
10985 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
10986 …mand line to execute inside the container, the working directory for the command is root ('/&…
10999 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11008 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11015container is terminated. The container is terminated after the handler completes. The reason for t…
11016 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11017 …mand line to execute inside the container, the working directory for the command is root ('/&…
11030 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11039 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11047container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11049 …es a specific action that should be taken # The action taken to determine the health of a container
11050 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11051 …mand line to execute inside the container, the working directory for the command is root ('/&…
11064 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11073 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11080 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11083 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11085 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
11086container. Exposing a port here gives the system additional information about the network connecti…
11087 { # ContainerPort represents a network port in a single container.
11095container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11097 …es a specific action that should be taken # The action taken to determine the health of a container
11098 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11099 …mand line to execute inside the container, the working directory for the command is root ('/&…
11112 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11121 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11128 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11131 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11133 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
11142 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11145 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11151container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
11152 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
11153 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
11161 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
11162 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
11163 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
11164container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
11165 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
11166container # The SELinux context to be applied to the container. If unspecified, the container runt…
11167 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
11168 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
11169 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
11170 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
11173 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
11174container runtime should close the stdin channel after it has been opened by a single attach. When…
11175 …ath at which the file to which the container's termination message will be written is mounted…
11176container status message on both success and failure. FallbackToLogsOnError will use the last chun…
11177 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
11178 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
11179 { # volumeDevice describes a mapping of a raw block device within a container.
11180 …ath": "A String", # devicePath is the path inside of the container that the device …
11184 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
11185 { # VolumeMount describes a mounting of a Volume within a container.
11186 …"mountPath": "A String", # Path within the container at which the volume shoul…
11187 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
11190 …th": "A String", # Path within the volume from which the container's volume sh…
11193 … # Container's working directory. If not specified, the container runtime's default will…
11201 { # Volume represents a named volume in a container.
11225 …uot;secretName": "A String", # Name of the secret in the container's namespace…
11240container image, and may also include labels and annotations that should be attached to the Revisi…
11248 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
11275container": { # A single application container. This specifies both the container to run, the…
11276container's environment. If a variable cannot be resolved, the reference in the input string …
11279container's environment. If a variable cannot be resolved, the reference in the input string …
11282 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
11283 { # EnvVar represents an environment variable present in a Container.
11285 …E) are expanded using the previous defined environment variables in the container and any route en…
11306 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
11327container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
11328container is created. If the handler fails, the container is terminated and restarted according to…
11329 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11330 …mand line to execute inside the container, the working directory for the command is root ('/&…
11343 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11352 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11359container is terminated. The container is terminated after the handler completes. The reason for t…
11360 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11361 …mand line to execute inside the container, the working directory for the command is root ('/&…
11374 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11383 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11391container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11393 …es a specific action that should be taken # The action taken to determine the health of a container
11394 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11395 …mand line to execute inside the container, the working directory for the command is root ('/&…
11408 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11417 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11424 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11427 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11429 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
11430container. Exposing a port here gives the system additional information about the network connecti…
11431 { # ContainerPort represents a network port in a single container.
11439container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11441 …es a specific action that should be taken # The action taken to determine the health of a container
11442 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11443 …mand line to execute inside the container, the working directory for the command is root ('/&…
11456 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11465 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11472 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11475 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11477 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
11486 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11489 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11495container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
11496 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
11497 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
11505 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
11506 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
11507 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
11508container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
11509 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
11510container # The SELinux context to be applied to the container. If unspecified, the container runt…
11511 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
11512 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
11513 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
11514 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
11517 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
11518container runtime should close the stdin channel after it has been opened by a single attach. When…
11519 …ath at which the file to which the container's termination message will be written is mounted…
11520container status message on both success and failure. FallbackToLogsOnError will use the last chun…
11521 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
11522 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
11523 { # volumeDevice describes a mapping of a raw block device within a container.
11524 …ath": "A String", # devicePath is the path inside of the container that the device …
11528 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
11529 { # VolumeMount describes a mounting of a Volume within a container.
11530 …"mountPath": "A String", # Path within the container at which the volume shoul…
11531 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
11534 …th": "A String", # Path within the volume from which the container's volume sh…
11537 … # Container's working directory. If not specified, the container runtime's default will…
11539 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
11540container that defines the unit of execution for this Revision. In the context of a Revision, we d…
11541container. This specifies both the container to run, the command to run in the container and the a…
11542container's environment. If a variable cannot be resolved, the reference in the input string …
11545container's environment. If a variable cannot be resolved, the reference in the input string …
11548 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
11549 { # EnvVar represents an environment variable present in a Container.
11551 …E) are expanded using the previous defined environment variables in the container and any route en…
11572 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
11593container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
11594container is created. If the handler fails, the container is terminated and restarted according to…
11595 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11596 …mand line to execute inside the container, the working directory for the command is root ('/&…
11609 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11618 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11625container is terminated. The container is terminated after the handler completes. The reason for t…
11626 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11627 …mand line to execute inside the container, the working directory for the command is root ('/&…
11640 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11649 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11657container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11659 …es a specific action that should be taken # The action taken to determine the health of a container
11660 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11661 …mand line to execute inside the container, the working directory for the command is root ('/&…
11674 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11683 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11690 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11693 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11695 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
11696container. Exposing a port here gives the system additional information about the network connecti…
11697 { # ContainerPort represents a network port in a single container.
11705container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11707 …es a specific action that should be taken # The action taken to determine the health of a container
11708 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11709 …mand line to execute inside the container, the working directory for the command is root ('/&…
11722 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11731 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11738 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
11741 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
11743 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
11752 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11755 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
11761container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
11762 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
11763 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
11771 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
11772 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
11773 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
11774container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
11775 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
11776container # The SELinux context to be applied to the container. If unspecified, the container runt…
11777 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
11778 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
11779 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
11780 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
11783 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
11784container runtime should close the stdin channel after it has been opened by a single attach. When…
11785 …ath at which the file to which the container's termination message will be written is mounted…
11786container status message on both success and failure. FallbackToLogsOnError will use the last chun…
11787 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
11788 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
11789 { # volumeDevice describes a mapping of a raw block device within a container.
11790 …ath": "A String", # devicePath is the path inside of the container that the device …
11794 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
11795 { # VolumeMount describes a mounting of a Volume within a container.
11796 …"mountPath": "A String", # Path within the container at which the volume shoul…
11797 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
11800 …th": "A String", # Path within the volume from which the container's volume sh…
11803 … # Container's working directory. If not specified, the container runtime's default will…
11811 { # Volume represents a named volume in a container.
11835 …uot;secretName": "A String", # Name of the secret in the container's namespace…
11849 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
11876container": { # A single application container. This specifies both the container to run, the…
11877container's environment. If a variable cannot be resolved, the reference in the input string …
11880container's environment. If a variable cannot be resolved, the reference in the input string …
11883 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
11884 { # EnvVar represents an environment variable present in a Container.
11886 …E) are expanded using the previous defined environment variables in the container and any route en…
11907 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
11928container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
11929container is created. If the handler fails, the container is terminated and restarted according to…
11930 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11931 …mand line to execute inside the container, the working directory for the command is root ('/&…
11944 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11953 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11960container is terminated. The container is terminated after the handler completes. The reason for t…
11961 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11962 …mand line to execute inside the container, the working directory for the command is root ('/&…
11975 … accept a name or number. # Name or number of the port to access on the container. Number must be …
11984 … accept a name or number. # Number or name of the port to access on the container. Number must be …
11992container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
11994 …es a specific action that should be taken # The action taken to determine the health of a container
11995 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
11996 …mand line to execute inside the container, the working directory for the command is root ('/&…
12009 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12018 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12025 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12028 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12030 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12031container. Exposing a port here gives the system additional information about the network connecti…
12032 { # ContainerPort represents a network port in a single container.
12040container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12042 …es a specific action that should be taken # The action taken to determine the health of a container
12043 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12044 …mand line to execute inside the container, the working directory for the command is root ('/&…
12057 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12066 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12073 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12076 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12078 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12087 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12090 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12096container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12097 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12098 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12106 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12107 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12108 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12109container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12110 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12111container # The SELinux context to be applied to the container. If unspecified, the container runt…
12112 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12113 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12114 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12115 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12118 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12119container runtime should close the stdin channel after it has been opened by a single attach. When…
12120 …ath at which the file to which the container's termination message will be written is mounted…
12121container status message on both success and failure. FallbackToLogsOnError will use the last chun…
12122 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
12123 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
12124 { # volumeDevice describes a mapping of a raw block device within a container.
12125 …ath": "A String", # devicePath is the path inside of the container that the device …
12129 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
12130 { # VolumeMount describes a mounting of a Volume within a container.
12131 …"mountPath": "A String", # Path within the container at which the volume shoul…
12132 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
12135 …th": "A String", # Path within the volume from which the container's volume sh…
12138 … # Container's working directory. If not specified, the container runtime's default will…
12140 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
12141container that defines the unit of execution for this Revision. In the context of a Revision, we d…
12142container. This specifies both the container to run, the command to run in the container and the a…
12143container's environment. If a variable cannot be resolved, the reference in the input string …
12146container's environment. If a variable cannot be resolved, the reference in the input string …
12149 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
12150 { # EnvVar represents an environment variable present in a Container.
12152 …E) are expanded using the previous defined environment variables in the container and any route en…
12173 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
12194container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
12195container is created. If the handler fails, the container is terminated and restarted according to…
12196 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12197 …mand line to execute inside the container, the working directory for the command is root ('/&…
12210 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12219 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12226container is terminated. The container is terminated after the handler completes. The reason for t…
12227 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12228 …mand line to execute inside the container, the working directory for the command is root ('/&…
12241 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12250 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12258container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12260 …es a specific action that should be taken # The action taken to determine the health of a container
12261 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12262 …mand line to execute inside the container, the working directory for the command is root ('/&…
12275 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12284 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12291 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12294 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12296 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12297container. Exposing a port here gives the system additional information about the network connecti…
12298 { # ContainerPort represents a network port in a single container.
12306container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12308 …es a specific action that should be taken # The action taken to determine the health of a container
12309 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12310 …mand line to execute inside the container, the working directory for the command is root ('/&…
12323 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12332 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12339 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12342 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12344 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12353 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12356 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12362container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12363 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12364 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12372 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12373 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12374 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12375container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12376 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12377container # The SELinux context to be applied to the container. If unspecified, the container runt…
12378 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12379 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12380 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12381 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12384 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12385container runtime should close the stdin channel after it has been opened by a single attach. When…
12386 …ath at which the file to which the container's termination message will be written is mounted…
12387container status message on both success and failure. FallbackToLogsOnError will use the last chun…
12388 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
12389 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
12390 { # volumeDevice describes a mapping of a raw block device within a container.
12391 …ath": "A String", # devicePath is the path inside of the container that the device …
12395 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
12396 { # VolumeMount describes a mounting of a Volume within a container.
12397 …"mountPath": "A String", # Path within the container at which the volume shoul…
12398 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
12401 …th": "A String", # Path within the volume from which the container's volume sh…
12404 … # Container's working directory. If not specified, the container runtime's default will…
12412 { # Volume represents a named volume in a container.
12436 …uot;secretName": "A String", # Name of the secret in the container's namespace…
12452 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
12479container": { # A single application container. This specifies both the container to run, the…
12480container's environment. If a variable cannot be resolved, the reference in the input string …
12483container's environment. If a variable cannot be resolved, the reference in the input string …
12486 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
12487 { # EnvVar represents an environment variable present in a Container.
12489 …E) are expanded using the previous defined environment variables in the container and any route en…
12510 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
12531container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
12532container is created. If the handler fails, the container is terminated and restarted according to…
12533 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12534 …mand line to execute inside the container, the working directory for the command is root ('/&…
12547 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12556 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12563container is terminated. The container is terminated after the handler completes. The reason for t…
12564 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12565 …mand line to execute inside the container, the working directory for the command is root ('/&…
12578 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12587 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12595container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12597 …es a specific action that should be taken # The action taken to determine the health of a container
12598 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12599 …mand line to execute inside the container, the working directory for the command is root ('/&…
12612 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12621 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12628 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12631 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12633 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12634container. Exposing a port here gives the system additional information about the network connecti…
12635 { # ContainerPort represents a network port in a single container.
12643container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12645 …es a specific action that should be taken # The action taken to determine the health of a container
12646 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12647 …mand line to execute inside the container, the working directory for the command is root ('/&…
12660 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12669 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12676 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12679 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12681 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12690 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12693 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12699container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12700 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12701 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12709 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12710 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12711 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12712container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12713 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12714container # The SELinux context to be applied to the container. If unspecified, the container runt…
12715 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12716 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12717 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12718 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12721 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12722container runtime should close the stdin channel after it has been opened by a single attach. When…
12723 …ath at which the file to which the container's termination message will be written is mounted…
12724container status message on both success and failure. FallbackToLogsOnError will use the last chun…
12725 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
12726 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
12727 { # volumeDevice describes a mapping of a raw block device within a container.
12728 …ath": "A String", # devicePath is the path inside of the container that the device …
12732 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
12733 { # VolumeMount describes a mounting of a Volume within a container.
12734 …"mountPath": "A String", # Path within the container at which the volume shoul…
12735 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
12738 …th": "A String", # Path within the volume from which the container's volume sh…
12741 … # Container's working directory. If not specified, the container runtime's default will…
12743 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
12744container that defines the unit of execution for this Revision. In the context of a Revision, we d…
12745container. This specifies both the container to run, the command to run in the container and the a…
12746container's environment. If a variable cannot be resolved, the reference in the input string …
12749container's environment. If a variable cannot be resolved, the reference in the input string …
12752 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
12753 { # EnvVar represents an environment variable present in a Container.
12755 …E) are expanded using the previous defined environment variables in the container and any route en…
12776 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
12797container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
12798container is created. If the handler fails, the container is terminated and restarted according to…
12799 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12800 …mand line to execute inside the container, the working directory for the command is root ('/&…
12813 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12822 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12829container is terminated. The container is terminated after the handler completes. The reason for t…
12830 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12831 …mand line to execute inside the container, the working directory for the command is root ('/&…
12844 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12853 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12861container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12863 …es a specific action that should be taken # The action taken to determine the health of a container
12864 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12865 …mand line to execute inside the container, the working directory for the command is root ('/&…
12878 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12887 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12894 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12897 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12899 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
12900container. Exposing a port here gives the system additional information about the network connecti…
12901 { # ContainerPort represents a network port in a single container.
12909container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
12911 …es a specific action that should be taken # The action taken to determine the health of a container
12912 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
12913 …mand line to execute inside the container, the working directory for the command is root ('/&…
12926 … accept a name or number. # Name or number of the port to access on the container. Number must be …
12935 … accept a name or number. # Number or name of the port to access on the container. Number must be …
12942 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
12945 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
12947 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
12956 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12959 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
12965container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
12966 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
12967 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
12975 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
12976 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
12977 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
12978container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
12979 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
12980container # The SELinux context to be applied to the container. If unspecified, the container runt…
12981 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
12982 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
12983 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
12984 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
12987 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
12988container runtime should close the stdin channel after it has been opened by a single attach. When…
12989 …ath at which the file to which the container's termination message will be written is mounted…
12990container status message on both success and failure. FallbackToLogsOnError will use the last chun…
12991 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
12992 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
12993 { # volumeDevice describes a mapping of a raw block device within a container.
12994 …ath": "A String", # devicePath is the path inside of the container that the device …
12998 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
12999 { # VolumeMount describes a mounting of a Volume within a container.
13000 …"mountPath": "A String", # Path within the container at which the volume shoul…
13001 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
13004 …th": "A String", # Path within the volume from which the container's volume sh…
13007 … # Container's working directory. If not specified, the container runtime's default will…
13015 { # Volume represents a named volume in a container.
13039 …"secretName": "A String", # Name of the secret in the container's namespa…
13116 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
13126 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
13158container image, and may also include labels and annotations that should be attached to the Revisi…
13166 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
13193container": { # A single application container. This specifies both the container to run, the…
13194container's environment. If a variable cannot be resolved, the reference in the input string …
13197container's environment. If a variable cannot be resolved, the reference in the input string …
13200 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
13201 { # EnvVar represents an environment variable present in a Container.
13203 …E) are expanded using the previous defined environment variables in the container and any route en…
13224 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
13245container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
13246container is created. If the handler fails, the container is terminated and restarted according to…
13247 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13248 …mand line to execute inside the container, the working directory for the command is root ('/&…
13261 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13270 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13277container is terminated. The container is terminated after the handler completes. The reason for t…
13278 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13279 …mand line to execute inside the container, the working directory for the command is root ('/&…
13292 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13301 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13309container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13311 …es a specific action that should be taken # The action taken to determine the health of a container
13312 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13313 …mand line to execute inside the container, the working directory for the command is root ('/&…
13326 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13335 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13342 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13345 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13347 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
13348container. Exposing a port here gives the system additional information about the network connecti…
13349 { # ContainerPort represents a network port in a single container.
13357container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13359 …es a specific action that should be taken # The action taken to determine the health of a container
13360 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13361 …mand line to execute inside the container, the working directory for the command is root ('/&…
13374 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13383 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13390 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13393 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13395 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
13404 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13407 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13413container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
13414 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
13415 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
13423 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
13424 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
13425 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
13426container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
13427 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
13428container # The SELinux context to be applied to the container. If unspecified, the container runt…
13429 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
13430 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
13431 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
13432 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
13435 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
13436container runtime should close the stdin channel after it has been opened by a single attach. When…
13437 …ath at which the file to which the container's termination message will be written is mounted…
13438container status message on both success and failure. FallbackToLogsOnError will use the last chun…
13439 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
13440 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
13441 { # volumeDevice describes a mapping of a raw block device within a container.
13442 …ath": "A String", # devicePath is the path inside of the container that the device …
13446 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
13447 { # VolumeMount describes a mounting of a Volume within a container.
13448 …"mountPath": "A String", # Path within the container at which the volume shoul…
13449 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
13452 …th": "A String", # Path within the volume from which the container's volume sh…
13455 … # Container's working directory. If not specified, the container runtime's default will…
13457 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
13458container that defines the unit of execution for this Revision. In the context of a Revision, we d…
13459container. This specifies both the container to run, the command to run in the container and the a…
13460container's environment. If a variable cannot be resolved, the reference in the input string …
13463container's environment. If a variable cannot be resolved, the reference in the input string …
13466 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
13467 { # EnvVar represents an environment variable present in a Container.
13469 …E) are expanded using the previous defined environment variables in the container and any route en…
13490 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
13511container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
13512container is created. If the handler fails, the container is terminated and restarted according to…
13513 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13514 …mand line to execute inside the container, the working directory for the command is root ('/&…
13527 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13536 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13543container is terminated. The container is terminated after the handler completes. The reason for t…
13544 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13545 …mand line to execute inside the container, the working directory for the command is root ('/&…
13558 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13567 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13575container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13577 …es a specific action that should be taken # The action taken to determine the health of a container
13578 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13579 …mand line to execute inside the container, the working directory for the command is root ('/&…
13592 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13601 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13608 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13611 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13613 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
13614container. Exposing a port here gives the system additional information about the network connecti…
13615 { # ContainerPort represents a network port in a single container.
13623container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13625 …es a specific action that should be taken # The action taken to determine the health of a container
13626 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13627 …mand line to execute inside the container, the working directory for the command is root ('/&…
13640 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13649 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13656 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13659 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13661 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
13670 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13673 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
13679container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
13680 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
13681 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
13689 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
13690 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
13691 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
13692container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
13693 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
13694container # The SELinux context to be applied to the container. If unspecified, the container runt…
13695 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
13696 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
13697 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
13698 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
13701 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
13702container runtime should close the stdin channel after it has been opened by a single attach. When…
13703 …ath at which the file to which the container's termination message will be written is mounted…
13704container status message on both success and failure. FallbackToLogsOnError will use the last chun…
13705 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
13706 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
13707 { # volumeDevice describes a mapping of a raw block device within a container.
13708 …ath": "A String", # devicePath is the path inside of the container that the device …
13712 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
13713 { # VolumeMount describes a mounting of a Volume within a container.
13714 …"mountPath": "A String", # Path within the container at which the volume shoul…
13715 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
13718 …th": "A String", # Path within the volume from which the container's volume sh…
13721 … # Container's working directory. If not specified, the container runtime's default will…
13729 { # Volume represents a named volume in a container.
13753 …uot;secretName": "A String", # Name of the secret in the container's namespace…
13767 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
13794container": { # A single application container. This specifies both the container to run, the…
13795container's environment. If a variable cannot be resolved, the reference in the input string …
13798container's environment. If a variable cannot be resolved, the reference in the input string …
13801 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
13802 { # EnvVar represents an environment variable present in a Container.
13804 …E) are expanded using the previous defined environment variables in the container and any route en…
13825 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
13846container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
13847container is created. If the handler fails, the container is terminated and restarted according to…
13848 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13849 …mand line to execute inside the container, the working directory for the command is root ('/&…
13862 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13871 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13878container is terminated. The container is terminated after the handler completes. The reason for t…
13879 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13880 …mand line to execute inside the container, the working directory for the command is root ('/&…
13893 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13902 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13910container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13912 …es a specific action that should be taken # The action taken to determine the health of a container
13913 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13914 …mand line to execute inside the container, the working directory for the command is root ('/&…
13927 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13936 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13943 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13946 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13948 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
13949container. Exposing a port here gives the system additional information about the network connecti…
13950 { # ContainerPort represents a network port in a single container.
13958container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
13960 …es a specific action that should be taken # The action taken to determine the health of a container
13961 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
13962 …mand line to execute inside the container, the working directory for the command is root ('/&…
13975 … accept a name or number. # Name or number of the port to access on the container. Number must be …
13984 … accept a name or number. # Number or name of the port to access on the container. Number must be …
13991 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
13994 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
13996 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14005 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14008 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14014container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14015 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14016 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14024 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14025 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14026 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14027container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14028 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14029container # The SELinux context to be applied to the container. If unspecified, the container runt…
14030 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14031 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14032 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14033 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14036 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14037container runtime should close the stdin channel after it has been opened by a single attach. When…
14038 …ath at which the file to which the container's termination message will be written is mounted…
14039container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14040 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14041 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14042 { # volumeDevice describes a mapping of a raw block device within a container.
14043 …ath": "A String", # devicePath is the path inside of the container that the device …
14047 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14048 { # VolumeMount describes a mounting of a Volume within a container.
14049 …"mountPath": "A String", # Path within the container at which the volume shoul…
14050 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14053 …th": "A String", # Path within the volume from which the container's volume sh…
14056 … # Container's working directory. If not specified, the container runtime's default will…
14058 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
14059container that defines the unit of execution for this Revision. In the context of a Revision, we d…
14060container. This specifies both the container to run, the command to run in the container and the a…
14061container's environment. If a variable cannot be resolved, the reference in the input string …
14064container's environment. If a variable cannot be resolved, the reference in the input string …
14067 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
14068 { # EnvVar represents an environment variable present in a Container.
14070 …E) are expanded using the previous defined environment variables in the container and any route en…
14091 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
14112container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
14113container is created. If the handler fails, the container is terminated and restarted according to…
14114 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14115 …mand line to execute inside the container, the working directory for the command is root ('/&…
14128 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14137 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14144container is terminated. The container is terminated after the handler completes. The reason for t…
14145 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14146 …mand line to execute inside the container, the working directory for the command is root ('/&…
14159 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14168 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14176container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14178 …es a specific action that should be taken # The action taken to determine the health of a container
14179 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14180 …mand line to execute inside the container, the working directory for the command is root ('/&…
14193 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14202 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14209 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14212 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14214 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
14215container. Exposing a port here gives the system additional information about the network connecti…
14216 { # ContainerPort represents a network port in a single container.
14224container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14226 …es a specific action that should be taken # The action taken to determine the health of a container
14227 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14228 …mand line to execute inside the container, the working directory for the command is root ('/&…
14241 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14250 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14257 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14260 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14262 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14271 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14274 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14280container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14281 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14282 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14290 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14291 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14292 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14293container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14294 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14295container # The SELinux context to be applied to the container. If unspecified, the container runt…
14296 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14297 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14298 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14299 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14302 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14303container runtime should close the stdin channel after it has been opened by a single attach. When…
14304 …ath at which the file to which the container's termination message will be written is mounted…
14305container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14306 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14307 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14308 { # volumeDevice describes a mapping of a raw block device within a container.
14309 …ath": "A String", # devicePath is the path inside of the container that the device …
14313 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14314 { # VolumeMount describes a mounting of a Volume within a container.
14315 …"mountPath": "A String", # Path within the container at which the volume shoul…
14316 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14319 …th": "A String", # Path within the volume from which the container's volume sh…
14322 … # Container's working directory. If not specified, the container runtime's default will…
14330 { # Volume represents a named volume in a container.
14354 …uot;secretName": "A String", # Name of the secret in the container's namespace…
14366container image, and may also include labels and annotations that should be attached to the Revisi…
14374 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
14401container": { # A single application container. This specifies both the container to run, the…
14402container's environment. If a variable cannot be resolved, the reference in the input string …
14405container's environment. If a variable cannot be resolved, the reference in the input string …
14408 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
14409 { # EnvVar represents an environment variable present in a Container.
14411 …E) are expanded using the previous defined environment variables in the container and any route en…
14432 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
14453container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
14454container is created. If the handler fails, the container is terminated and restarted according to…
14455 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14456 …mand line to execute inside the container, the working directory for the command is root ('/&…
14469 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14478 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14485container is terminated. The container is terminated after the handler completes. The reason for t…
14486 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14487 …mand line to execute inside the container, the working directory for the command is root ('/&…
14500 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14509 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14517container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14519 …es a specific action that should be taken # The action taken to determine the health of a container
14520 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14521 …mand line to execute inside the container, the working directory for the command is root ('/&…
14534 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14543 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14550 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14553 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14555 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
14556container. Exposing a port here gives the system additional information about the network connecti…
14557 { # ContainerPort represents a network port in a single container.
14565container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14567 …es a specific action that should be taken # The action taken to determine the health of a container
14568 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14569 …mand line to execute inside the container, the working directory for the command is root ('/&…
14582 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14591 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14598 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14601 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14603 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14612 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14615 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14621container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14622 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14623 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14631 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14632 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14633 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14634container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14635 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14636container # The SELinux context to be applied to the container. If unspecified, the container runt…
14637 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14638 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14639 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14640 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14643 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14644container runtime should close the stdin channel after it has been opened by a single attach. When…
14645 …ath at which the file to which the container's termination message will be written is mounted…
14646container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14647 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14648 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14649 { # volumeDevice describes a mapping of a raw block device within a container.
14650 …ath": "A String", # devicePath is the path inside of the container that the device …
14654 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14655 { # VolumeMount describes a mounting of a Volume within a container.
14656 …"mountPath": "A String", # Path within the container at which the volume shoul…
14657 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14660 …th": "A String", # Path within the volume from which the container's volume sh…
14663 … # Container's working directory. If not specified, the container runtime's default will…
14665 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
14666container that defines the unit of execution for this Revision. In the context of a Revision, we d…
14667container. This specifies both the container to run, the command to run in the container and the a…
14668container's environment. If a variable cannot be resolved, the reference in the input string …
14671container's environment. If a variable cannot be resolved, the reference in the input string …
14674 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
14675 { # EnvVar represents an environment variable present in a Container.
14677 …E) are expanded using the previous defined environment variables in the container and any route en…
14698 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
14719container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
14720container is created. If the handler fails, the container is terminated and restarted according to…
14721 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14722 …mand line to execute inside the container, the working directory for the command is root ('/&…
14735 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14744 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14751container is terminated. The container is terminated after the handler completes. The reason for t…
14752 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14753 …mand line to execute inside the container, the working directory for the command is root ('/&…
14766 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14775 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14783container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14785 …es a specific action that should be taken # The action taken to determine the health of a container
14786 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14787 …mand line to execute inside the container, the working directory for the command is root ('/&…
14800 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14809 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14816 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14819 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14821 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
14822container. Exposing a port here gives the system additional information about the network connecti…
14823 { # ContainerPort represents a network port in a single container.
14831container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
14833 …es a specific action that should be taken # The action taken to determine the health of a container
14834 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
14835 …mand line to execute inside the container, the working directory for the command is root ('/&…
14848 … accept a name or number. # Name or number of the port to access on the container. Number must be …
14857 … accept a name or number. # Number or name of the port to access on the container. Number must be …
14864 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
14867 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
14869 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
14878 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14881 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
14887container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
14888 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
14889 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
14897 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
14898 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
14899 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
14900container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
14901 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
14902container # The SELinux context to be applied to the container. If unspecified, the container runt…
14903 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
14904 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
14905 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
14906 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
14909 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
14910container runtime should close the stdin channel after it has been opened by a single attach. When…
14911 …ath at which the file to which the container's termination message will be written is mounted…
14912container status message on both success and failure. FallbackToLogsOnError will use the last chun…
14913 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
14914 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
14915 { # volumeDevice describes a mapping of a raw block device within a container.
14916 …ath": "A String", # devicePath is the path inside of the container that the device …
14920 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
14921 { # VolumeMount describes a mounting of a Volume within a container.
14922 …"mountPath": "A String", # Path within the container at which the volume shoul…
14923 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
14926 …th": "A String", # Path within the volume from which the container's volume sh…
14929 … # Container's working directory. If not specified, the container runtime's default will…
14937 { # Volume represents a named volume in a container.
14961 …uot;secretName": "A String", # Name of the secret in the container's namespace…
14975 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
15002container": { # A single application container. This specifies both the container to run, the…
15003container's environment. If a variable cannot be resolved, the reference in the input string …
15006container's environment. If a variable cannot be resolved, the reference in the input string …
15009 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15010 { # EnvVar represents an environment variable present in a Container.
15012 …E) are expanded using the previous defined environment variables in the container and any route en…
15033 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15054container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15055container is created. If the handler fails, the container is terminated and restarted according to…
15056 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15057 …mand line to execute inside the container, the working directory for the command is root ('/&…
15070 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15079 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15086container is terminated. The container is terminated after the handler completes. The reason for t…
15087 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15088 …mand line to execute inside the container, the working directory for the command is root ('/&…
15101 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15110 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15118container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15120 …es a specific action that should be taken # The action taken to determine the health of a container
15121 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15122 …mand line to execute inside the container, the working directory for the command is root ('/&…
15135 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15144 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15151 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15154 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15156 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
15157container. Exposing a port here gives the system additional information about the network connecti…
15158 { # ContainerPort represents a network port in a single container.
15166container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15168 …es a specific action that should be taken # The action taken to determine the health of a container
15169 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15170 …mand line to execute inside the container, the working directory for the command is root ('/&…
15183 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15192 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15199 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15202 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15204 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
15213 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15216 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15222container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
15223 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
15224 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
15232 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
15233 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
15234 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
15235container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
15236 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
15237container # The SELinux context to be applied to the container. If unspecified, the container runt…
15238 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
15239 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
15240 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
15241 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
15244 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
15245container runtime should close the stdin channel after it has been opened by a single attach. When…
15246 …ath at which the file to which the container's termination message will be written is mounted…
15247container status message on both success and failure. FallbackToLogsOnError will use the last chun…
15248 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
15249 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
15250 { # volumeDevice describes a mapping of a raw block device within a container.
15251 …ath": "A String", # devicePath is the path inside of the container that the device …
15255 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
15256 { # VolumeMount describes a mounting of a Volume within a container.
15257 …"mountPath": "A String", # Path within the container at which the volume shoul…
15258 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
15261 …th": "A String", # Path within the volume from which the container's volume sh…
15264 … # Container's working directory. If not specified, the container runtime's default will…
15266 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
15267container that defines the unit of execution for this Revision. In the context of a Revision, we d…
15268container. This specifies both the container to run, the command to run in the container and the a…
15269container's environment. If a variable cannot be resolved, the reference in the input string …
15272container's environment. If a variable cannot be resolved, the reference in the input string …
15275 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15276 { # EnvVar represents an environment variable present in a Container.
15278 …E) are expanded using the previous defined environment variables in the container and any route en…
15299 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15320container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15321container is created. If the handler fails, the container is terminated and restarted according to…
15322 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15323 …mand line to execute inside the container, the working directory for the command is root ('/&…
15336 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15345 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15352container is terminated. The container is terminated after the handler completes. The reason for t…
15353 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15354 …mand line to execute inside the container, the working directory for the command is root ('/&…
15367 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15376 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15384container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15386 …es a specific action that should be taken # The action taken to determine the health of a container
15387 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15388 …mand line to execute inside the container, the working directory for the command is root ('/&…
15401 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15410 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15417 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15420 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15422 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
15423container. Exposing a port here gives the system additional information about the network connecti…
15424 { # ContainerPort represents a network port in a single container.
15432container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15434 …es a specific action that should be taken # The action taken to determine the health of a container
15435 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15436 …mand line to execute inside the container, the working directory for the command is root ('/&…
15449 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15458 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15465 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15468 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15470 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
15479 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15482 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15488container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
15489 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
15490 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
15498 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
15499 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
15500 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
15501container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
15502 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
15503container # The SELinux context to be applied to the container. If unspecified, the container runt…
15504 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
15505 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
15506 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
15507 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
15510 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
15511container runtime should close the stdin channel after it has been opened by a single attach. When…
15512 …ath at which the file to which the container's termination message will be written is mounted…
15513container status message on both success and failure. FallbackToLogsOnError will use the last chun…
15514 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
15515 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
15516 { # volumeDevice describes a mapping of a raw block device within a container.
15517 …ath": "A String", # devicePath is the path inside of the container that the device …
15521 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
15522 { # VolumeMount describes a mounting of a Volume within a container.
15523 …"mountPath": "A String", # Path within the container at which the volume shoul…
15524 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
15527 …th": "A String", # Path within the volume from which the container's volume sh…
15530 … # Container's working directory. If not specified, the container runtime's default will…
15538 { # Volume represents a named volume in a container.
15562 …uot;secretName": "A String", # Name of the secret in the container's namespace…
15577container image, and may also include labels and annotations that should be attached to the Revisi…
15585 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
15612container": { # A single application container. This specifies both the container to run, the…
15613container's environment. If a variable cannot be resolved, the reference in the input string …
15616container's environment. If a variable cannot be resolved, the reference in the input string …
15619 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15620 { # EnvVar represents an environment variable present in a Container.
15622 …E) are expanded using the previous defined environment variables in the container and any route en…
15643 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15664container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15665container is created. If the handler fails, the container is terminated and restarted according to…
15666 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15667 …mand line to execute inside the container, the working directory for the command is root ('/&…
15680 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15689 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15696container is terminated. The container is terminated after the handler completes. The reason for t…
15697 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15698 …mand line to execute inside the container, the working directory for the command is root ('/&…
15711 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15720 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15728container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15730 …es a specific action that should be taken # The action taken to determine the health of a container
15731 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15732 …mand line to execute inside the container, the working directory for the command is root ('/&…
15745 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15754 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15761 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15764 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15766 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
15767container. Exposing a port here gives the system additional information about the network connecti…
15768 { # ContainerPort represents a network port in a single container.
15776container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15778 …es a specific action that should be taken # The action taken to determine the health of a container
15779 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15780 …mand line to execute inside the container, the working directory for the command is root ('/&…
15793 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15802 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15809 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
15812 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
15814 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
15823 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15826 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
15832container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
15833 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
15834 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
15842 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
15843 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
15844 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
15845container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
15846 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
15847container # The SELinux context to be applied to the container. If unspecified, the container runt…
15848 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
15849 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
15850 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
15851 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
15854 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
15855container runtime should close the stdin channel after it has been opened by a single attach. When…
15856 …ath at which the file to which the container's termination message will be written is mounted…
15857container status message on both success and failure. FallbackToLogsOnError will use the last chun…
15858 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
15859 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
15860 { # volumeDevice describes a mapping of a raw block device within a container.
15861 …ath": "A String", # devicePath is the path inside of the container that the device …
15865 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
15866 { # VolumeMount describes a mounting of a Volume within a container.
15867 …"mountPath": "A String", # Path within the container at which the volume shoul…
15868 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
15871 …th": "A String", # Path within the volume from which the container's volume sh…
15874 … # Container's working directory. If not specified, the container runtime's default will…
15876 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
15877container that defines the unit of execution for this Revision. In the context of a Revision, we d…
15878container. This specifies both the container to run, the command to run in the container and the a…
15879container's environment. If a variable cannot be resolved, the reference in the input string …
15882container's environment. If a variable cannot be resolved, the reference in the input string …
15885 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
15886 { # EnvVar represents an environment variable present in a Container.
15888 …E) are expanded using the previous defined environment variables in the container and any route en…
15909 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
15930container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
15931container is created. If the handler fails, the container is terminated and restarted according to…
15932 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15933 …mand line to execute inside the container, the working directory for the command is root ('/&…
15946 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15955 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15962container is terminated. The container is terminated after the handler completes. The reason for t…
15963 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15964 …mand line to execute inside the container, the working directory for the command is root ('/&…
15977 … accept a name or number. # Name or number of the port to access on the container. Number must be …
15986 … accept a name or number. # Number or name of the port to access on the container. Number must be …
15994container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
15996 …es a specific action that should be taken # The action taken to determine the health of a container
15997 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
15998 …mand line to execute inside the container, the working directory for the command is root ('/&…
16011 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16020 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16027 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16030 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16032 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
16033container. Exposing a port here gives the system additional information about the network connecti…
16034 { # ContainerPort represents a network port in a single container.
16042container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16044 …es a specific action that should be taken # The action taken to determine the health of a container
16045 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16046 …mand line to execute inside the container, the working directory for the command is root ('/&…
16059 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16068 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16075 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16078 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16080 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
16089 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16092 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16098container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
16099 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
16100 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
16108 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
16109 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
16110 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
16111container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
16112 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
16113container # The SELinux context to be applied to the container. If unspecified, the container runt…
16114 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
16115 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
16116 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
16117 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
16120 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
16121container runtime should close the stdin channel after it has been opened by a single attach. When…
16122 …ath at which the file to which the container's termination message will be written is mounted…
16123container status message on both success and failure. FallbackToLogsOnError will use the last chun…
16124 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
16125 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
16126 { # volumeDevice describes a mapping of a raw block device within a container.
16127 …ath": "A String", # devicePath is the path inside of the container that the device …
16131 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
16132 { # VolumeMount describes a mounting of a Volume within a container.
16133 …"mountPath": "A String", # Path within the container at which the volume shoul…
16134 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
16137 …th": "A String", # Path within the volume from which the container's volume sh…
16140 … # Container's working directory. If not specified, the container runtime's default will…
16148 { # Volume represents a named volume in a container.
16172 …uot;secretName": "A String", # Name of the secret in the container's namespace…
16186 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
16213container": { # A single application container. This specifies both the container to run, the…
16214container's environment. If a variable cannot be resolved, the reference in the input string …
16217container's environment. If a variable cannot be resolved, the reference in the input string …
16220 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
16221 { # EnvVar represents an environment variable present in a Container.
16223 …E) are expanded using the previous defined environment variables in the container and any route en…
16244 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
16265container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
16266container is created. If the handler fails, the container is terminated and restarted according to…
16267 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16268 …mand line to execute inside the container, the working directory for the command is root ('/&…
16281 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16290 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16297container is terminated. The container is terminated after the handler completes. The reason for t…
16298 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16299 …mand line to execute inside the container, the working directory for the command is root ('/&…
16312 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16321 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16329container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16331 …es a specific action that should be taken # The action taken to determine the health of a container
16332 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16333 …mand line to execute inside the container, the working directory for the command is root ('/&…
16346 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16355 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16362 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16365 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16367 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
16368container. Exposing a port here gives the system additional information about the network connecti…
16369 { # ContainerPort represents a network port in a single container.
16377container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16379 …es a specific action that should be taken # The action taken to determine the health of a container
16380 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16381 …mand line to execute inside the container, the working directory for the command is root ('/&…
16394 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16403 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16410 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16413 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16415 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
16424 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16427 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16433container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
16434 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
16435 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
16443 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
16444 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
16445 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
16446container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
16447 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
16448container # The SELinux context to be applied to the container. If unspecified, the container runt…
16449 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
16450 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
16451 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
16452 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
16455 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
16456container runtime should close the stdin channel after it has been opened by a single attach. When…
16457 …ath at which the file to which the container's termination message will be written is mounted…
16458container status message on both success and failure. FallbackToLogsOnError will use the last chun…
16459 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
16460 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
16461 { # volumeDevice describes a mapping of a raw block device within a container.
16462 …ath": "A String", # devicePath is the path inside of the container that the device …
16466 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
16467 { # VolumeMount describes a mounting of a Volume within a container.
16468 …"mountPath": "A String", # Path within the container at which the volume shoul…
16469 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
16472 …th": "A String", # Path within the volume from which the container's volume sh…
16475 … # Container's working directory. If not specified, the container runtime's default will…
16477 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
16478container that defines the unit of execution for this Revision. In the context of a Revision, we d…
16479container. This specifies both the container to run, the command to run in the container and the a…
16480container's environment. If a variable cannot be resolved, the reference in the input string …
16483container's environment. If a variable cannot be resolved, the reference in the input string …
16486 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
16487 { # EnvVar represents an environment variable present in a Container.
16489 …E) are expanded using the previous defined environment variables in the container and any route en…
16510 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
16531container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
16532container is created. If the handler fails, the container is terminated and restarted according to…
16533 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16534 …mand line to execute inside the container, the working directory for the command is root ('/&…
16547 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16556 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16563container is terminated. The container is terminated after the handler completes. The reason for t…
16564 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16565 …mand line to execute inside the container, the working directory for the command is root ('/&…
16578 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16587 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16595container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16597 …es a specific action that should be taken # The action taken to determine the health of a container
16598 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16599 …mand line to execute inside the container, the working directory for the command is root ('/&…
16612 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16621 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16628 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16631 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16633 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
16634container. Exposing a port here gives the system additional information about the network connecti…
16635 { # ContainerPort represents a network port in a single container.
16643container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16645 …es a specific action that should be taken # The action taken to determine the health of a container
16646 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16647 …mand line to execute inside the container, the working directory for the command is root ('/&…
16660 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16669 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16676 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16679 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16681 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
16690 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16693 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
16699container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
16700 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
16701 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
16709 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
16710 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
16711 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
16712container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
16713 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
16714container # The SELinux context to be applied to the container. If unspecified, the container runt…
16715 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
16716 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
16717 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
16718 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
16721 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
16722container runtime should close the stdin channel after it has been opened by a single attach. When…
16723 …ath at which the file to which the container's termination message will be written is mounted…
16724container status message on both success and failure. FallbackToLogsOnError will use the last chun…
16725 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
16726 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
16727 { # volumeDevice describes a mapping of a raw block device within a container.
16728 …ath": "A String", # devicePath is the path inside of the container that the device …
16732 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
16733 { # VolumeMount describes a mounting of a Volume within a container.
16734 …"mountPath": "A String", # Path within the container at which the volume shoul…
16735 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
16738 …th": "A String", # Path within the volume from which the container's volume sh…
16741 … # Container's working directory. If not specified, the container runtime's default will…
16749 { # Volume represents a named volume in a container.
16773 …uot;secretName": "A String", # Name of the secret in the container's namespace…
16789 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
16816container": { # A single application container. This specifies both the container to run, the…
16817container's environment. If a variable cannot be resolved, the reference in the input string …
16820container's environment. If a variable cannot be resolved, the reference in the input string …
16823 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
16824 { # EnvVar represents an environment variable present in a Container.
16826 …E) are expanded using the previous defined environment variables in the container and any route en…
16847 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
16868container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
16869container is created. If the handler fails, the container is terminated and restarted according to…
16870 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16871 …mand line to execute inside the container, the working directory for the command is root ('/&…
16884 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16893 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16900container is terminated. The container is terminated after the handler completes. The reason for t…
16901 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16902 …mand line to execute inside the container, the working directory for the command is root ('/&…
16915 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16924 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16932container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16934 …es a specific action that should be taken # The action taken to determine the health of a container
16935 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16936 …mand line to execute inside the container, the working directory for the command is root ('/&…
16949 … accept a name or number. # Name or number of the port to access on the container. Number must be …
16958 … accept a name or number. # Number or name of the port to access on the container. Number must be …
16965 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
16968 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
16970 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
16971container. Exposing a port here gives the system additional information about the network connecti…
16972 { # ContainerPort represents a network port in a single container.
16980container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
16982 …es a specific action that should be taken # The action taken to determine the health of a container
16983 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
16984 …mand line to execute inside the container, the working directory for the command is root ('/&…
16997 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17006 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17013 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17016 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17018 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
17027 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17030 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17036container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
17037 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
17038 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
17046 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
17047 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
17048 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
17049container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
17050 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
17051container # The SELinux context to be applied to the container. If unspecified, the container runt…
17052 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
17053 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
17054 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
17055 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
17058 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
17059container runtime should close the stdin channel after it has been opened by a single attach. When…
17060 …ath at which the file to which the container's termination message will be written is mounted…
17061container status message on both success and failure. FallbackToLogsOnError will use the last chun…
17062 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
17063 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
17064 { # volumeDevice describes a mapping of a raw block device within a container.
17065 …ath": "A String", # devicePath is the path inside of the container that the device …
17069 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
17070 { # VolumeMount describes a mounting of a Volume within a container.
17071 …"mountPath": "A String", # Path within the container at which the volume shoul…
17072 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
17075 …th": "A String", # Path within the volume from which the container's volume sh…
17078 … # Container's working directory. If not specified, the container runtime's default will…
17080 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
17081container that defines the unit of execution for this Revision. In the context of a Revision, we d…
17082container. This specifies both the container to run, the command to run in the container and the a…
17083container's environment. If a variable cannot be resolved, the reference in the input string …
17086container's environment. If a variable cannot be resolved, the reference in the input string …
17089 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
17090 { # EnvVar represents an environment variable present in a Container.
17092 …E) are expanded using the previous defined environment variables in the container and any route en…
17113 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
17134container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
17135container is created. If the handler fails, the container is terminated and restarted according to…
17136 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17137 …mand line to execute inside the container, the working directory for the command is root ('/&…
17150 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17159 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17166container is terminated. The container is terminated after the handler completes. The reason for t…
17167 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17168 …mand line to execute inside the container, the working directory for the command is root ('/&…
17181 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17190 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17198container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17200 …es a specific action that should be taken # The action taken to determine the health of a container
17201 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17202 …mand line to execute inside the container, the working directory for the command is root ('/&…
17215 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17224 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17231 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17234 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17236 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
17237container. Exposing a port here gives the system additional information about the network connecti…
17238 { # ContainerPort represents a network port in a single container.
17246container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17248 …es a specific action that should be taken # The action taken to determine the health of a container
17249 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17250 …mand line to execute inside the container, the working directory for the command is root ('/&…
17263 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17272 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17279 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17282 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17284 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
17293 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17296 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17302container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
17303 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
17304 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
17312 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
17313 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
17314 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
17315container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
17316 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
17317container # The SELinux context to be applied to the container. If unspecified, the container runt…
17318 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
17319 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
17320 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
17321 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
17324 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
17325container runtime should close the stdin channel after it has been opened by a single attach. When…
17326 …ath at which the file to which the container's termination message will be written is mounted…
17327container status message on both success and failure. FallbackToLogsOnError will use the last chun…
17328 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
17329 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
17330 { # volumeDevice describes a mapping of a raw block device within a container.
17331 …ath": "A String", # devicePath is the path inside of the container that the device …
17335 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
17336 { # VolumeMount describes a mounting of a Volume within a container.
17337 …"mountPath": "A String", # Path within the container at which the volume shoul…
17338 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
17341 …th": "A String", # Path within the volume from which the container's volume sh…
17344 … # Container's working directory. If not specified, the container runtime's default will…
17352 { # Volume represents a named volume in a container.
17376 …uot;secretName": "A String", # Name of the secret in the container's namespace…
17449 { # Service acts as a top-level container that manages a set of Routes and Configurations which imp…
17459 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
17491container image, and may also include labels and annotations that should be attached to the Revisi…
17499 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
17526container": { # A single application container. This specifies both the container to run, the…
17527container's environment. If a variable cannot be resolved, the reference in the input string …
17530container's environment. If a variable cannot be resolved, the reference in the input string …
17533 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
17534 { # EnvVar represents an environment variable present in a Container.
17536 …E) are expanded using the previous defined environment variables in the container and any route en…
17557 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
17578container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
17579container is created. If the handler fails, the container is terminated and restarted according to…
17580 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17581 …mand line to execute inside the container, the working directory for the command is root ('/&…
17594 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17603 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17610container is terminated. The container is terminated after the handler completes. The reason for t…
17611 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17612 …mand line to execute inside the container, the working directory for the command is root ('/&…
17625 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17634 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17642container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17644 …es a specific action that should be taken # The action taken to determine the health of a container
17645 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17646 …mand line to execute inside the container, the working directory for the command is root ('/&…
17659 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17668 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17675 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17678 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17680 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
17681container. Exposing a port here gives the system additional information about the network connecti…
17682 { # ContainerPort represents a network port in a single container.
17690container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17692 …es a specific action that should be taken # The action taken to determine the health of a container
17693 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17694 …mand line to execute inside the container, the working directory for the command is root ('/&…
17707 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17716 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17723 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17726 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17728 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
17737 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17740 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
17746container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
17747 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
17748 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
17756 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
17757 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
17758 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
17759container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
17760 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
17761container # The SELinux context to be applied to the container. If unspecified, the container runt…
17762 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
17763 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
17764 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
17765 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
17768 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
17769container runtime should close the stdin channel after it has been opened by a single attach. When…
17770 …ath at which the file to which the container's termination message will be written is mounted…
17771container status message on both success and failure. FallbackToLogsOnError will use the last chun…
17772 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
17773 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
17774 { # volumeDevice describes a mapping of a raw block device within a container.
17775 …ath": "A String", # devicePath is the path inside of the container that the device …
17779 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
17780 { # VolumeMount describes a mounting of a Volume within a container.
17781 …"mountPath": "A String", # Path within the container at which the volume shoul…
17782 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
17785 …th": "A String", # Path within the volume from which the container's volume sh…
17788 … # Container's working directory. If not specified, the container runtime's default will…
17790 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
17791container that defines the unit of execution for this Revision. In the context of a Revision, we d…
17792container. This specifies both the container to run, the command to run in the container and the a…
17793container's environment. If a variable cannot be resolved, the reference in the input string …
17796container's environment. If a variable cannot be resolved, the reference in the input string …
17799 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
17800 { # EnvVar represents an environment variable present in a Container.
17802 …E) are expanded using the previous defined environment variables in the container and any route en…
17823 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
17844container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
17845container is created. If the handler fails, the container is terminated and restarted according to…
17846 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17847 …mand line to execute inside the container, the working directory for the command is root ('/&…
17860 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17869 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17876container is terminated. The container is terminated after the handler completes. The reason for t…
17877 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17878 …mand line to execute inside the container, the working directory for the command is root ('/&…
17891 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17900 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17908container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17910 …es a specific action that should be taken # The action taken to determine the health of a container
17911 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17912 …mand line to execute inside the container, the working directory for the command is root ('/&…
17925 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17934 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17941 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17944 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17946 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
17947container. Exposing a port here gives the system additional information about the network connecti…
17948 { # ContainerPort represents a network port in a single container.
17956container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
17958 …es a specific action that should be taken # The action taken to determine the health of a container
17959 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
17960 …mand line to execute inside the container, the working directory for the command is root ('/&…
17973 … accept a name or number. # Name or number of the port to access on the container. Number must be …
17982 … accept a name or number. # Number or name of the port to access on the container. Number must be …
17989 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
17992 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
17994 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
18003 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18006 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18012container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
18013 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
18014 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
18022 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
18023 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
18024 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
18025container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
18026 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
18027container # The SELinux context to be applied to the container. If unspecified, the container runt…
18028 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
18029 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
18030 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
18031 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
18034 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
18035container runtime should close the stdin channel after it has been opened by a single attach. When…
18036 …ath at which the file to which the container's termination message will be written is mounted…
18037container status message on both success and failure. FallbackToLogsOnError will use the last chun…
18038 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
18039 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
18040 { # volumeDevice describes a mapping of a raw block device within a container.
18041 …ath": "A String", # devicePath is the path inside of the container that the device …
18045 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
18046 { # VolumeMount describes a mounting of a Volume within a container.
18047 …"mountPath": "A String", # Path within the container at which the volume shoul…
18048 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
18051 …th": "A String", # Path within the volume from which the container's volume sh…
18054 … # Container's working directory. If not specified, the container runtime's default will…
18062 { # Volume represents a named volume in a container.
18086 …uot;secretName": "A String", # Name of the secret in the container's namespace…
18100 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
18127container": { # A single application container. This specifies both the container to run, the…
18128container's environment. If a variable cannot be resolved, the reference in the input string …
18131container's environment. If a variable cannot be resolved, the reference in the input string …
18134 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
18135 { # EnvVar represents an environment variable present in a Container.
18137 …E) are expanded using the previous defined environment variables in the container and any route en…
18158 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
18179container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
18180container is created. If the handler fails, the container is terminated and restarted according to…
18181 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18182 …mand line to execute inside the container, the working directory for the command is root ('/&…
18195 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18204 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18211container is terminated. The container is terminated after the handler completes. The reason for t…
18212 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18213 …mand line to execute inside the container, the working directory for the command is root ('/&…
18226 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18235 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18243container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18245 …es a specific action that should be taken # The action taken to determine the health of a container
18246 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18247 …mand line to execute inside the container, the working directory for the command is root ('/&…
18260 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18269 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18276 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18279 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18281 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
18282container. Exposing a port here gives the system additional information about the network connecti…
18283 { # ContainerPort represents a network port in a single container.
18291container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18293 …es a specific action that should be taken # The action taken to determine the health of a container
18294 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18295 …mand line to execute inside the container, the working directory for the command is root ('/&…
18308 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18317 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18324 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18327 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18329 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
18338 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18341 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18347container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
18348 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
18349 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
18357 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
18358 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
18359 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
18360container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
18361 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
18362container # The SELinux context to be applied to the container. If unspecified, the container runt…
18363 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
18364 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
18365 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
18366 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
18369 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
18370container runtime should close the stdin channel after it has been opened by a single attach. When…
18371 …ath at which the file to which the container's termination message will be written is mounted…
18372container status message on both success and failure. FallbackToLogsOnError will use the last chun…
18373 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
18374 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
18375 { # volumeDevice describes a mapping of a raw block device within a container.
18376 …ath": "A String", # devicePath is the path inside of the container that the device …
18380 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
18381 { # VolumeMount describes a mounting of a Volume within a container.
18382 …"mountPath": "A String", # Path within the container at which the volume shoul…
18383 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
18386 …th": "A String", # Path within the volume from which the container's volume sh…
18389 … # Container's working directory. If not specified, the container runtime's default will…
18391 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
18392container that defines the unit of execution for this Revision. In the context of a Revision, we d…
18393container. This specifies both the container to run, the command to run in the container and the a…
18394container's environment. If a variable cannot be resolved, the reference in the input string …
18397container's environment. If a variable cannot be resolved, the reference in the input string …
18400 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
18401 { # EnvVar represents an environment variable present in a Container.
18403 …E) are expanded using the previous defined environment variables in the container and any route en…
18424 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
18445container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
18446container is created. If the handler fails, the container is terminated and restarted according to…
18447 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18448 …mand line to execute inside the container, the working directory for the command is root ('/&…
18461 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18470 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18477container is terminated. The container is terminated after the handler completes. The reason for t…
18478 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18479 …mand line to execute inside the container, the working directory for the command is root ('/&…
18492 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18501 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18509container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18511 …es a specific action that should be taken # The action taken to determine the health of a container
18512 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18513 …mand line to execute inside the container, the working directory for the command is root ('/&…
18526 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18535 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18542 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18545 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18547 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
18548container. Exposing a port here gives the system additional information about the network connecti…
18549 { # ContainerPort represents a network port in a single container.
18557container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18559 …es a specific action that should be taken # The action taken to determine the health of a container
18560 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18561 …mand line to execute inside the container, the working directory for the command is root ('/&…
18574 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18583 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18590 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18593 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18595 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
18604 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18607 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18613container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
18614 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
18615 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
18623 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
18624 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
18625 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
18626container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
18627 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
18628container # The SELinux context to be applied to the container. If unspecified, the container runt…
18629 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
18630 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
18631 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
18632 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
18635 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
18636container runtime should close the stdin channel after it has been opened by a single attach. When…
18637 …ath at which the file to which the container's termination message will be written is mounted…
18638container status message on both success and failure. FallbackToLogsOnError will use the last chun…
18639 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
18640 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
18641 { # volumeDevice describes a mapping of a raw block device within a container.
18642 …ath": "A String", # devicePath is the path inside of the container that the device …
18646 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
18647 { # VolumeMount describes a mounting of a Volume within a container.
18648 …"mountPath": "A String", # Path within the container at which the volume shoul…
18649 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
18652 …th": "A String", # Path within the volume from which the container's volume sh…
18655 … # Container's working directory. If not specified, the container runtime's default will…
18663 { # Volume represents a named volume in a container.
18687 …uot;secretName": "A String", # Name of the secret in the container's namespace…
18699container image, and may also include labels and annotations that should be attached to the Revisi…
18707 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
18734container": { # A single application container. This specifies both the container to run, the…
18735container's environment. If a variable cannot be resolved, the reference in the input string …
18738container's environment. If a variable cannot be resolved, the reference in the input string …
18741 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
18742 { # EnvVar represents an environment variable present in a Container.
18744 …E) are expanded using the previous defined environment variables in the container and any route en…
18765 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
18786container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
18787container is created. If the handler fails, the container is terminated and restarted according to…
18788 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18789 …mand line to execute inside the container, the working directory for the command is root ('/&…
18802 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18811 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18818container is terminated. The container is terminated after the handler completes. The reason for t…
18819 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18820 …mand line to execute inside the container, the working directory for the command is root ('/&…
18833 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18842 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18850container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18852 …es a specific action that should be taken # The action taken to determine the health of a container
18853 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18854 …mand line to execute inside the container, the working directory for the command is root ('/&…
18867 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18876 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18883 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18886 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18888 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
18889container. Exposing a port here gives the system additional information about the network connecti…
18890 { # ContainerPort represents a network port in a single container.
18898container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
18900 …es a specific action that should be taken # The action taken to determine the health of a container
18901 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
18902 …mand line to execute inside the container, the working directory for the command is root ('/&…
18915 … accept a name or number. # Name or number of the port to access on the container. Number must be …
18924 … accept a name or number. # Number or name of the port to access on the container. Number must be …
18931 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
18934 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
18936 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
18945 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18948 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
18954container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
18955 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
18956 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
18964 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
18965 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
18966 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
18967container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
18968 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
18969container # The SELinux context to be applied to the container. If unspecified, the container runt…
18970 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
18971 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
18972 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
18973 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
18976 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
18977container runtime should close the stdin channel after it has been opened by a single attach. When…
18978 …ath at which the file to which the container's termination message will be written is mounted…
18979container status message on both success and failure. FallbackToLogsOnError will use the last chun…
18980 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
18981 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
18982 { # volumeDevice describes a mapping of a raw block device within a container.
18983 …ath": "A String", # devicePath is the path inside of the container that the device …
18987 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
18988 { # VolumeMount describes a mounting of a Volume within a container.
18989 …"mountPath": "A String", # Path within the container at which the volume shoul…
18990 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
18993 …th": "A String", # Path within the volume from which the container's volume sh…
18996 … # Container's working directory. If not specified, the container runtime's default will…
18998 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
18999container that defines the unit of execution for this Revision. In the context of a Revision, we d…
19000container. This specifies both the container to run, the command to run in the container and the a…
19001container's environment. If a variable cannot be resolved, the reference in the input string …
19004container's environment. If a variable cannot be resolved, the reference in the input string …
19007 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
19008 { # EnvVar represents an environment variable present in a Container.
19010 …E) are expanded using the previous defined environment variables in the container and any route en…
19031 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
19052container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
19053container is created. If the handler fails, the container is terminated and restarted according to…
19054 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19055 …mand line to execute inside the container, the working directory for the command is root ('/&…
19068 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19077 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19084container is terminated. The container is terminated after the handler completes. The reason for t…
19085 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19086 …mand line to execute inside the container, the working directory for the command is root ('/&…
19099 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19108 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19116container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19118 …es a specific action that should be taken # The action taken to determine the health of a container
19119 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19120 …mand line to execute inside the container, the working directory for the command is root ('/&…
19133 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19142 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19149 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19152 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19154 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
19155container. Exposing a port here gives the system additional information about the network connecti…
19156 { # ContainerPort represents a network port in a single container.
19164container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19166 …es a specific action that should be taken # The action taken to determine the health of a container
19167 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19168 …mand line to execute inside the container, the working directory for the command is root ('/&…
19181 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19190 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19197 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19200 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19202 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
19211 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19214 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19220container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
19221 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
19222 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
19230 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
19231 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
19232 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
19233container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
19234 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
19235container # The SELinux context to be applied to the container. If unspecified, the container runt…
19236 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
19237 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
19238 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
19239 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
19242 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
19243container runtime should close the stdin channel after it has been opened by a single attach. When…
19244 …ath at which the file to which the container's termination message will be written is mounted…
19245container status message on both success and failure. FallbackToLogsOnError will use the last chun…
19246 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
19247 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
19248 { # volumeDevice describes a mapping of a raw block device within a container.
19249 …ath": "A String", # devicePath is the path inside of the container that the device …
19253 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
19254 { # VolumeMount describes a mounting of a Volume within a container.
19255 …"mountPath": "A String", # Path within the container at which the volume shoul…
19256 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
19259 …th": "A String", # Path within the volume from which the container's volume sh…
19262 … # Container's working directory. If not specified, the container runtime's default will…
19270 { # Volume represents a named volume in a container.
19294 …uot;secretName": "A String", # Name of the secret in the container's namespace…
19308 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
19335container": { # A single application container. This specifies both the container to run, the…
19336container's environment. If a variable cannot be resolved, the reference in the input string …
19339container's environment. If a variable cannot be resolved, the reference in the input string …
19342 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
19343 { # EnvVar represents an environment variable present in a Container.
19345 …E) are expanded using the previous defined environment variables in the container and any route en…
19366 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
19387container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
19388container is created. If the handler fails, the container is terminated and restarted according to…
19389 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19390 …mand line to execute inside the container, the working directory for the command is root ('/&…
19403 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19412 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19419container is terminated. The container is terminated after the handler completes. The reason for t…
19420 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19421 …mand line to execute inside the container, the working directory for the command is root ('/&…
19434 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19443 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19451container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19453 …es a specific action that should be taken # The action taken to determine the health of a container
19454 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19455 …mand line to execute inside the container, the working directory for the command is root ('/&…
19468 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19477 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19484 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19487 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19489 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
19490container. Exposing a port here gives the system additional information about the network connecti…
19491 { # ContainerPort represents a network port in a single container.
19499container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19501 …es a specific action that should be taken # The action taken to determine the health of a container
19502 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19503 …mand line to execute inside the container, the working directory for the command is root ('/&…
19516 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19525 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19532 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19535 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19537 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
19546 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19549 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19555container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
19556 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
19557 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
19565 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
19566 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
19567 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
19568container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
19569 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
19570container # The SELinux context to be applied to the container. If unspecified, the container runt…
19571 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
19572 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
19573 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
19574 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
19577 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
19578container runtime should close the stdin channel after it has been opened by a single attach. When…
19579 …ath at which the file to which the container's termination message will be written is mounted…
19580container status message on both success and failure. FallbackToLogsOnError will use the last chun…
19581 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
19582 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
19583 { # volumeDevice describes a mapping of a raw block device within a container.
19584 …ath": "A String", # devicePath is the path inside of the container that the device …
19588 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
19589 { # VolumeMount describes a mounting of a Volume within a container.
19590 …"mountPath": "A String", # Path within the container at which the volume shoul…
19591 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
19594 …th": "A String", # Path within the volume from which the container's volume sh…
19597 … # Container's working directory. If not specified, the container runtime's default will…
19599 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
19600container that defines the unit of execution for this Revision. In the context of a Revision, we d…
19601container. This specifies both the container to run, the command to run in the container and the a…
19602container's environment. If a variable cannot be resolved, the reference in the input string …
19605container's environment. If a variable cannot be resolved, the reference in the input string …
19608 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
19609 { # EnvVar represents an environment variable present in a Container.
19611 …E) are expanded using the previous defined environment variables in the container and any route en…
19632 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
19653container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
19654container is created. If the handler fails, the container is terminated and restarted according to…
19655 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19656 …mand line to execute inside the container, the working directory for the command is root ('/&…
19669 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19678 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19685container is terminated. The container is terminated after the handler completes. The reason for t…
19686 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19687 …mand line to execute inside the container, the working directory for the command is root ('/&…
19700 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19709 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19717container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19719 …es a specific action that should be taken # The action taken to determine the health of a container
19720 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19721 …mand line to execute inside the container, the working directory for the command is root ('/&…
19734 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19743 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19750 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19753 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19755 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
19756container. Exposing a port here gives the system additional information about the network connecti…
19757 { # ContainerPort represents a network port in a single container.
19765container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
19767 …es a specific action that should be taken # The action taken to determine the health of a container
19768 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
19769 …mand line to execute inside the container, the working directory for the command is root ('/&…
19782 … accept a name or number. # Name or number of the port to access on the container. Number must be …
19791 … accept a name or number. # Number or name of the port to access on the container. Number must be …
19798 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
19801 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
19803 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
19812 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19815 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
19821container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
19822 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
19823 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
19831 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
19832 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
19833 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
19834container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
19835 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
19836container # The SELinux context to be applied to the container. If unspecified, the container runt…
19837 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
19838 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
19839 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
19840 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
19843 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
19844container runtime should close the stdin channel after it has been opened by a single attach. When…
19845 …ath at which the file to which the container's termination message will be written is mounted…
19846container status message on both success and failure. FallbackToLogsOnError will use the last chun…
19847 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
19848 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
19849 { # volumeDevice describes a mapping of a raw block device within a container.
19850 …ath": "A String", # devicePath is the path inside of the container that the device …
19854 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
19855 { # VolumeMount describes a mounting of a Volume within a container.
19856 …"mountPath": "A String", # Path within the container at which the volume shoul…
19857 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
19860 …th": "A String", # Path within the volume from which the container's volume sh…
19863 … # Container's working directory. If not specified, the container runtime's default will…
19871 { # Volume represents a named volume in a container.
19895 …uot;secretName": "A String", # Name of the secret in the container's namespace…
19910container image, and may also include labels and annotations that should be attached to the Revisi…
19918 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
19945container": { # A single application container. This specifies both the container to run, the…
19946container's environment. If a variable cannot be resolved, the reference in the input string …
19949container's environment. If a variable cannot be resolved, the reference in the input string …
19952 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
19953 { # EnvVar represents an environment variable present in a Container.
19955 …E) are expanded using the previous defined environment variables in the container and any route en…
19976 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
19997container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
19998container is created. If the handler fails, the container is terminated and restarted according to…
19999 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20000 …mand line to execute inside the container, the working directory for the command is root ('/&…
20013 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20022 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20029container is terminated. The container is terminated after the handler completes. The reason for t…
20030 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20031 …mand line to execute inside the container, the working directory for the command is root ('/&…
20044 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20053 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20061container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20063 …es a specific action that should be taken # The action taken to determine the health of a container
20064 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20065 …mand line to execute inside the container, the working directory for the command is root ('/&…
20078 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20087 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20094 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20097 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20099 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
20100container. Exposing a port here gives the system additional information about the network connecti…
20101 { # ContainerPort represents a network port in a single container.
20109container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20111 …es a specific action that should be taken # The action taken to determine the health of a container
20112 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20113 …mand line to execute inside the container, the working directory for the command is root ('/&…
20126 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20135 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20142 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20145 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20147 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
20156 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20159 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20165container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
20166 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
20167 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
20175 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
20176 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
20177 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
20178container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
20179 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
20180container # The SELinux context to be applied to the container. If unspecified, the container runt…
20181 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
20182 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
20183 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
20184 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
20187 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
20188container runtime should close the stdin channel after it has been opened by a single attach. When…
20189 …ath at which the file to which the container's termination message will be written is mounted…
20190container status message on both success and failure. FallbackToLogsOnError will use the last chun…
20191 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
20192 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
20193 { # volumeDevice describes a mapping of a raw block device within a container.
20194 …ath": "A String", # devicePath is the path inside of the container that the device …
20198 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
20199 { # VolumeMount describes a mounting of a Volume within a container.
20200 …"mountPath": "A String", # Path within the container at which the volume shoul…
20201 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
20204 …th": "A String", # Path within the volume from which the container's volume sh…
20207 … # Container's working directory. If not specified, the container runtime's default will…
20209 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
20210container that defines the unit of execution for this Revision. In the context of a Revision, we d…
20211container. This specifies both the container to run, the command to run in the container and the a…
20212container's environment. If a variable cannot be resolved, the reference in the input string …
20215container's environment. If a variable cannot be resolved, the reference in the input string …
20218 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
20219 { # EnvVar represents an environment variable present in a Container.
20221 …E) are expanded using the previous defined environment variables in the container and any route en…
20242 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
20263container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
20264container is created. If the handler fails, the container is terminated and restarted according to…
20265 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20266 …mand line to execute inside the container, the working directory for the command is root ('/&…
20279 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20288 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20295container is terminated. The container is terminated after the handler completes. The reason for t…
20296 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20297 …mand line to execute inside the container, the working directory for the command is root ('/&…
20310 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20319 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20327container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20329 …es a specific action that should be taken # The action taken to determine the health of a container
20330 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20331 …mand line to execute inside the container, the working directory for the command is root ('/&…
20344 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20353 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20360 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20363 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20365 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
20366container. Exposing a port here gives the system additional information about the network connecti…
20367 { # ContainerPort represents a network port in a single container.
20375container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20377 …es a specific action that should be taken # The action taken to determine the health of a container
20378 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20379 …mand line to execute inside the container, the working directory for the command is root ('/&…
20392 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20401 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20408 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20411 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20413 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
20422 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20425 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20431container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
20432 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
20433 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
20441 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
20442 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
20443 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
20444container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
20445 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
20446container # The SELinux context to be applied to the container. If unspecified, the container runt…
20447 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
20448 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
20449 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
20450 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
20453 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
20454container runtime should close the stdin channel after it has been opened by a single attach. When…
20455 …ath at which the file to which the container's termination message will be written is mounted…
20456container status message on both success and failure. FallbackToLogsOnError will use the last chun…
20457 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
20458 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
20459 { # volumeDevice describes a mapping of a raw block device within a container.
20460 …ath": "A String", # devicePath is the path inside of the container that the device …
20464 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
20465 { # VolumeMount describes a mounting of a Volume within a container.
20466 …"mountPath": "A String", # Path within the container at which the volume shoul…
20467 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
20470 …th": "A String", # Path within the volume from which the container's volume sh…
20473 … # Container's working directory. If not specified, the container runtime's default will…
20481 { # Volume represents a named volume in a container.
20505 …uot;secretName": "A String", # Name of the secret in the container's namespace…
20519 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
20546container": { # A single application container. This specifies both the container to run, the…
20547container's environment. If a variable cannot be resolved, the reference in the input string …
20550container's environment. If a variable cannot be resolved, the reference in the input string …
20553 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
20554 { # EnvVar represents an environment variable present in a Container.
20556 …E) are expanded using the previous defined environment variables in the container and any route en…
20577 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
20598container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
20599container is created. If the handler fails, the container is terminated and restarted according to…
20600 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20601 …mand line to execute inside the container, the working directory for the command is root ('/&…
20614 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20623 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20630container is terminated. The container is terminated after the handler completes. The reason for t…
20631 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20632 …mand line to execute inside the container, the working directory for the command is root ('/&…
20645 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20654 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20662container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20664 …es a specific action that should be taken # The action taken to determine the health of a container
20665 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20666 …mand line to execute inside the container, the working directory for the command is root ('/&…
20679 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20688 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20695 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20698 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20700 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
20701container. Exposing a port here gives the system additional information about the network connecti…
20702 { # ContainerPort represents a network port in a single container.
20710container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20712 …es a specific action that should be taken # The action taken to determine the health of a container
20713 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20714 …mand line to execute inside the container, the working directory for the command is root ('/&…
20727 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20736 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20743 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20746 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20748 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
20757 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20760 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
20766container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
20767 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
20768 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
20776 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
20777 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
20778 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
20779container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
20780 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
20781container # The SELinux context to be applied to the container. If unspecified, the container runt…
20782 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
20783 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
20784 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
20785 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
20788 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
20789container runtime should close the stdin channel after it has been opened by a single attach. When…
20790 …ath at which the file to which the container's termination message will be written is mounted…
20791container status message on both success and failure. FallbackToLogsOnError will use the last chun…
20792 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
20793 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
20794 { # volumeDevice describes a mapping of a raw block device within a container.
20795 …ath": "A String", # devicePath is the path inside of the container that the device …
20799 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
20800 { # VolumeMount describes a mounting of a Volume within a container.
20801 …"mountPath": "A String", # Path within the container at which the volume shoul…
20802 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
20805 …th": "A String", # Path within the volume from which the container's volume sh…
20808 … # Container's working directory. If not specified, the container runtime's default will…
20810 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
20811container that defines the unit of execution for this Revision. In the context of a Revision, we d…
20812container. This specifies both the container to run, the command to run in the container and the a…
20813container's environment. If a variable cannot be resolved, the reference in the input string …
20816container's environment. If a variable cannot be resolved, the reference in the input string …
20819 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
20820 { # EnvVar represents an environment variable present in a Container.
20822 …E) are expanded using the previous defined environment variables in the container and any route en…
20843 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
20864container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
20865container is created. If the handler fails, the container is terminated and restarted according to…
20866 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20867 …mand line to execute inside the container, the working directory for the command is root ('/&…
20880 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20889 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20896container is terminated. The container is terminated after the handler completes. The reason for t…
20897 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20898 …mand line to execute inside the container, the working directory for the command is root ('/&…
20911 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20920 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20928container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20930 …es a specific action that should be taken # The action taken to determine the health of a container
20931 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20932 …mand line to execute inside the container, the working directory for the command is root ('/&…
20945 … accept a name or number. # Name or number of the port to access on the container. Number must be …
20954 … accept a name or number. # Number or name of the port to access on the container. Number must be …
20961 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
20964 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
20966 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
20967container. Exposing a port here gives the system additional information about the network connecti…
20968 { # ContainerPort represents a network port in a single container.
20976container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
20978 …es a specific action that should be taken # The action taken to determine the health of a container
20979 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
20980 …mand line to execute inside the container, the working directory for the command is root ('/&…
20993 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21002 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21009 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21012 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21014 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
21023 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21026 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21032container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
21033 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
21034 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
21042 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
21043 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
21044 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
21045container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
21046 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
21047container # The SELinux context to be applied to the container. If unspecified, the container runt…
21048 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
21049 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
21050 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
21051 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
21054 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
21055container runtime should close the stdin channel after it has been opened by a single attach. When…
21056 …ath at which the file to which the container's termination message will be written is mounted…
21057container status message on both success and failure. FallbackToLogsOnError will use the last chun…
21058 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
21059 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
21060 { # volumeDevice describes a mapping of a raw block device within a container.
21061 …ath": "A String", # devicePath is the path inside of the container that the device …
21065 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
21066 { # VolumeMount describes a mounting of a Volume within a container.
21067 …"mountPath": "A String", # Path within the container at which the volume shoul…
21068 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
21071 …th": "A String", # Path within the volume from which the container's volume sh…
21074 … # Container's working directory. If not specified, the container runtime's default will…
21082 { # Volume represents a named volume in a container.
21106 …uot;secretName": "A String", # Name of the secret in the container's namespace…
21122 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
21149container": { # A single application container. This specifies both the container to run, the…
21150container's environment. If a variable cannot be resolved, the reference in the input string …
21153container's environment. If a variable cannot be resolved, the reference in the input string …
21156 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
21157 { # EnvVar represents an environment variable present in a Container.
21159 …E) are expanded using the previous defined environment variables in the container and any route en…
21180 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
21201container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
21202container is created. If the handler fails, the container is terminated and restarted according to…
21203 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21204 …mand line to execute inside the container, the working directory for the command is root ('/&…
21217 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21226 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21233container is terminated. The container is terminated after the handler completes. The reason for t…
21234 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21235 …mand line to execute inside the container, the working directory for the command is root ('/&…
21248 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21257 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21265container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21267 …es a specific action that should be taken # The action taken to determine the health of a container
21268 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21269 …mand line to execute inside the container, the working directory for the command is root ('/&…
21282 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21291 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21298 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21301 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21303 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
21304container. Exposing a port here gives the system additional information about the network connecti…
21305 { # ContainerPort represents a network port in a single container.
21313container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21315 …es a specific action that should be taken # The action taken to determine the health of a container
21316 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21317 …mand line to execute inside the container, the working directory for the command is root ('/&…
21330 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21339 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21346 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21349 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21351 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
21360 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21363 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21369container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
21370 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
21371 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
21379 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
21380 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
21381 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
21382container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
21383 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
21384container # The SELinux context to be applied to the container. If unspecified, the container runt…
21385 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
21386 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
21387 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
21388 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
21391 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
21392container runtime should close the stdin channel after it has been opened by a single attach. When…
21393 …ath at which the file to which the container's termination message will be written is mounted…
21394container status message on both success and failure. FallbackToLogsOnError will use the last chun…
21395 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
21396 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
21397 { # volumeDevice describes a mapping of a raw block device within a container.
21398 …ath": "A String", # devicePath is the path inside of the container that the device …
21402 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
21403 { # VolumeMount describes a mounting of a Volume within a container.
21404 …"mountPath": "A String", # Path within the container at which the volume shoul…
21405 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
21408 …th": "A String", # Path within the volume from which the container's volume sh…
21411 … # Container's working directory. If not specified, the container runtime's default will…
21413 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
21414container that defines the unit of execution for this Revision. In the context of a Revision, we d…
21415container. This specifies both the container to run, the command to run in the container and the a…
21416container's environment. If a variable cannot be resolved, the reference in the input string …
21419container's environment. If a variable cannot be resolved, the reference in the input string …
21422 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
21423 { # EnvVar represents an environment variable present in a Container.
21425 …E) are expanded using the previous defined environment variables in the container and any route en…
21446 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
21467container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
21468container is created. If the handler fails, the container is terminated and restarted according to…
21469 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21470 …mand line to execute inside the container, the working directory for the command is root ('/&…
21483 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21492 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21499container is terminated. The container is terminated after the handler completes. The reason for t…
21500 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21501 …mand line to execute inside the container, the working directory for the command is root ('/&…
21514 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21523 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21531container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21533 …es a specific action that should be taken # The action taken to determine the health of a container
21534 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21535 …mand line to execute inside the container, the working directory for the command is root ('/&…
21548 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21557 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21564 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21567 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21569 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
21570container. Exposing a port here gives the system additional information about the network connecti…
21571 { # ContainerPort represents a network port in a single container.
21579container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21581 …es a specific action that should be taken # The action taken to determine the health of a container
21582 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21583 …mand line to execute inside the container, the working directory for the command is root ('/&…
21596 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21605 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21612 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21615 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
21617 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
21626 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21629 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
21635container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
21636 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
21637 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
21645 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
21646 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
21647 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
21648container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
21649 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
21650container # The SELinux context to be applied to the container. If unspecified, the container runt…
21651 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
21652 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
21653 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
21654 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
21657 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
21658container runtime should close the stdin channel after it has been opened by a single attach. When…
21659 …ath at which the file to which the container's termination message will be written is mounted…
21660container status message on both success and failure. FallbackToLogsOnError will use the last chun…
21661 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
21662 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
21663 { # volumeDevice describes a mapping of a raw block device within a container.
21664 …ath": "A String", # devicePath is the path inside of the container that the device …
21668 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
21669 { # VolumeMount describes a mounting of a Volume within a container.
21670 …"mountPath": "A String", # Path within the container at which the volume shoul…
21671 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
21674 …th": "A String", # Path within the volume from which the container's volume sh…
21677 … # Container's working directory. If not specified, the container runtime's default will…
21685 { # Volume represents a named volume in a container.
21709 …"secretName": "A String", # Name of the secret in the container's namespa…
21769 …{ # Service acts as a top-level container that manages a set of Routes and Configurations which im…
21779 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
21811container image, and may also include labels and annotations that should be attached to the Revisi…
21819 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
21846container": { # A single application container. This specifies both the container to run, the…
21847container's environment. If a variable cannot be resolved, the reference in the input string …
21850container's environment. If a variable cannot be resolved, the reference in the input string …
21853 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
21854 { # EnvVar represents an environment variable present in a Container.
21856 …E) are expanded using the previous defined environment variables in the container and any route en…
21877 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
21898container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
21899container is created. If the handler fails, the container is terminated and restarted according to…
21900 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21901 …mand line to execute inside the container, the working directory for the command is root ('/&…
21914 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21923 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21930container is terminated. The container is terminated after the handler completes. The reason for t…
21931 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21932 …mand line to execute inside the container, the working directory for the command is root ('/&…
21945 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21954 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21962container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
21964 …es a specific action that should be taken # The action taken to determine the health of a container
21965 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
21966 …mand line to execute inside the container, the working directory for the command is root ('/&…
21979 … accept a name or number. # Name or number of the port to access on the container. Number must be …
21988 … accept a name or number. # Number or name of the port to access on the container. Number must be …
21995 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
21998 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22000 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22001container. Exposing a port here gives the system additional information about the network connecti…
22002 { # ContainerPort represents a network port in a single container.
22010container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22012 …es a specific action that should be taken # The action taken to determine the health of a container
22013 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22014 …mand line to execute inside the container, the working directory for the command is root ('/&…
22027 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22036 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22043 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22046 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22048 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22057 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22060 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22066container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22067 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22068 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
22076 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
22077 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
22078 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
22079container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
22080 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
22081container # The SELinux context to be applied to the container. If unspecified, the container runt…
22082 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
22083 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
22084 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
22085 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
22088 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
22089container runtime should close the stdin channel after it has been opened by a single attach. When…
22090 …ath at which the file to which the container's termination message will be written is mounted…
22091container status message on both success and failure. FallbackToLogsOnError will use the last chun…
22092 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
22093 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
22094 { # volumeDevice describes a mapping of a raw block device within a container.
22095 …ath": "A String", # devicePath is the path inside of the container that the device …
22099 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
22100 { # VolumeMount describes a mounting of a Volume within a container.
22101 …"mountPath": "A String", # Path within the container at which the volume shoul…
22102 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
22105 …th": "A String", # Path within the volume from which the container's volume sh…
22108 … # Container's working directory. If not specified, the container runtime's default will…
22110 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
22111container that defines the unit of execution for this Revision. In the context of a Revision, we d…
22112container. This specifies both the container to run, the command to run in the container and the a…
22113container's environment. If a variable cannot be resolved, the reference in the input string …
22116container's environment. If a variable cannot be resolved, the reference in the input string …
22119 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
22120 { # EnvVar represents an environment variable present in a Container.
22122 …E) are expanded using the previous defined environment variables in the container and any route en…
22143 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
22164container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
22165container is created. If the handler fails, the container is terminated and restarted according to…
22166 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22167 …mand line to execute inside the container, the working directory for the command is root ('/&…
22180 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22189 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22196container is terminated. The container is terminated after the handler completes. The reason for t…
22197 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22198 …mand line to execute inside the container, the working directory for the command is root ('/&…
22211 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22220 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22228container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22230 …es a specific action that should be taken # The action taken to determine the health of a container
22231 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22232 …mand line to execute inside the container, the working directory for the command is root ('/&…
22245 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22254 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22261 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22264 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22266 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22267container. Exposing a port here gives the system additional information about the network connecti…
22268 { # ContainerPort represents a network port in a single container.
22276container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22278 …es a specific action that should be taken # The action taken to determine the health of a container
22279 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22280 …mand line to execute inside the container, the working directory for the command is root ('/&…
22293 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22302 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22309 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22312 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22314 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22323 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22326 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22332container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22333 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22334 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
22342 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
22343 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
22344 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
22345container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
22346 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
22347container # The SELinux context to be applied to the container. If unspecified, the container runt…
22348 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
22349 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
22350 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
22351 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
22354 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
22355container runtime should close the stdin channel after it has been opened by a single attach. When…
22356 …ath at which the file to which the container's termination message will be written is mounted…
22357container status message on both success and failure. FallbackToLogsOnError will use the last chun…
22358 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
22359 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
22360 { # volumeDevice describes a mapping of a raw block device within a container.
22361 …ath": "A String", # devicePath is the path inside of the container that the device …
22365 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
22366 { # VolumeMount describes a mounting of a Volume within a container.
22367 …"mountPath": "A String", # Path within the container at which the volume shoul…
22368 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
22371 …th": "A String", # Path within the volume from which the container's volume sh…
22374 … # Container's working directory. If not specified, the container runtime's default will…
22382 { # Volume represents a named volume in a container.
22406 …uot;secretName": "A String", # Name of the secret in the container's namespace…
22420 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
22447container": { # A single application container. This specifies both the container to run, the…
22448container's environment. If a variable cannot be resolved, the reference in the input string …
22451container's environment. If a variable cannot be resolved, the reference in the input string …
22454 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
22455 { # EnvVar represents an environment variable present in a Container.
22457 …E) are expanded using the previous defined environment variables in the container and any route en…
22478 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
22499container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
22500container is created. If the handler fails, the container is terminated and restarted according to…
22501 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22502 …mand line to execute inside the container, the working directory for the command is root ('/&…
22515 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22524 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22531container is terminated. The container is terminated after the handler completes. The reason for t…
22532 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22533 …mand line to execute inside the container, the working directory for the command is root ('/&…
22546 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22555 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22563container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22565 …es a specific action that should be taken # The action taken to determine the health of a container
22566 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22567 …mand line to execute inside the container, the working directory for the command is root ('/&…
22580 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22589 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22596 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22599 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22601 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22602container. Exposing a port here gives the system additional information about the network connecti…
22603 { # ContainerPort represents a network port in a single container.
22611container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22613 …es a specific action that should be taken # The action taken to determine the health of a container
22614 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22615 …mand line to execute inside the container, the working directory for the command is root ('/&…
22628 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22637 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22644 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22647 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22649 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22658 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22661 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22667container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22668 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22669 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
22677 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
22678 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
22679 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
22680container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
22681 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
22682container # The SELinux context to be applied to the container. If unspecified, the container runt…
22683 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
22684 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
22685 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
22686 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
22689 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
22690container runtime should close the stdin channel after it has been opened by a single attach. When…
22691 …ath at which the file to which the container's termination message will be written is mounted…
22692container status message on both success and failure. FallbackToLogsOnError will use the last chun…
22693 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
22694 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
22695 { # volumeDevice describes a mapping of a raw block device within a container.
22696 …ath": "A String", # devicePath is the path inside of the container that the device …
22700 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
22701 { # VolumeMount describes a mounting of a Volume within a container.
22702 …"mountPath": "A String", # Path within the container at which the volume shoul…
22703 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
22706 …th": "A String", # Path within the volume from which the container's volume sh…
22709 … # Container's working directory. If not specified, the container runtime's default will…
22711 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
22712container that defines the unit of execution for this Revision. In the context of a Revision, we d…
22713container. This specifies both the container to run, the command to run in the container and the a…
22714container's environment. If a variable cannot be resolved, the reference in the input string …
22717container's environment. If a variable cannot be resolved, the reference in the input string …
22720 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
22721 { # EnvVar represents an environment variable present in a Container.
22723 …E) are expanded using the previous defined environment variables in the container and any route en…
22744 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
22765container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
22766container is created. If the handler fails, the container is terminated and restarted according to…
22767 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22768 …mand line to execute inside the container, the working directory for the command is root ('/&…
22781 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22790 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22797container is terminated. The container is terminated after the handler completes. The reason for t…
22798 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22799 …mand line to execute inside the container, the working directory for the command is root ('/&…
22812 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22821 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22829container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22831 …es a specific action that should be taken # The action taken to determine the health of a container
22832 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22833 …mand line to execute inside the container, the working directory for the command is root ('/&…
22846 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22855 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22862 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22865 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22867 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
22868container. Exposing a port here gives the system additional information about the network connecti…
22869 { # ContainerPort represents a network port in a single container.
22877container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
22879 …es a specific action that should be taken # The action taken to determine the health of a container
22880 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
22881 …mand line to execute inside the container, the working directory for the command is root ('/&…
22894 … accept a name or number. # Name or number of the port to access on the container. Number must be …
22903 … accept a name or number. # Number or name of the port to access on the container. Number must be …
22910 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
22913 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
22915 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
22924 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22927 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
22933container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
22934 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
22935 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
22943 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
22944 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
22945 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
22946container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
22947 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
22948container # The SELinux context to be applied to the container. If unspecified, the container runt…
22949 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
22950 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
22951 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
22952 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
22955 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
22956container runtime should close the stdin channel after it has been opened by a single attach. When…
22957 …ath at which the file to which the container's termination message will be written is mounted…
22958container status message on both success and failure. FallbackToLogsOnError will use the last chun…
22959 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
22960 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
22961 { # volumeDevice describes a mapping of a raw block device within a container.
22962 …ath": "A String", # devicePath is the path inside of the container that the device …
22966 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
22967 { # VolumeMount describes a mounting of a Volume within a container.
22968 …"mountPath": "A String", # Path within the container at which the volume shoul…
22969 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
22972 …th": "A String", # Path within the volume from which the container's volume sh…
22975 … # Container's working directory. If not specified, the container runtime's default will…
22983 { # Volume represents a named volume in a container.
23007 …uot;secretName": "A String", # Name of the secret in the container's namespace…
23019container image, and may also include labels and annotations that should be attached to the Revisi…
23027 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
23054container": { # A single application container. This specifies both the container to run, the…
23055container's environment. If a variable cannot be resolved, the reference in the input string …
23058container's environment. If a variable cannot be resolved, the reference in the input string …
23061 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23062 { # EnvVar represents an environment variable present in a Container.
23064 …E) are expanded using the previous defined environment variables in the container and any route en…
23085 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
23106container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
23107container is created. If the handler fails, the container is terminated and restarted according to…
23108 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23109 …mand line to execute inside the container, the working directory for the command is root ('/&…
23122 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23131 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23138container is terminated. The container is terminated after the handler completes. The reason for t…
23139 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23140 …mand line to execute inside the container, the working directory for the command is root ('/&…
23153 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23162 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23170container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23172 …es a specific action that should be taken # The action taken to determine the health of a container
23173 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23174 …mand line to execute inside the container, the working directory for the command is root ('/&…
23187 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23196 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23203 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23206 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23208 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
23209container. Exposing a port here gives the system additional information about the network connecti…
23210 { # ContainerPort represents a network port in a single container.
23218container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23220 …es a specific action that should be taken # The action taken to determine the health of a container
23221 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23222 …mand line to execute inside the container, the working directory for the command is root ('/&…
23235 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23244 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23251 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23254 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23256 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
23265 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23268 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23274container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
23275 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
23276 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
23284 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
23285 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
23286 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
23287container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
23288 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
23289container # The SELinux context to be applied to the container. If unspecified, the container runt…
23290 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
23291 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
23292 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
23293 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
23296 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
23297container runtime should close the stdin channel after it has been opened by a single attach. When…
23298 …ath at which the file to which the container's termination message will be written is mounted…
23299container status message on both success and failure. FallbackToLogsOnError will use the last chun…
23300 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
23301 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
23302 { # volumeDevice describes a mapping of a raw block device within a container.
23303 …ath": "A String", # devicePath is the path inside of the container that the device …
23307 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
23308 { # VolumeMount describes a mounting of a Volume within a container.
23309 …"mountPath": "A String", # Path within the container at which the volume shoul…
23310 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
23313 …th": "A String", # Path within the volume from which the container's volume sh…
23316 … # Container's working directory. If not specified, the container runtime's default will…
23318 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
23319container that defines the unit of execution for this Revision. In the context of a Revision, we d…
23320container. This specifies both the container to run, the command to run in the container and the a…
23321container's environment. If a variable cannot be resolved, the reference in the input string …
23324container's environment. If a variable cannot be resolved, the reference in the input string …
23327 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23328 { # EnvVar represents an environment variable present in a Container.
23330 …E) are expanded using the previous defined environment variables in the container and any route en…
23351 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
23372container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
23373container is created. If the handler fails, the container is terminated and restarted according to…
23374 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23375 …mand line to execute inside the container, the working directory for the command is root ('/&…
23388 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23397 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23404container is terminated. The container is terminated after the handler completes. The reason for t…
23405 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23406 …mand line to execute inside the container, the working directory for the command is root ('/&…
23419 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23428 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23436container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23438 …es a specific action that should be taken # The action taken to determine the health of a container
23439 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23440 …mand line to execute inside the container, the working directory for the command is root ('/&…
23453 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23462 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23469 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23472 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23474 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
23475container. Exposing a port here gives the system additional information about the network connecti…
23476 { # ContainerPort represents a network port in a single container.
23484container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23486 …es a specific action that should be taken # The action taken to determine the health of a container
23487 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23488 …mand line to execute inside the container, the working directory for the command is root ('/&…
23501 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23510 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23517 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23520 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23522 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
23531 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23534 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23540container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
23541 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
23542 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
23550 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
23551 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
23552 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
23553container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
23554 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
23555container # The SELinux context to be applied to the container. If unspecified, the container runt…
23556 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
23557 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
23558 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
23559 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
23562 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
23563container runtime should close the stdin channel after it has been opened by a single attach. When…
23564 …ath at which the file to which the container's termination message will be written is mounted…
23565container status message on both success and failure. FallbackToLogsOnError will use the last chun…
23566 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
23567 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
23568 { # volumeDevice describes a mapping of a raw block device within a container.
23569 …ath": "A String", # devicePath is the path inside of the container that the device …
23573 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
23574 { # VolumeMount describes a mounting of a Volume within a container.
23575 …"mountPath": "A String", # Path within the container at which the volume shoul…
23576 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
23579 …th": "A String", # Path within the volume from which the container's volume sh…
23582 … # Container's working directory. If not specified, the container runtime's default will…
23590 { # Volume represents a named volume in a container.
23614 …uot;secretName": "A String", # Name of the secret in the container's namespace…
23628 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
23655container": { # A single application container. This specifies both the container to run, the…
23656container's environment. If a variable cannot be resolved, the reference in the input string …
23659container's environment. If a variable cannot be resolved, the reference in the input string …
23662 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23663 { # EnvVar represents an environment variable present in a Container.
23665 …E) are expanded using the previous defined environment variables in the container and any route en…
23686 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
23707container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
23708container is created. If the handler fails, the container is terminated and restarted according to…
23709 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23710 …mand line to execute inside the container, the working directory for the command is root ('/&…
23723 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23732 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23739container is terminated. The container is terminated after the handler completes. The reason for t…
23740 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23741 …mand line to execute inside the container, the working directory for the command is root ('/&…
23754 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23763 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23771container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23773 …es a specific action that should be taken # The action taken to determine the health of a container
23774 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23775 …mand line to execute inside the container, the working directory for the command is root ('/&…
23788 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23797 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23804 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23807 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23809 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
23810container. Exposing a port here gives the system additional information about the network connecti…
23811 { # ContainerPort represents a network port in a single container.
23819container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
23821 …es a specific action that should be taken # The action taken to determine the health of a container
23822 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23823 …mand line to execute inside the container, the working directory for the command is root ('/&…
23836 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23845 … accept a name or number. # Number or name of the port to access on the container. Number must be …
23852 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
23855 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
23857 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
23866 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23869 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
23875container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
23876 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
23877 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
23885 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
23886 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
23887 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
23888container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
23889 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
23890container # The SELinux context to be applied to the container. If unspecified, the container runt…
23891 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
23892 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
23893 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
23894 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
23897 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
23898container runtime should close the stdin channel after it has been opened by a single attach. When…
23899 …ath at which the file to which the container's termination message will be written is mounted…
23900container status message on both success and failure. FallbackToLogsOnError will use the last chun…
23901 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
23902 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
23903 { # volumeDevice describes a mapping of a raw block device within a container.
23904 …ath": "A String", # devicePath is the path inside of the container that the device …
23908 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
23909 { # VolumeMount describes a mounting of a Volume within a container.
23910 …"mountPath": "A String", # Path within the container at which the volume shoul…
23911 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
23914 …th": "A String", # Path within the volume from which the container's volume sh…
23917 … # Container's working directory. If not specified, the container runtime's default will…
23919 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
23920container that defines the unit of execution for this Revision. In the context of a Revision, we d…
23921container. This specifies both the container to run, the command to run in the container and the a…
23922container's environment. If a variable cannot be resolved, the reference in the input string …
23925container's environment. If a variable cannot be resolved, the reference in the input string …
23928 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
23929 { # EnvVar represents an environment variable present in a Container.
23931 …E) are expanded using the previous defined environment variables in the container and any route en…
23952 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
23973container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
23974container is created. If the handler fails, the container is terminated and restarted according to…
23975 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
23976 …mand line to execute inside the container, the working directory for the command is root ('/&…
23989 … accept a name or number. # Name or number of the port to access on the container. Number must be …
23998 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24005container is terminated. The container is terminated after the handler completes. The reason for t…
24006 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24007 …mand line to execute inside the container, the working directory for the command is root ('/&…
24020 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24029 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24037container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24039 …es a specific action that should be taken # The action taken to determine the health of a container
24040 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24041 …mand line to execute inside the container, the working directory for the command is root ('/&…
24054 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24063 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24070 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24073 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24075 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
24076container. Exposing a port here gives the system additional information about the network connecti…
24077 { # ContainerPort represents a network port in a single container.
24085container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24087 …es a specific action that should be taken # The action taken to determine the health of a container
24088 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24089 …mand line to execute inside the container, the working directory for the command is root ('/&…
24102 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24111 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24118 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24121 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24123 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
24132 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24135 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24141container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
24142 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
24143 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
24151 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
24152 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
24153 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
24154container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
24155 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
24156container # The SELinux context to be applied to the container. If unspecified, the container runt…
24157 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
24158 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
24159 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
24160 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
24163 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
24164container runtime should close the stdin channel after it has been opened by a single attach. When…
24165 …ath at which the file to which the container's termination message will be written is mounted…
24166container status message on both success and failure. FallbackToLogsOnError will use the last chun…
24167 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
24168 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
24169 { # volumeDevice describes a mapping of a raw block device within a container.
24170 …ath": "A String", # devicePath is the path inside of the container that the device …
24174 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
24175 { # VolumeMount describes a mounting of a Volume within a container.
24176 …"mountPath": "A String", # Path within the container at which the volume shoul…
24177 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
24180 …th": "A String", # Path within the volume from which the container's volume sh…
24183 … # Container's working directory. If not specified, the container runtime's default will…
24191 { # Volume represents a named volume in a container.
24215 …uot;secretName": "A String", # Name of the secret in the container's namespace…
24230container image, and may also include labels and annotations that should be attached to the Revisi…
24238 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
24265container": { # A single application container. This specifies both the container to run, the…
24266container's environment. If a variable cannot be resolved, the reference in the input string …
24269container's environment. If a variable cannot be resolved, the reference in the input string …
24272 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
24273 { # EnvVar represents an environment variable present in a Container.
24275 …E) are expanded using the previous defined environment variables in the container and any route en…
24296 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
24317container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
24318container is created. If the handler fails, the container is terminated and restarted according to…
24319 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24320 …mand line to execute inside the container, the working directory for the command is root ('/&…
24333 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24342 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24349container is terminated. The container is terminated after the handler completes. The reason for t…
24350 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24351 …mand line to execute inside the container, the working directory for the command is root ('/&…
24364 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24373 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24381container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24383 …es a specific action that should be taken # The action taken to determine the health of a container
24384 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24385 …mand line to execute inside the container, the working directory for the command is root ('/&…
24398 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24407 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24414 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24417 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24419 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
24420container. Exposing a port here gives the system additional information about the network connecti…
24421 { # ContainerPort represents a network port in a single container.
24429container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24431 …es a specific action that should be taken # The action taken to determine the health of a container
24432 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24433 …mand line to execute inside the container, the working directory for the command is root ('/&…
24446 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24455 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24462 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24465 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24467 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
24476 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24479 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24485container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
24486 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
24487 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
24495 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
24496 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
24497 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
24498container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
24499 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
24500container # The SELinux context to be applied to the container. If unspecified, the container runt…
24501 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
24502 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
24503 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
24504 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
24507 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
24508container runtime should close the stdin channel after it has been opened by a single attach. When…
24509 …ath at which the file to which the container's termination message will be written is mounted…
24510container status message on both success and failure. FallbackToLogsOnError will use the last chun…
24511 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
24512 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
24513 { # volumeDevice describes a mapping of a raw block device within a container.
24514 …ath": "A String", # devicePath is the path inside of the container that the device …
24518 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
24519 { # VolumeMount describes a mounting of a Volume within a container.
24520 …"mountPath": "A String", # Path within the container at which the volume shoul…
24521 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
24524 …th": "A String", # Path within the volume from which the container's volume sh…
24527 … # Container's working directory. If not specified, the container runtime's default will…
24529 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
24530container that defines the unit of execution for this Revision. In the context of a Revision, we d…
24531container. This specifies both the container to run, the command to run in the container and the a…
24532container's environment. If a variable cannot be resolved, the reference in the input string …
24535container's environment. If a variable cannot be resolved, the reference in the input string …
24538 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
24539 { # EnvVar represents an environment variable present in a Container.
24541 …E) are expanded using the previous defined environment variables in the container and any route en…
24562 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
24583container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
24584container is created. If the handler fails, the container is terminated and restarted according to…
24585 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24586 …mand line to execute inside the container, the working directory for the command is root ('/&…
24599 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24608 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24615container is terminated. The container is terminated after the handler completes. The reason for t…
24616 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24617 …mand line to execute inside the container, the working directory for the command is root ('/&…
24630 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24639 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24647container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24649 …es a specific action that should be taken # The action taken to determine the health of a container
24650 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24651 …mand line to execute inside the container, the working directory for the command is root ('/&…
24664 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24673 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24680 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24683 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24685 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
24686container. Exposing a port here gives the system additional information about the network connecti…
24687 { # ContainerPort represents a network port in a single container.
24695container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24697 …es a specific action that should be taken # The action taken to determine the health of a container
24698 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24699 …mand line to execute inside the container, the working directory for the command is root ('/&…
24712 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24721 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24728 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
24731 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
24733 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
24742 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24745 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
24751container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
24752 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
24753 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
24761 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
24762 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
24763 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
24764container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
24765 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
24766container # The SELinux context to be applied to the container. If unspecified, the container runt…
24767 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
24768 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
24769 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
24770 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
24773 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
24774container runtime should close the stdin channel after it has been opened by a single attach. When…
24775 …ath at which the file to which the container's termination message will be written is mounted…
24776container status message on both success and failure. FallbackToLogsOnError will use the last chun…
24777 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
24778 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
24779 { # volumeDevice describes a mapping of a raw block device within a container.
24780 …ath": "A String", # devicePath is the path inside of the container that the device …
24784 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
24785 { # VolumeMount describes a mounting of a Volume within a container.
24786 …"mountPath": "A String", # Path within the container at which the volume shoul…
24787 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
24790 …th": "A String", # Path within the volume from which the container's volume sh…
24793 … # Container's working directory. If not specified, the container runtime's default will…
24801 { # Volume represents a named volume in a container.
24825 …uot;secretName": "A String", # Name of the secret in the container's namespace…
24839 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
24866container": { # A single application container. This specifies both the container to run, the…
24867container's environment. If a variable cannot be resolved, the reference in the input string …
24870container's environment. If a variable cannot be resolved, the reference in the input string …
24873 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
24874 { # EnvVar represents an environment variable present in a Container.
24876 …E) are expanded using the previous defined environment variables in the container and any route en…
24897 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
24918container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
24919container is created. If the handler fails, the container is terminated and restarted according to…
24920 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24921 …mand line to execute inside the container, the working directory for the command is root ('/&…
24934 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24943 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24950container is terminated. The container is terminated after the handler completes. The reason for t…
24951 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24952 …mand line to execute inside the container, the working directory for the command is root ('/&…
24965 … accept a name or number. # Name or number of the port to access on the container. Number must be …
24974 … accept a name or number. # Number or name of the port to access on the container. Number must be …
24982container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
24984 …es a specific action that should be taken # The action taken to determine the health of a container
24985 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
24986 …mand line to execute inside the container, the working directory for the command is root ('/&…
24999 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25008 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25015 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25018 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25020 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25021container. Exposing a port here gives the system additional information about the network connecti…
25022 { # ContainerPort represents a network port in a single container.
25030container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25032 …es a specific action that should be taken # The action taken to determine the health of a container
25033 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25034 …mand line to execute inside the container, the working directory for the command is root ('/&…
25047 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25056 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25063 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25066 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25068 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
25077 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25080 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25086container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
25087 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
25088 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
25096 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
25097 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
25098 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
25099container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
25100 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
25101container # The SELinux context to be applied to the container. If unspecified, the container runt…
25102 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
25103 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
25104 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
25105 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
25108 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
25109container runtime should close the stdin channel after it has been opened by a single attach. When…
25110 …ath at which the file to which the container's termination message will be written is mounted…
25111container status message on both success and failure. FallbackToLogsOnError will use the last chun…
25112 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
25113 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
25114 { # volumeDevice describes a mapping of a raw block device within a container.
25115 …ath": "A String", # devicePath is the path inside of the container that the device …
25119 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
25120 { # VolumeMount describes a mounting of a Volume within a container.
25121 …"mountPath": "A String", # Path within the container at which the volume shoul…
25122 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
25125 …th": "A String", # Path within the volume from which the container's volume sh…
25128 … # Container's working directory. If not specified, the container runtime's default will…
25130 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
25131container that defines the unit of execution for this Revision. In the context of a Revision, we d…
25132container. This specifies both the container to run, the command to run in the container and the a…
25133container's environment. If a variable cannot be resolved, the reference in the input string …
25136container's environment. If a variable cannot be resolved, the reference in the input string …
25139 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
25140 { # EnvVar represents an environment variable present in a Container.
25142 …E) are expanded using the previous defined environment variables in the container and any route en…
25163 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
25184container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
25185container is created. If the handler fails, the container is terminated and restarted according to…
25186 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25187 …mand line to execute inside the container, the working directory for the command is root ('/&…
25200 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25209 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25216container is terminated. The container is terminated after the handler completes. The reason for t…
25217 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25218 …mand line to execute inside the container, the working directory for the command is root ('/&…
25231 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25240 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25248container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25250 …es a specific action that should be taken # The action taken to determine the health of a container
25251 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25252 …mand line to execute inside the container, the working directory for the command is root ('/&…
25265 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25274 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25281 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25284 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25286 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25287container. Exposing a port here gives the system additional information about the network connecti…
25288 { # ContainerPort represents a network port in a single container.
25296container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25298 …es a specific action that should be taken # The action taken to determine the health of a container
25299 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25300 …mand line to execute inside the container, the working directory for the command is root ('/&…
25313 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25322 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25329 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25332 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25334 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
25343 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25346 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25352container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
25353 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
25354 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
25362 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
25363 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
25364 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
25365container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
25366 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
25367container # The SELinux context to be applied to the container. If unspecified, the container runt…
25368 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
25369 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
25370 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
25371 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
25374 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
25375container runtime should close the stdin channel after it has been opened by a single attach. When…
25376 …ath at which the file to which the container's termination message will be written is mounted…
25377container status message on both success and failure. FallbackToLogsOnError will use the last chun…
25378 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
25379 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
25380 { # volumeDevice describes a mapping of a raw block device within a container.
25381 …ath": "A String", # devicePath is the path inside of the container that the device …
25385 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
25386 { # VolumeMount describes a mounting of a Volume within a container.
25387 …"mountPath": "A String", # Path within the container at which the volume shoul…
25388 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
25391 …th": "A String", # Path within the volume from which the container's volume sh…
25394 … # Container's working directory. If not specified, the container runtime's default will…
25402 { # Volume represents a named volume in a container.
25426 …uot;secretName": "A String", # Name of the secret in the container's namespace…
25442 …conds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanu…
25469container": { # A single application container. This specifies both the container to run, the…
25470container's environment. If a variable cannot be resolved, the reference in the input string …
25473container's environment. If a variable cannot be resolved, the reference in the input string …
25476 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
25477 { # EnvVar represents an environment variable present in a Container.
25479 …E) are expanded using the previous defined environment variables in the container and any route en…
25500 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
25521container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
25522container is created. If the handler fails, the container is terminated and restarted according to…
25523 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25524 …mand line to execute inside the container, the working directory for the command is root ('/&…
25537 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25546 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25553container is terminated. The container is terminated after the handler completes. The reason for t…
25554 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25555 …mand line to execute inside the container, the working directory for the command is root ('/&…
25568 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25577 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25585container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25587 …es a specific action that should be taken # The action taken to determine the health of a container
25588 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25589 …mand line to execute inside the container, the working directory for the command is root ('/&…
25602 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25611 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25618 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25621 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25623 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25624container. Exposing a port here gives the system additional information about the network connecti…
25625 { # ContainerPort represents a network port in a single container.
25633container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25635 …es a specific action that should be taken # The action taken to determine the health of a container
25636 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25637 …mand line to execute inside the container, the working directory for the command is root ('/&…
25650 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25659 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25666 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25669 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25671 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
25680 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25683 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25689container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
25690 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
25691 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
25699 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
25700 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
25701 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
25702container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
25703 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
25704container # The SELinux context to be applied to the container. If unspecified, the container runt…
25705 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
25706 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
25707 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
25708 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
25711 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
25712container runtime should close the stdin channel after it has been opened by a single attach. When…
25713 …ath at which the file to which the container's termination message will be written is mounted…
25714container status message on both success and failure. FallbackToLogsOnError will use the last chun…
25715 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
25716 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
25717 { # volumeDevice describes a mapping of a raw block device within a container.
25718 …ath": "A String", # devicePath is the path inside of the container that the device …
25722 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
25723 { # VolumeMount describes a mounting of a Volume within a container.
25724 …"mountPath": "A String", # Path within the container at which the volume shoul…
25725 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
25728 …th": "A String", # Path within the volume from which the container's volume sh…
25731 … # Container's working directory. If not specified, the container runtime's default will…
25733 …rency specifies the maximum allowed in-flight (concurrent) requests per container instance of the …
25734container that defines the unit of execution for this Revision. In the context of a Revision, we d…
25735container. This specifies both the container to run, the command to run in the container and the a…
25736container's environment. If a variable cannot be resolved, the reference in the input string …
25739container's environment. If a variable cannot be resolved, the reference in the input string …
25742 …"env": [ # List of environment variables to set in the container. Cannot be updated. +op…
25743 { # EnvVar represents an environment variable present in a Container.
25745 …E) are expanded using the previous defined environment variables in the container and any route en…
25766 …es in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys wil…
25787container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the co…
25788container is created. If the handler fails, the container is terminated and restarted according to…
25789 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25790 …mand line to execute inside the container, the working directory for the command is root ('/&…
25803 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25812 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25819container is terminated. The container is terminated after the handler completes. The reason for t…
25820 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25821 …mand line to execute inside the container, the working directory for the command is root ('/&…
25834 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25843 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25851container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25853 …es a specific action that should be taken # The action taken to determine the health of a container
25854 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25855 …mand line to execute inside the container, the working directory for the command is root ('/&…
25868 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25877 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25884 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25887 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25889 …ot;name": "A String", # Name of the container specified as a DNS_LABEL. Each contai…
25890container. Exposing a port here gives the system additional information about the network connecti…
25891 { # ContainerPort represents a network port in a single container.
25899container to determine whether it is alive or ready to receive traffic. # Periodic probe of contai…
25901 …es a specific action that should be taken # The action taken to determine the health of a container
25902 …"exec": { # ExecAction describes a "run in container" action. # One and only o…
25903 …mand line to execute inside the container, the working directory for the command is root ('/&…
25916 … accept a name or number. # Name or number of the port to access on the container. Number must be …
25925 … accept a name or number. # Number or name of the port to access on the container. Number must be …
25932 …the container has started before liveness probes are initiated. More info: https://kubernetes.io/d…
25935 …e info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional
25937 …the compute resource requirements. # Compute Resources required by this container. Cannot be updat…
25946 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25949 …imum amount of compute resources required. If Requests is omitted for a container, it defaults to …
25955container. Some fields are present in both SecurityContext and PodSecurityContext. When both are s…
25956 … no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always w…
25957 … containers. Defaults to the default set of capabilities granted by the container runtime. +option…
25965 …"privileged": True or False, # Run container in privileged mode. Processes in privileged…
25966 …"readOnlyRootFilesystem": True or False, # Whether this container has a read-only root f…
25967 …"runAsGroup": 42, # The GID to run the entrypoint of the container process. Uses runtime…
25968container must run as a non-root user. If true, the Kubelet will validate the image at runtime to …
25969 …"runAsUser": 42, # The UID to run the entrypoint of the container process. Defaults to u…
25970container # The SELinux context to be applied to the container. If unspecified, the container runt…
25971 …uot;: "A String", # Level is SELinux level label that applies to the container. +optional
25972 …uot;: "A String", # Role is a SELinux role label that applies to the container. +optional
25973 …uot;: "A String", # Type is a SELinux type label that applies to the container. +optional
25974 …uot;: "A String", # User is a SELinux user label that applies to the container. +optional
25977 … Whether this container should allocate a buffer for stdin in the container runtime. If this is no…
25978container runtime should close the stdin channel after it has been opened by a single attach. When…
25979 …ath at which the file to which the container's termination message will be written is mounted…
25980container status message on both success and failure. FallbackToLogsOnError will use the last chun…
25981 …"tty": True or False, # Whether this container should allocate a TTY for itself, also re…
25982 …quot;: [ # volumeDevices is the list of block devices to be used by the container. This is an alph…
25983 { # volumeDevice describes a mapping of a raw block device within a container.
25984 …ath": "A String", # devicePath is the path inside of the container that the device …
25988 …"volumeMounts": [ # Pod volumes to mount into the container's filesystem. Cannot be…
25989 { # VolumeMount describes a mounting of a Volume within a container.
25990 …"mountPath": "A String", # Path within the container at which the volume shoul…
25991 … mountPropagation determines how mounts are propagated from the host to container and the other wa…
25994 …th": "A String", # Path within the volume from which the container's volume sh…
25997 … # Container's working directory. If not specified, the container runtime's default will…
26005 { # Volume represents a named volume in a container.
26029 …"secretName": "A String", # Name of the secret in the container's namespa…