kubernetes/pkg/api/pod/util_test.go

func TestVisitContainers(t *testing.T) {}

func TestPodSecrets(t *testing.T) {}

// collectResourcePaths traverses the object, computing all the struct paths that lead to fields with resourcename in the name.
func collectResourcePaths(t *testing.T, resourcename string, path *field.Path, name string, tp reflect.Type) sets.Set[string] {}

func TestPodConfigmaps(t *testing.T) {}

func TestDropFSGroupFields(t *testing.T) {}

func TestDropProcMount(t *testing.T) {}

func TestDropAppArmor(t *testing.T) {}

func TestDropDynamicResourceAllocation(t *testing.T) {}

func TestValidatePodDeletionCostOption(t *testing.T) {}

func TestDropDisabledPodStatusFields(t *testing.T) {}

func makeHostIPs(ips ...string) []api.HostIP {}

func TestDropNodeInclusionPolicyFields(t *testing.T) {}

func Test_dropDisabledMatchLabelKeysFieldInPodAffinity(t *testing.T) {}

func Test_dropDisabledMatchLabelKeysFieldInTopologySpread(t *testing.T) {}

func TestDropHostUsers(t *testing.T) {}

func TestValidateTopologySpreadConstraintLabelSelectorOption(t *testing.T) {}

func TestValidateAllowNonLocalProjectedTokenPathOption(t *testing.T) {}

func TestDropInPlacePodVerticalScaling(t *testing.T) {}

func TestDropSidecarContainers(t *testing.T) {}

func TestMarkPodProposedForResize(t *testing.T) {}

func TestDropClusterTrustBundleProjectedVolumes(t *testing.T) {}

func TestDropPodLifecycleSleepAction(t *testing.T) {}

func TestDropSupplementalGroupsPolicy(t *testing.T) {}

func TestDropImageVolumes(t *testing.T) {}

func TestDropSELinuxChangePolicy(t *testing.T) {}