Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for addAction (0.47 sec)

  1. prow/config/calico.yaml

                  bpfL3IfacePattern:
                    description: BPFL3IfacePattern is a regular expression that allows
                      to list tunnel devices like wireguard or vxlan (i.e., L3 devices)
                      in addition to BPFDataIfacePattern. That is, tunnel interfaces not
                      created by Calico, that Calico workload traffic flows over as well
                      as any interfaces that handle incoming traffic to nodeports and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// +optional
    	RunAsNonRoot *bool
    	// A list of groups applied to the first process run in each container, in
    	// addition to the container's primary GID and fsGroup (if specified).  If
    	// the SupplementalGroupsPolicy feature is enabled, the
    	// supplementalGroupsPolicy field determines whether these are in addition
    	// to or instead of any group memberships defined in the container image.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. doc/go_spec.html

    within matching brace brackets.
    </p>
    
    <pre class="ebnf">
    Block = "{" StatementList "}" .
    StatementList = { Statement ";" } .
    </pre>
    
    <p>
    In addition to explicit blocks in the source code, there are implicit blocks:
    </p>
    
    <ol>
    	<li>The <i>universe block</i> encompasses all Go source text.</li>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// A list of groups applied to the first process run in each container, in
    	// addition to the container's primary GID and fsGroup (if specified).  If
    	// the SupplementalGroupsPolicy feature is enabled, the
    	// supplementalGroupsPolicy field determines whether these are in addition
    	// to or instead of any group memberships defined in the container image.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"supplementalGroups":       "A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified).  If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      optional bool runAsNonRoot = 3;
    
      // A list of groups applied to the first process run in each container, in
      // addition to the container's primary GID and fsGroup (if specified).  If
      // the SupplementalGroupsPolicy feature is enabled, the
      // supplementalGroupsPolicy field determines whether these are in addition
      // to or instead of any group memberships defined in the container image.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    The SIG also provided match criteria that allow policy rules to match a source or destination CIDR. Both features are in beta. SIG Network also improved the kube-proxy to include an alpha IPVS mode in addition to the current iptables and userspace modes.
    
    [SIG Network]: https://github.com/kubernetes/community/tree/master/sig-network
    
    ### SIG Scalability
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.29.md

      the cloud provider take both IPs into account. ([#120275](https://github.com/kubernetes/kubernetes/pull/120275), [@danwinship](https://github.com/danwinship))
    - The `Dockerfile` for the kubectl image has been updated with the addition of a specific base image and essential utilities (bash and jq). ([#119592](https://github.com/kubernetes/kubernetes/pull/119592), [@rayandas](https://github.com/rayandas))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/core/v1/generated.proto

      // Human-readable message indicating details about last transition.
      // +optional
      optional string message = 6;
    }
    
    // PodDNSConfig defines the DNS parameters of a pod in addition to
    // those generated from DNSPolicy.
    message PodDNSConfig {
      // A list of DNS name server IP addresses.
      // This will be appended to the base nameservers generated from DNSPolicy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top