Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 132 for fulfilled (0.31 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/symbols/KtFirEnumEntryInitializerSymbol.kt

            }
        }
    
        /**
         * [KaFirEnumEntryInitializerSymbol] is the required return type instead of [KaEnumEntryInitializerSymbol] to fulfill return type
         * subtyping requirements, as [KaEnumEntryInitializerSymbol] is not a subtype of
         * [org.jetbrains.kotlin.analysis.api.symbols.KaAnonymousObjectSymbol]. (It cannot be a subtype in the general Analysis API because enum
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbWatchHandle.java

         * this method should provide all changes (size of that buffer can be adjusted through
         * {@link jcifs.Configuration#getNotifyBufferSize()}).
         * If the server cannot fulfill the request because the changes did not fit the buffer
         * it will return an empty list of changes.
         * 
         * @return changes since the last invocation
         * @throws CIFSException
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  3. pkg/registry/authorization/selfsubjectrulesreview/rest.go

    }
    
    // NewREST returns a RESTStorage object that will work against selfsubjectrulesreview.
    func NewREST(ruleResolver authorizer.RuleResolver) *REST {
    	return &REST{ruleResolver}
    }
    
    // NamespaceScoped fulfill rest.Scoper
    func (r *REST) NamespaceScoped() bool {
    	return false
    }
    
    // New creates a new selfsubjectrulesreview object.
    func (r *REST) New() runtime.Object {
    	return &authorizationapi.SelfSubjectRulesReview{}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:13 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  4. docs/features/caching.md

          ))
          .build()
    ```
    
    ## EventListener events 
    
    Cache Events are exposed via the EventListener API.  Typical scenarios are below.
    
    ### Cache Hit
    
    In the ideal scenario the cache can fulfill the request without any conditional call to the network.
    This will skip the normal events such as DNS, connecting to the network, and downloading the response body.
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  5. pkg/registry/authentication/selfsubjectreview/rest.go

    type REST struct {
    }
    
    // NewREST returns a RESTStorage object that will work against selfsubjectreviews.
    func NewREST() *REST {
    	return &REST{}
    }
    
    // NamespaceScoped fulfill rest.Scoper
    func (r *REST) NamespaceScoped() bool {
    	return false
    }
    
    // New creates a new selfsubjectreview object.
    func (r *REST) New() runtime.Object {
    	return &authenticationapi.SelfSubjectReview{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. pkg/controller/job/job_controller_test.go

    		controller.NewControllerExpectations(), true, func() {
    			// If we check active pods before checking expectations, the job
    			// will create a new replica because it doesn't see this pod, but
    			// has fulfilled its expectations.
    			podIndexer.Add(pods[1])
    		},
    	}
    	manager.syncJob(context.TODO(), testutil.GetKey(job, t))
    	if len(fakePodControl.Templates) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  7. pkg/kubelet/preemption/preemption.go

    // Chooses pods that minimize "distance" to the requirements.
    // If more than one pod exists that fulfills the remaining requirements,
    // it chooses the pod that has the "smaller resource request"
    // This method, by repeatedly choosing the pod that fulfills as much of the requirements as possible,
    // attempts to minimize the number of pods returned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 16:53:19 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. pkg/registry/core/pod/storage/storage.go

    	return []string{"all"}
    }
    
    // BindingREST implements the REST endpoint for binding pods to nodes when etcd is in use.
    type BindingREST struct {
    	store *genericregistry.Store
    }
    
    // NamespaceScoped fulfill rest.Scoper
    func (r *BindingREST) NamespaceScoped() bool {
    	return r.store.NamespaceScoped()
    }
    
    // New creates a new binding resource
    func (r *BindingREST) New() runtime.Object {
    	return &api.Binding{}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions"
                  }
                ],
                "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
              },
              "propagationPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions"
                  }
                ],
                "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
              },
              "propagationPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top