Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for Mathis (0.09 sec)

  1. tools/certs/Makefile.k8s.mk

    .DEFAULT_GOAL := help
    
    SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
    
    include $(SELF_DIR)common.mk
    
    #------------------------------------------------------------------------
    ##help:		print this help message
    .PHONY: help
    
    help:
    	@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/##//'
    
    #------------------------------------------------------------------------
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 27 13:15:29 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. tests/integration/security/testdata/authz/conditions.yaml.tmpl

      rules:
      - to:
        - operation:
            paths: [ "/destination-ip-good" ]
        when:
        - key: destination.ip
          values: {{ .To.MustWorkloads.Addresses | toJson }}
      - to:
        - operation:
            paths: [ "/destination-ip-bad" ]
        when:
        - key: destination.ip
          values: [ "1.2.3.4" ]
      - to:
          - operation:
              paths: [ "/destination-ip-notValues" ]
        when:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 4K bytes
    - Viewed (0)
  3. tests/integration/security/testdata/authz/workload-bad.yaml.tmpl

    metadata:
      name: policy-{{ .To.ServiceName }}-bad
    spec:
      selector:
        matchLabels:
          "app": "{{ .To.ServiceName }}"
          "foo": "bla"
      rules:
        - to:
            - operation:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 392 bytes
    - Viewed (0)
Back to top