mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Merge pull request #69694 from jessfraz/69647
add default for ProcMountType
This commit is contained in:
3
api/swagger-spec/apps_v1.json
generated
3
api/swagger-spec/apps_v1.json
generated
@@ -8657,9 +8657,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
3
api/swagger-spec/apps_v1beta1.json
generated
3
api/swagger-spec/apps_v1beta1.json
generated
@@ -6169,9 +6169,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
3
api/swagger-spec/apps_v1beta2.json
generated
3
api/swagger-spec/apps_v1beta2.json
generated
@@ -8657,9 +8657,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
3
api/swagger-spec/batch_v1.json
generated
3
api/swagger-spec/batch_v1.json
generated
@@ -3353,9 +3353,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
3
api/swagger-spec/batch_v1beta1.json
generated
3
api/swagger-spec/batch_v1beta1.json
generated
@@ -3408,9 +3408,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
3
api/swagger-spec/batch_v2alpha1.json
generated
3
api/swagger-spec/batch_v2alpha1.json
generated
@@ -3408,9 +3408,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
3
api/swagger-spec/extensions_v1beta1.json
generated
3
api/swagger-spec/extensions_v1beta1.json
generated
@@ -9353,9 +9353,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
3
api/swagger-spec/v1.json
generated
3
api/swagger-spec/v1.json
generated
@@ -22533,9 +22533,6 @@
|
||||
"v1.SecurityContext": {
|
||||
"id": "v1.SecurityContext",
|
||||
"description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
|
||||
"required": [
|
||||
"procMount"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "v1.Capabilities",
|
||||
|
||||
Reference in New Issue
Block a user