Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for provider (0.21 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

    - The in-tree cloud provider for Azure has now been removed. Please use the external cloud provider and CSI driver from https://github.com/kubernetes/cloud-provider-azure instead. ([#122857](https://github.com/kubernetes/kubernetes/pull/122857), [@nilo19](https://github.com/nilo19))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  2. fastapi/routing.py

                    solved_result = await solve_dependencies(
                        request=request,
                        dependant=dependant,
                        body=body,
                        dependency_overrides_provider=dependency_overrides_provider,
                        async_exit_stack=async_exit_stack,
                    )
                    values, errors, background_tasks, sub_response, _ = solved_result
                    if not errors:
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * Fix space issue in volumePath with vSphere Cloud Provider ([#38338](https://github.com/kubernetes/kubernetes/pull/38338), [@BaluDontu](https://github.com/BaluDontu))
    * Fix panic in vSphere cloud provider ([#38423](https://github.com/kubernetes/kubernetes/pull/38423), [@BaluDontu](https://github.com/BaluDontu))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    https://istio.io/docs/reference/config/security/authorization-policy.html' oneOf: - not: anyOf: - required: - provider - required: - provider properties: action: description: Optional. enum: - ALLOW - DENY - AUDIT - CUSTOM type: string provider: description: Specifies detailed configuration of the CUSTOM action. properties: name: description: Specifies the name of the extension provider. type: string type: object rules: description: Optional. items: properties: from: description: Optional. items:...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.5.md

    * Fix space issue in volumePath with vSphere Cloud Provider ([#38338](https://github.com/kubernetes/kubernetes/pull/38338), [@BaluDontu](https://github.com/BaluDontu))
    * Fix issue when attempting to unmount a wrong vSphere volume ([#37413](https://github.com/kubernetes/kubernetes/pull/37413), [@BaluDontu](https://github.com/BaluDontu))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_general_storage = "{labels.general_storage}";
    
        /** The key of the message: LDAP URL */
        public static final String LABELS_ldap_provider_url = "{labels.ldap_provider_url}";
    
        /** The key of the message: User DN */
        public static final String LABELS_ldap_security_principal = "{labels.ldap_security_principal}";
    
        /** The key of the message: Bind DN */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    static final java.util.regex.Pattern VERSION_FILE_PATTERN; public static final String SCOPE_COMPILE = compile; public static final String SCOPE_TEST = test; public static final String SCOPE_RUNTIME = runtime; public static final String SCOPE_PROVIDED = provided; public static final String SCOPE_SYSTEM = system; public static final String RELEASE_VERSION = RELEASE; public abstract String getGroupId(); public abstract String getArtifactId(); public abstract String getVersion(); public abstract void setVersion(String);...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160.1K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    static final java.util.regex.Pattern VERSION_FILE_PATTERN; public static final String SCOPE_COMPILE = compile; public static final String SCOPE_TEST = test; public static final String SCOPE_RUNTIME = runtime; public static final String SCOPE_PROVIDED = provided; public static final String SCOPE_SYSTEM = system; public static final String RELEASE_VERSION = RELEASE; public abstract String getGroupId(); public abstract String getArtifactId(); public abstract String getVersion(); public abstract void setVersion(String);...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 160.1K bytes
    - Viewed (0)
  9. fastapi/applications.py

                ),
            ] = "3.1.0"
            self.openapi_schema: Optional[Dict[str, Any]] = None
            if self.openapi_url:
                assert self.title, "A title must be provided for OpenAPI, e.g.: 'My API'"
                assert self.version, "A version must be provided for OpenAPI, e.g.: '2.1.0'"
            # TODO: remove when discarding the openapi_prefix parameter
            if openapi_prefix:
                logger.warning(
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  10. cmd/site-replication.go

    	}
    	if !globalSiteReplicatorCred.IsValid() {
    		globalSiteReplicatorCred.Set(sa)
    	}
    
    	return nil
    }
    
    // GetIDPSettings returns info about the configured identity provider. It is
    // used to validate that all peers have the same IDP.
    func (c *SiteReplicationSys) GetIDPSettings(ctx context.Context) madmin.IDPSettings {
    	s := madmin.IDPSettings{}
    	s.LDAP = madmin.LDAPSettings{
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
Back to top