mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
generated code
This commit is contained in:
@@ -49509,19 +49509,19 @@
|
||||
"description": "Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.",
|
||||
"type": "string"
|
||||
},
|
||||
"hostIPC": {
|
||||
"description": "Use the host's ipc namespace. Optional: Default to false.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"hostMappings": {
|
||||
"hostAliases": {
|
||||
"description": "HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.HostAlias"
|
||||
},
|
||||
"x-kubernetes-patch-merge-key": "IP",
|
||||
"x-kubernetes-patch-merge-key": "ip",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
},
|
||||
"hostIPC": {
|
||||
"description": "Use the host's ipc namespace. Optional: Default to false.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"hostNetwork": {
|
||||
"description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.",
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user