Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for namespaceUri (0.31 sec)

  1. pkg/kube/krt/index.go

    	}
    	log.Errorf("< END DUMP (index %v[%T]", i.c.(internalCollection[I]).name(), ptr.TypeName[K]())
    }
    
    // NewNamespaceIndex is a small helper to index a collection by namespace
    func NewNamespaceIndex[I Namespacer](c Collection[I]) *Index[I, string] {
    	return NewIndex(c, func(o I) []string {
    		return []string{o.GetNamespace()}
    	})
    }
    
    // NewIndex creates a simple index, keyed by key K, over an informer for O. This is similar to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 04:53:45 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  3. pkg/kube/krt/core.go

    // If implemented, this will be used to determine an objects' Name.
    type Namer interface {
    	GetName() string
    }
    
    // Namespacer is an optional interface that can be implemented by collection types.
    // If implemented, this will be used to determine an objects' Namespace.
    type Namespacer interface {
    	GetNamespace() string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. pkg/controller/deployment/util/deployment_util.go

    		}
    		var ret []*apps.ReplicaSet
    		for i := range rsList.Items {
    			ret = append(ret, &rsList.Items[i])
    		}
    		return ret, err
    	}
    }
    
    // TODO: switch RsListFunc and podListFunc to full namespacers
    
    // RsListFunc returns the ReplicaSet from the ReplicaSet namespace and the List metav1.ListOptions.
    type RsListFunc func(string, metav1.ListOptions) ([]*apps.ReplicaSet, error)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this[n]:this[n]=e}return null==t?e:"function"==typeof t?u:r}function L(n){return"function"==typeof n?n:(n=Xo.ns.qualify(n)).local?function(){return this.ownerDocument.createElementNS(n.space,n.local)}:function(){return this.ownerDocument.createElementNS(this.namespaceURI,n)}}function T(n){return{__data__:n}}function q(n){return function(){return va(this,n)}}function z(n){return arguments.length||(n=Xo.ascending),function(t,e){return t&&e?n(t.__data__,e.__data__):!t-!e}}function R(n,t){for(var e=0,r=n.length;r>e;e++)for(var...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top