Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 1,637 for cheese (0.15 sec)

  1. 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)
  2. subprojects/core/src/main/java/org/gradle/api/internal/model/DefaultObjectFactory.java

            if (keyType.isPrimitive()) {
                // Kotlin passes these types for its own basic types
                return Cast.uncheckedNonnullCast(mapProperty(JavaReflectionUtil.getWrapperTypeForPrimitiveType(keyType), valueType));
            }
            if (valueType.isPrimitive()) {
                // Kotlin passes these types for its own basic types
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 14 18:56:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. pkg/controller/endpointslice/config/v1alpha1/conversion.go

    // 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 29 04:13:27 UTC 2019
    - 2.2K bytes
    - Viewed (0)
Back to top