Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for runAsGroup (0.17 sec)

  1. cluster/gce/gci/configure-helper.sh

        sed -i -e "s@{{runAsGroup}}@\"runAsGroup\":${KUBE_CONTROLLER_MANAGER_RUNASGROUP},@g" "${src_file}"
        sed -i -e "s@{{supplementalGroups}}@\"supplementalGroups\": [ ${KUBE_PKI_READERS_GROUP} ],@g" "${src_file}"
      else
        sed -i -e "s@{{runAsUser}}@@g" "${src_file}"
        sed -i -e "s@{{runAsGroup}}@@g" "${src_file}"
        sed -i -e "s@{{supplementalGroups}}@@g" "${src_file}"
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. pkg/apis/core/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.RunAsUser != nil {
    		in, out := &in.RunAsUser, &out.RunAsUser
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsGroup != nil {
    		in, out := &in.RunAsGroup, &out.RunAsGroup
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsNonRoot != nil {
    		in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
    		*out = new(bool)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.RunAsUser != nil {
    		in, out := &in.RunAsUser, &out.RunAsUser
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsGroup != nil {
    		in, out := &in.RunAsGroup, &out.RunAsGroup
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsNonRoot != nil {
    		in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
    		*out = new(bool)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
Back to top