Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 297 for Api (0.03 sec)

  1. cmd/batch-handlers.go

    func (j BatchJobRequest) delete(ctx context.Context, api ObjectLayer) {
    	deleteConfig(ctx, api, getJobReportPath(j))
    	deleteConfig(ctx, api, getJobPath(j))
    }
    
    func (j *BatchJobRequest) save(ctx context.Context, api ObjectLayer) error {
    	if j.Replicate == nil && j.KeyRotate == nil && j.Expire == nil {
    		return errInvalidArgument
    	}
    
    	if err := j.Validate(ctx, api); err != nil {
    		return err
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

    syntax = "proto2";
    
    package k8s.io.api.admissionregistration.v1;
    
    import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
    import "k8s.io/apimachinery/pkg/runtime/generated.proto";
    import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
    
    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/admissionregistration/v1";
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    === Using the container API
    
    All containers in Gradle implement link:{groovyDslPath}/org.gradle.api.NamedDomainObjectContainer.html#org.gradle.api.NamedDomainObjectContainer[NamedDomainObjectContainer<DomainObjectType>].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. pkg/apis/admissionregistration/types.go

    // to make sure that all the tuple expansions are valid.
    type Rule struct {
    	// APIGroups is the API groups the resources belong to. '*' is all groups.
    	// If '*' is present, the length of the slice must be one.
    	// Required.
    	APIGroups []string
    
    	// APIVersions is the API versions the resources belong to. '*' is all versions.
    	// If '*' is present, the length of the slice must be one.
    	// Required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

    import org.apache.commons.lang.StringUtils;
    import org.gradle.api.Action;
    import org.gradle.api.artifacts.ModuleIdentifier;
    import org.gradle.api.artifacts.component.ComponentSelector;
    import org.gradle.api.artifacts.component.ModuleComponentIdentifier;
    import org.gradle.api.artifacts.component.ModuleComponentSelector;
    import org.gradle.api.capabilities.Capability;
    import org.gradle.api.internal.artifacts.DependencySubstitutionInternal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

              "description": "deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.",
              "type": "boolean"
            },
            "deprecationWarning": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  7. api/discovery/aggregated_v2beta1.json

            "name": "apiregistration.k8s.io"
          },
          "versions": [
            {
              "freshness": "Current",
              "resources": [
                {
                  "categories": [
                    "api-extensions"
                  ],
                  "resource": "apiservices",
                  "responseKind": {
                    "group": "",
                    "kind": "APIService",
                    "version": ""
                  },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. docs/changelogs/changelog_3x.md

    
    ## Version 3.0.0-RC1
    
    _2016-01-02_
    
    OkHttp 3 is a major release focused on API simplicity and consistency. The API
    changes are numerous but most are cosmetic. Applications should be able to
    upgrade from the 2.x API to the 3.x API mechanically and without risk.
    
    Because the release includes breaking API changes, we're changing the project's
    package name from `com.squareup.okhttp` to `okhttp3`. This should make it
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

    import org.apache.maven.RepositoryUtils;
    import org.apache.maven.api.Session;
    import org.apache.maven.api.SessionData;
    import org.apache.maven.api.feature.Features;
    import org.apache.maven.api.model.*;
    import org.apache.maven.api.services.ModelBuilder;
    import org.apache.maven.api.services.ModelBuilderException;
    import org.apache.maven.api.services.ModelBuilderRequest;
    import org.apache.maven.api.services.ModelBuilderResult;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

    import org.jetbrains.kotlin.analysis.api.symbols.KaSymbol
    import org.jetbrains.kotlin.analysis.low.level.api.fir.api.LLFirResolveSession
    import org.jetbrains.kotlin.analysis.low.level.api.fir.api.getOrBuildFir
    import org.jetbrains.kotlin.analysis.low.level.api.fir.api.getOrBuildFirFile
    import org.jetbrains.kotlin.analysis.low.level.api.fir.api.resolveToFirSymbol
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
Back to top