Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,170 for rulesv4 (0.22 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/successpolicy.go

    type SuccessPolicyApplyConfiguration struct {
    	Rules []SuccessPolicyRuleApplyConfiguration `json:"rules,omitempty"`
    }
    
    // SuccessPolicyApplyConfiguration constructs an declarative configuration of the SuccessPolicy type for use with
    // apply.
    func SuccessPolicy() *SuccessPolicyApplyConfiguration {
    	return &SuccessPolicyApplyConfiguration{}
    }
    
    // WithRules adds the given value to the Rules field in the declarative configuration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/namespace-roles.yaml

          rbac.authorization.kubernetes.io/autoupdate: "true"
        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: system:controller:bootstrap-signer
        namespace: kube-public
      rules:
      - apiGroups:
        - ""
        resources:
        - configmaps
        verbs:
        - get
        - list
        - watch
      - apiGroups:
        - ""
        resourceNames:
        - cluster-info
        resources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 16 01:37:43 UTC 2019
    - 3.5K bytes
    - Viewed (0)
  3. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/LanguageSourceSetIntegrationTest.groovy

            buildType.componentSources.@creator[0] == 'Rules#buildType(BuildType)'
            buildType.componentSources.componentA.@type[0] == 'CustomSourceSet'
            buildType.componentSources.componentA.@creator[0] == 'Rules#addSources(BuildType) > create(componentA)'
    
            buildType.testSources.@type[0] == "org.gradle.model.ModelSet<CustomSourceSet>"
            buildType.testSources.@creator[0] == 'Rules#buildType(BuildType)'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/RuleSourceIntegrationTest.groovy

            buildFile << '''
    class Rules extends RuleSource {
    }
    
    model {
        rules(Rules) { }
    }
    '''
    
            expect:
            fails()
            failure.assertHasCause("Declaration of model rule rules(Rules) { ... } @ build.gradle line 6, column 5 is invalid.")
            failure.assertHasCause("A model element of type: 'Rules' can not be constructed.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. pkg/workloadapi/security/authorization.proto

      // The action to take if the request is matched with the rules.
      // Default is ALLOW if not specified.
      Action action = 4;
      // Set of RBAC policy groups each containing its rules.
      // If at least one of the groups is matched the policy action will
      // take place.
      // Groups are OR-ed.
      repeated Group groups = 5;
    }
    
    message Group {
      // Rules are OR-ed (e.g. ANY rule can match)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 20:45:12 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-no-namespace-out1.yaml

            - andRules:
                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /httpbin1
            principals:
            - andIds:
                ids:
                - any: true
          istio-ext-authz-ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 15 22:42:30 UTC 2021
    - 873 bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/custom-http-provider-out1.yaml

            - andRules:
                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /httpbin1
            principals:
            - andIds:
                ids:
                - any: true
          istio-ext-authz-ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 15 22:42:30 UTC 2021
    - 873 bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/tcp/allow-both-http-tcp-out.yaml

    name: envoy.filters.network.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[httpbin-deny]-rule[3]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - destinationPort: 80
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 642 bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/allow-host-before-111-out.yaml

    name: envoy.filters.http.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[httpbin-1]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - header:
                        name: :authority
                        safeRegexMatch:
                          regex: (?i)example\.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 18 00:14:10 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/tcp/dry-run-mix-out.yaml

    name: envoy.filters.network.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - destinationPort: 9000
            principals:
            - andIds:
                ids:
                - any: true
      shadowRules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 770 bytes
    - Viewed (0)
Back to top