Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,198 for repeated (0.19 sec)

  1. common-protos/k8s.io/api/rbac/v1/generated.proto

      // Items is a list of ClusterRoleBindings
      repeated ClusterRoleBinding items = 2;
    }
    
    // ClusterRoleList is a collection of ClusterRoles
    message ClusterRoleList {
      // Standard object's metadata.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items is a list of ClusterRoles
      repeated ClusterRole items = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/rbac/v1alpha1/generated.proto

      // +optional
      repeated string apiGroups = 3;
    
      // Resources is a list of resources this rule applies to. '*' represents all resources.
      // +optional
      repeated string resources = 4;
    
      // ResourceNames is an optional white list of names that the rule applies to.  An empty set means that everything is allowed.
      // +optional
      repeated string resourceNames = 5;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // +optional
      // +listType=atomic
      repeated string resources = 2;
    
      // ResourceNames is a list of resource instance names that the policy matches.
      // Using this field requires Resources to be specified.
      // An empty list implies that every instance of the resource is matched.
      // +optional
      // +listType=atomic
      repeated string resourceNames = 3;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. src/internal/types/testdata/fixedbugs/issue43087.go

    // license that can be found in the LICENSE file.
    
    package p
    
    func _() {
    	a, b, b /* ERROR "b repeated on left side of :=" */ := 1, 2, 3
    	_ = a
    	_ = b
    }
    
    func _() {
    	a, _, _ := 1, 2, 3 // multiple _'s ok
    	_ = a
    }
    
    func _() {
    	var b int
    	a, b, b /* ERROR "b repeated on left side of :=" */ := 1, 2, 3
    	_ = a
    	_ = b
    }
    
    func _() {
    	var a []int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 726 bytes
    - Viewed (0)
  5. pkg/workloadapi/security/authorization.proto

      repeated Match matches = 2;
    }
    
    message Match {
      // Values of specific type are ORed
      // If multiple types are set, they are ANDed
    
      repeated StringMatch namespaces = 1;
      repeated StringMatch not_namespaces = 2;
    
      repeated StringMatch principals = 3;
      repeated StringMatch not_principals = 4;
    
      repeated Address source_ips = 5;
      repeated Address not_source_ips = 6;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 20:45:12 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. src/internal/profile/encode.go

    		}
    		return nil
    	},
    	// repeated int64 drop_frames = 7
    	func(b *buffer, m message) error { return decodeInt64(b, &m.(*Profile).dropFramesX) },
    	// repeated int64 keep_frames = 8
    	func(b *buffer, m message) error { return decodeInt64(b, &m.(*Profile).keepFramesX) },
    	// repeated int64 time_nanos = 9
    	func(b *buffer, m message) error { return decodeInt64(b, &m.(*Profile).TimeNanos) },
    	// repeated int64 duration_nanos = 10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 19:52:28 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/rbac/v1/generated.proto

      // Items is a list of ClusterRoleBindings
      repeated ClusterRoleBinding items = 2;
    }
    
    // ClusterRoleList is a collection of ClusterRoles
    message ClusterRoleList {
      // Standard object's metadata.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items is a list of ClusterRoles
      repeated ClusterRole items = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apidiscovery/v2beta1/generated.proto

      // +listType=set
      repeated string verbs = 5;
    
      // shortNames is a list of suggested short names of the resource.
      // +listType=set
      repeated string shortNames = 6;
    
      // categories is a list of the grouped resources this resource belongs to (e.g. 'all').
      // Clients may use this to simplify acting on multiple resource types at once.
      // +listType=set
      repeated string categories = 7;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

      // The name of each attribute must be unique.
      //
      // +listType=atomic
      // +optional
      repeated NamedResourcesAttribute attributes = 2;
    }
    
    // NamedResourcesIntSlice contains a slice of 64-bit integers.
    message NamedResourcesIntSlice {
      // Ints is the slice of 64-bit integers.
      //
      // +listType=atomic
      repeated int64 ints = 1;
    }
    
    // NamedResourcesRequest is used in ResourceRequestModel.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  10. operator/pkg/util/util_test.go

    			want: "",
    		},
    		{
    			desc: "2 errors once",
    			in:   "err1\nerr2\n",
    			want: "err1 (repeated 1 times)\nerr2 (repeated 1 times)\n",
    		},
    		{
    			desc: "3 errors multiple times",
    			in:   "err1\nerr2\nerr3\nerr1\nerr2\nerr3\nerr3\nerr3\n",
    			want: "err1 (repeated 2 times)\nerr2 (repeated 2 times)\nerr3 (repeated 4 times)\n",
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.desc, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 4.9K bytes
    - Viewed (0)
Back to top