Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 597 for supportsL7 (0.16 sec)

  1. staging/src/k8s.io/api/storage/v1/types.go

    	//
    	// +optional
    	PodInfoOnMount *bool `json:"podInfoOnMount,omitempty" protobuf:"bytes,2,opt,name=podInfoOnMount"`
    
    	// volumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
    	// The default if the list is empty is "Persistent", which is the usage defined by the
    	// CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. docs/config/README.md

    MINIO_STORAGE_CLASS_RRS       (string)    set the parity count for reduced redundancy storage class e.g. "EC:2"
    MINIO_STORAGE_CLASS_COMMENT   (sentence)  optionally add a comment to this setting
    ```
    
    #### Etcd
    
    MinIO supports storing encrypted IAM assets in etcd, if KMS is configured. Please refer to how to encrypt your config and IAM credentials [here](https://github.com/minio/minio/blob/master/docs/kms/IAM.md).
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 11 21:48:54 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Tables.java

       * changes the contents of the transposed table and vice versa.
       *
       * <p>The returned table supports update operations as long as the input table supports the
       * analogous operation with swapped rows and columns. For example, in a {@link HashBasedTable}
       * instance, {@code rowKeySet().iterator()} supports {@code remove()} but {@code
       * columnKeySet().iterator()} doesn't. With a transposed {@link HashBasedTable}, it's the other
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 22:45:41 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/dependency_management_terminology.adoc

    Gradle offers its own metadata format called link:https://github.com/gradle/gradle/blob/master/platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md[Gradle Module Metadata] (`.module` file) but also supports Maven (`.pom`) and Ivy (`ivy.xml`) metadata.
    See the section on <<publishing_gradle_module_metadata.adoc#sec:understanding-gradle-module-md,understanding Gradle Module Metadata>> for more information on the supported metadata formats.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //
    // A list of changes since v1beta2:
    //   - The deprecated "ClusterConfiguration.useHyperKubeImage" field has been removed.
    //     Kubeadm no longer supports the hyperkube image.
    //   - The "ClusterConfiguration.DNS.Type" field has been removed since CoreDNS is the only supported
    //     DNS server type by kubeadm.
    //   - Include "datapolicy" tags on the fields that hold secrets.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/DefaultModelSchemaExtractorTest.groovy

            void setRedundant(boolean redundant)
        }
    
        @Managed
        interface HasGetTypeGetter {
            boolean getRedundant()
    
            void setRedundant(boolean redundant)
        }
    
        def "supports a boolean property with a get style getter"() {
            when:
            store.getSchema(ModelType.of(HasGetTypeGetter))
    
            then:
            noExceptionThrown()
        }
    
        @Managed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1beta1/types.go

    	//
    	// +optional
    	PodInfoOnMount *bool `json:"podInfoOnMount,omitempty" protobuf:"bytes,2,opt,name=podInfoOnMount"`
    
    	// volumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
    	// The default if the list is empty is "Persistent", which is the usage defined by the
    	// CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  8. pkg/log/scope.go

    	"go.uber.org/zap"
    	"go.uber.org/zap/zapcore"
    )
    
    // Scope constrains logging control to a named scope level. It gives users a fine grained control over output severity
    // threshold and stack traces.
    //
    // Scope supports structured logging using WithLabels:
    //
    //	s := RegisterScope("MyScope", "Description", 0)
    //	s = s.WithLabels("foo", "bar", "baz", 123, "qux", 0.123)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 16:47:01 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/internal/operations/logging/LoggingBuildOperationProgressIntegTest.groovy

                    tasks = ['foo']
                }
                """
    
            when:
            succeeds "run"
    
            then:
            assertNestedTaskOutputTracked()
        }
    
        def "supports debug level logging"() {
            when:
            buildFile << """
                task t {
                    doLast {
                        logger.debug("output")
                    }
                }
                """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:34 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/upgrade/postupgrade.go

    	}
    	if missingCoreDNSConfigMap {
    		klog.Warningf("the ConfigMaps %q in the namespace %q were not found. "+
    			"Assuming that a DNS server was not deployed for this cluster. "+
    			"Note that once 'kubeadm upgrade apply' supports phases you "+
    			"will have to skip the DNS upgrade manually",
    			kubeadmconstants.CoreDNSConfigMap,
    			metav1.NamespaceSystem)
    	} else {
    		// Upgrade CoreDNS
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top