Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 2,706 for groupC (0.08 sec)

  1. pkg/apis/extensions/types.go

    APIs may be broken at any time by the kubernetes team.
    
    DISCLAIMER: The implementation of the experimental API group itself is
    a temporary one meant as a stopgap solution until kubernetes has proper
    support for multiple API groups. The transition may require changes
    beyond registration differences. In other words, experimental API group
    support is experimental.
    */
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 13 17:21:33 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  2. src/log/slog/text_handler.go

    //
    // Keys inside groups consist of components (keys or group names) separated by
    // dots. No further escaping is performed.
    // Thus there is no way to determine from the key "a.b.c" whether there
    // are two groups "a" and "b" and a key "c", or a single group "a.b" and a key "c",
    // or single group "a" and a key "b.c".
    // If it is necessary to reconstruct the group structure of a key
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 22:56:07 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  3. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publication/DefaultMavenPublicationTest.groovy

            then:
            publication.pom.coordinates.groupId.get() == "group2"
            publication.pom.coordinates.artifactId.get() == "name2"
            publication.pom.coordinates.version.get() == "version2"
    
            and:
            publication.groupId == "group2"
            publication.artifactId == "name2"
            publication.version == "version2"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:33:41 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/ast/astutil/imports.go

    			line := fset.Position(pos).Line
    			if lastLine > 0 && pos > 0 && line-lastLine > 1 {
    				groups = append(groups, group)
    				group = []*ast.ImportSpec{}
    			}
    			group = append(group, importSpec)
    			lastLine = line
    		}
    		groups = append(groups, group)
    	}
    
    	return groups
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 10 21:56:21 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  5. pkg/apis/rbac/types.go

    	Verbs []string
    
    	// APIGroups is the name of the APIGroup that contains the resources.
    	// If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups.
    	APIGroups []string
    	// Resources is a list of resources this rule applies to.  '*' represents all resources in the specified apiGroups.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 24 20:35:20 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      repeated Event items = 2;
    }
    
    // GroupResources represents resource kinds in an API group.
    message GroupResources {
      // Group is the name of the API group that contains the resources.
      // The empty string represents the core API group.
      // +optional
      optional string group = 1;
    
      // Resources is a list of resources this rule applies to.
      //
      // For example:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/authentication/group/token_group_adder_test.go

    limitations under the License.
    */
    
    package group
    
    import (
    	"context"
    	"encoding/json"
    	"reflect"
    	"testing"
    
    	"k8s.io/apiserver/pkg/authentication/authenticator"
    	"k8s.io/apiserver/pkg/authentication/user"
    )
    
    func TestTokenGroupAdder(t *testing.T) {
    	capacity := make([]string, 0, 1024)
    	response := &authenticator.Response{User: &user.DefaultInfo{Name: "user", Groups: append(capacity, "original")}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 11 20:04:50 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

    				Namespace: metav1.NamespaceSystem,
    			},
    		})
    	}
    	return subjects
    }
    
    func resourceRule(verbs []string, groups []string, resources []string, namespaces []string, clusterScoped bool) flowcontrol.ResourcePolicyRule {
    	return flowcontrol.ResourcePolicyRule{
    		Verbs:        verbs,
    		APIGroups:    groups,
    		Resources:    resources,
    		Namespaces:   namespaces,
    		ClusterScope: clusterScoped,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    		Name:   pfx + "-u",
    		UID:    "good-id",
    		Groups: []string{name},
    		Extra:  noextra}
    	if rng.Intn(2) == 0 {
    		ui.Groups = append([]string{mg(rng)}, ui.Groups...)
    	} else {
    		ui.Groups = append(ui.Groups, mg(rng))
    	}
    	if rng.Intn(3) == 0 {
    		ui.Groups = append([]string{pfx + "-h"}, ui.Groups...)
    	}
    	if rng.Intn(3) == 0 {
    		ui.Groups = append(ui.Groups, pfx+"-i")
    	}
    	skipper := &user.DefaultInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  10. buildscripts/minio-iam-ldap-upgrade-import-test.sh

    }
    
    verify_iam_content_in_new_minio() {
    	output=$(mc idp ldap policy entities new-minio --json)
    
    	groups=$(echo "$output" | jq -r '.result.policyMappings[] | select(.policy == "readwrite") | .groups[]')
    	if [ "$groups" != "cn=project.c,ou=groups,ou=swengg,dc=min,dc=io" ]; then
    		echo "Failed to verify groups: $groups"
    		exit 1
    	fi
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top