Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 64 for subjects (0.13 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    var xxx_messageInfo_ServiceAccountSubject proto.InternalMessageInfo
    
    func (m *Subject) Reset()      { *m = Subject{} }
    func (*Subject) ProtoMessage() {}
    func (*Subject) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3a5cb22a034fcb2a, []int{21}
    }
    func (m *Subject) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Subject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    var xxx_messageInfo_ServiceAccountSubject proto.InternalMessageInfo
    
    func (m *Subject) Reset()      { *m = Subject{} }
    func (*Subject) ProtoMessage() {}
    func (*Subject) Descriptor() ([]byte, []int) {
    	return fileDescriptor_52ab6629c083d251, []int{21}
    }
    func (m *Subject) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Subject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    var xxx_messageInfo_ServiceAccountSubject proto.InternalMessageInfo
    
    func (m *Subject) Reset()      { *m = Subject{} }
    func (*Subject) ProtoMessage() {}
    func (*Subject) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{21}
    }
    func (m *Subject) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Subject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    var xxx_messageInfo_ServiceAccountSubject proto.InternalMessageInfo
    
    func (m *Subject) Reset()      { *m = Subject{} }
    func (*Subject) ProtoMessage() {}
    func (*Subject) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2e620af2eea53237, []int{21}
    }
    func (m *Subject) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Subject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers_test.go

    		},
    		// Generate options=Wide; print subject and roles.
    		{
    			binding: rbac.RoleBinding{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "binding2",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Subjects: []rbac.Subject{
    					{
    						Kind: "User",
    						Name: "user-name",
    					},
    					{
    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/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "description": "`type` indicates whether this priority level is subject to limitation on request execution.  A value of `\"Exempt\"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels.  A value of `\"Limited\"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "description": "`type` indicates whether this priority level is subject to limitation on request execution.  A value of `\"Exempt\"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels.  A value of `\"Limited\"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers.go

    }
    
    // Pass ports=nil for all ports.
    func formatEndpoints(endpoints *api.Endpoints, ports sets.String) string {
    	if len(endpoints.Subsets) == 0 {
    		return "<none>"
    	}
    	list := []string{}
    	max := 3
    	more := false
    	count := 0
    	for i := range endpoints.Subsets {
    		ss := &endpoints.Subsets[i]
    		if len(ss.Ports) == 0 {
    			// It's possible to have headless services with no ports.
    			count += len(ss.Addresses)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "type": "string"
              },
              "ownerReferences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/gateway_test.go

    						},
    					},
    				},
    				RequireClientCertificate: proto.BoolFalse,
    			},
    		},
    		{ // Credential name and subject alternative names are specified, generate SDS configs for
    			// key/cert and static validation context config.
    			name: "credential name subject alternative name no key no cert tls SIMPLE",
    			server: &networking.Server{
    				Hosts: []string{"httpbin.example.com", "bookinfo.example.com"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
Back to top