Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 86 of 86 for APIGroups (0.2 sec)

  1. tests/integration/security/egress_sidecar_tls_origination_test.go

    		"Namespace":      clientNamespace.Name(),
    	}
    
    	role := `
    apiVersion: rbac.authorization.k8s.io/v1
    kind: Role
    metadata:
      name: allow-list-secrets
    rules:
    - apiGroups:
      - ""
      resources:
      - secrets
      verbs:
      - list
    `
    
    	rolebinding := `
    apiVersion: rbac.authorization.k8s.io/v1
    kind: RoleBinding
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. operator/cmd/mesh/manifest-generate_test.go

      clientConfig:
        service:
          name: istiod
          namespace: istio-system
          path: "/inject"
      sideEffects: None
      rules:
      - operations: [ "CREATE" ]
        apiGroups: [""]
        apiVersions: ["v1"]
        resources: ["pods"]
      failurePolicy: Fail
      admissionReviewVersions: ["v1beta1", "v1"]
      namespaceSelector:
        matchLabels:
          istio-injection: enabled
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    									},
    								},
    							},
    						},
    					},
    					"apiGroups": {
    						VendorExtensible: spec.VendorExtensible{
    							Extensions: spec.Extensions{
    								"x-kubernetes-list-type": "atomic",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go

    	// external (public internet) URLs for this GenericAPIServer.
    	ExternalAddress string
    
    	// Serializer controls how common API objects not in a group/version prefix are serialized for this server.
    	// Individual APIGroups may define their own serializers.
    	Serializer runtime.NegotiatedSerializer
    
    	// "Outputs"
    	// Handler holds the handlers being used by this API server
    	Handler *APIServerHandler
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers_test.go

    							Kind:  flowcontrol.SubjectKindGroup,
    							Group: &flowcontrol.GroupSubject{Name: "system:authenticated"},
    						}},
    						ResourceRules: []flowcontrol.ResourcePolicyRule{{
    							Verbs:        all,
    							APIGroups:    all,
    							Resources:    all,
    							ClusterScope: true,
    							Namespaces:   all,
    						}},
    					}, {
    						Subjects: []flowcontrol.Subject{{
    							Kind:  flowcontrol.SubjectKindGroup,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

        "io.k8s.api.admissionregistration.v1.NamedRuleWithOperations": {
          "description": "NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.",
          "properties": {
            "apiGroups": {
              "description": "APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.",
              "items": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top