Merge pull request #122422 from neolit123/1.30-update-hostaliases-note

core/v1: remove note about hostAliases not working with hostNetwork
This commit is contained in:
Kubernetes Prow Robot
2024-03-04 16:21:21 -08:00
committed by GitHub
9 changed files with 9 additions and 9 deletions

View File

@@ -26321,7 +26321,7 @@ func schema_k8sio_api_core_v1_PodSpec(ref common.ReferenceCallback) common.OpenA
},
},
SchemaProps: spec.SchemaProps{
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.",
Description: "HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{