Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 590 for cheese (0.09 sec)

  1. platforms/jvm/toolchains-jvm/src/main/kotlin/org/gradle/kotlin/dsl/ToolchainManagementExtensions.kt

    
    /**
     * Provides statically defined accessors for configuring the "jvm" block in "toolchainManagement".
     * The "jvm-toolchain-management" plugin needs to be applied in order for these extensions to work.
     *
     * @since 7.6
     */
    @Incubating
    fun ToolchainManagement.jvm(block: JvmToolchainManagement.() -> Unit) {
        extensions.configure(JvmToolchainManagement::class.java, block)
    }
    
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. docs/kms/IAM.md

    OSMM+vkKUTCvQs9YL/CVMIMt43HFhkUpqJxTmGl6rYw=
    ```
    
    Now, you can set `MINIO_KMS_SECRET_KEY` like this:
    
    ```sh
    export MINIO_KMS_SECRET_KEY=my-minio-key:OSMM+vkKUTCvQs9YL/CVMIMt43HFhkUpqJxTmGl6rYw=
    ```
    
    > You can choose an arbitrary name for the key - instead of `my-minio-key`.
    > Please note that losing the `MINIO_KMS_SECRET_KEY` will cause data loss
    > since you will not be able to decrypt the IAM/configuration data anymore.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  3. operator/pkg/patch/patch.go

    # ADD
    
    1. Add vv3 to list
    
    	path: a.b.[name:n2].list.[1000]
    	value: vv3
    
    Note: the value 1000 is an example. That value used in the patch should
    be a value greater than number of the items in the list. Choose 1000 is
    just an example which normally is greater than the most of the lists used.
    
    2. Add new key:value to container name: n1
    
    	path: a.b.[name:n1]
    	value:
    	  new_attr: v3
    
    *NOTES*
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  4. pkg/apis/resource/v1alpha2/register.go

    	localSchemeBuilder.Register(addDefaultingFuncs, addConversionFuncs)
    }
    
    // TODO: remove these global variables
    // GroupName is the group name use in this package
    const GroupName = "resource.k8s.io"
    
    // SchemeGroupVersion is group version used to register these objects
    var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha2"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 06:52:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. cluster/gce/gci/README.md

    active releases, please refer to COS's [Release
    Notes](https://cloud.google.com/container-optimized-os/docs/release-notes).
    
    ### How to choose an image in configuration file
    
    There are three ways to specify an image used by each testing suite: `image`,
    `image_regex` or `image_family`.
    
      * `image` is preferred, but manual updates are needed to use a newly released
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 14:55:40 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  6. pkg/controller/statefulset/config/v1alpha1/conversion.go

    // with StatefulsetControllerConfiguration types need to be manually exposed like this in order for
    // other packages that reference this package to be able to call these conversion functions
    // in an autogenerated manner.
    // TODO: Fix the bug in conversion-gen so it automatically discovers these Convert_* functions
    // in autogenerated code as well.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 01 05:36:14 UTC 2019
    - 2.2K bytes
    - Viewed (0)
  7. pkg/controller/volume/ephemeral/config/v1alpha1/conversion.go

    // with EphemeralVolumeControllerConfiguration types need to be manually exposed like this in order for
    // other packages that reference this package to be able to call these conversion functions
    // in an autogenerated manner.
    // TODO: Fix the bug in conversion-gen so it automatically discovers these Convert_* functions
    // in autogenerated code as well.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jul 25 13:36:57 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/import_known_versions.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package internalversion
    
    import (
    	// These imports are the API groups the client will support.
    	// TODO: Remove these manual install once we don't need legacy scheme in get command
    	_ "k8s.io/kubernetes/pkg/apis/apps/install"
    	_ "k8s.io/kubernetes/pkg/apis/authentication/install"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:08:24 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  9. pkg/controller/certificates/signer/config/v1alpha1/conversion.go

    // with CSRSigningControllerConfiguration types need to be manually exposed like this in order for
    // other packages that reference this package to be able to call these conversion functions
    // in an autogenerated manner.
    // TODO: Fix the bug in conversion-gen so it automatically discovers these Convert_* functions
    // in autogenerated code as well.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  10. pkg/controller/deployment/config/v1alpha1/conversion.go

    // with DeploymentControllerConfiguration types need to be manually exposed like this in order for
    // other packages that reference this package to be able to call these conversion functions
    // in an autogenerated manner.
    // TODO: Fix the bug in conversion-gen so it automatically discovers these Convert_* functions
    // in autogenerated code as well.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 2.1K bytes
    - Viewed (0)
Back to top