Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for discoveryv1 (0.14 sec)

  1. pkg/apis/core/types.go

    	// the portal is either an IP or ip_addr:port if port is other than default (typically TCP ports 860 and 3260)
    	// +optional
    	Portals []string
    	// Optional: whether support iSCSI Discovery CHAP authentication
    	// +optional
    	DiscoveryCHAPAuth bool
    	// Optional: whether support iSCSI Session CHAP authentication
    	// +optional
    	SessionCHAPAuth bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

        resources:
          - pods
          - nodes
          - namespaces
        verbs:
          - get
      # EndpointSlices are used for Service-based network policy rule
      # enforcement.
      - apiGroups: ["discovery.k8s.io"]
        resources:
          - endpointslices
        verbs:
          - watch
          - list
      - apiGroups: [""]
        resources:
          - endpoints
          - services
        verbs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top