Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 460 for manner (0.21 sec)

  1. .github/ISSUE_TEMPLATE/bug-report.yaml

      - type: textarea
        id: problem
        attributes:
          label: What happened?
          description: |
            Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
            If this matter is security related, please disclose it privately via https://kubernetes.io/security
        validations:
          required: true
    
      - type: textarea
        id: expected
        attributes:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 28 09:34:43 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  2. pkg/controller/ttlafterfinished/config/v1alpha1/conversion.go

    // 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.
    
    // Convert_v1alpha1_TTLAfterFinishedControllerConfiguration_To_config_TTLAfterFinishedControllerConfiguration is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 2.2K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/config/v1alpha1/conversion.go

    // 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.3K bytes
    - Viewed (0)
  4. pkg/controller/podgc/config/v1alpha1/conversion.go

    // 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.
    
    // Convert_v1alpha1_PodGCControllerConfiguration_To_config_PodGCControllerConfiguration is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 2K bytes
    - Viewed (0)
  5. pkg/controller/nodeipam/config/v1alpha1/conversion.go

    // 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.
    
    // Convert_v1alpha1_NodeIPAMControllerConfiguration_To_config_NodeIPAMControllerConfiguration is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  6. pkg/controller/endpointslicemirroring/config/v1alpha1/conversion.go

    // 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: Mon Jul 06 19:43:33 UTC 2020
    - 2.4K bytes
    - Viewed (0)
  7. pkg/controller/serviceaccount/config/v1alpha1/conversion.go

    // 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.
    
    // Convert_v1alpha1_SAControllerConfiguration_To_config_SAControllerConfiguration is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 24 23:20:17 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. pkg/controller/validatingadmissionpolicystatus/config/v1alpha1/conversion.go

    	"k8s.io/kube-controller-manager/config/v1alpha1"
    	"k8s.io/kubernetes/pkg/controller/validatingadmissionpolicystatus/config"
    )
    
    // Important! The public back-and-forth conversion functions for the types in this package
    // 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.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/xla_activity_listener.h

      // Called after TensorFlow realizes possible lost performance.
      virtual Status Listen(const XlaOptimizationRemark& optimization_remark) = 0;
    
      // Called at program exit in best-effort manner to give listeners a chance to
      // flush their state.
      //
      // Default implementation is a no-op.
      virtual void Flush();
    
      virtual ~XlaActivityListener();
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 07 11:04:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/tooling/provider/model/internal/IntermediateToolingModelProvider.java

    import org.gradle.internal.service.scopes.ServiceScope;
    
    import javax.annotation.Nullable;
    import java.util.List;
    
    /**
     * Fetches models for given projects in an Isolated Project-compatible manner.
     * <p>
     * It should be used by tooling model builders when they need to aggregate models
     * from <b>multiple projects of the same build</b>.
     */
    @NonNullApi
    @ServiceScope(Scope.Build.class)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top