Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,053 for utilio (0.23 sec)

  1. cmd/kubeadm/test/cmd/util.go

    	cmd.Stdout = &bout
    	cmd.Stderr = &berr
    	err := cmd.Run()
    	stdout, stderr := bout.String(), berr.String()
    	return stdout, stderr, cmd.ProcessState.ExitCode(), err
    }
    
    // RunCmd is a utility function for kubeadm testing that executes a specified command
    func RunCmd(command string, args ...string) (string, string, int, error) {
    	stdout, stderr, retcode, err := runCmdNoWrap(command, args...)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 01 12:47:03 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. operator/pkg/tpath/util.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    /*
    util.go contains utility function for dealing with trees.
    */
    
    package tpath
    
    import (
    	"gopkg.in/yaml.v2"
    	yaml2 "sigs.k8s.io/yaml"
    
    	"istio.io/istio/operator/pkg/util"
    )
    
    // AddSpecRoot adds a root node called "spec" to the given tree and returns the resulting tree.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/util.cc

    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/cc/saved_model/util.h"
    
    #include <set>
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "tensorflow/core/platform/errors.h"
    #include "tensorflow/core/protobuf/meta_graph.pb.h"
    
    namespace tensorflow {
    namespace saved_model {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Feb 10 10:25:28 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. docs/pt/docs/benchmarks.md

    A hierarquia segue assim:
    
    * **Uvicorn**: um servidor ASGI
        * **Starlette**: (utiliza Uvicorn) um _microframework web_
            * **FastAPI**: (utiliza Starlette) um _microframework_ de API com vários recursos adicionais para construção de APIs, com validação de dados, etc.
    
    * **Uvicorn**:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Util.h

     *                modifying implementation & results in some cases.  User can 
     *                now tell if conversion failed. (JDS)
     */
    
    /** @file
     *  Utility functions (user interface).
     */
    /** @addtogroup Framework
     * @{
     */
    
    #ifndef CUNIT_UTIL_H_SEEN
    #define CUNIT_UTIL_H_SEEN
    
    #include "CUnit.h"
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/util.cc

    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/util.h"
    
    #include <cassert>
    #include <cstddef>
    #include <cstdint>
    #include <utility>
    
    #include "absl/algorithm/container.h"
    #include "llvm/ADT/Sequence.h"
    #include "llvm/ADT/SmallVector.h"
    #include "mlir/IR/Block.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. docs/pt/docs/advanced/benchmarks.md

    * **FastAPI**:
        * Da mesma forma que o Starlette utiliza o Uvicorn e não consegue ser mais rápido que ele, o **FastAPI** utiliza o Starlette, portanto, ele não consegue ser mais rápido que ele.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:11 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. pkg/volume/util/util.go

    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/securitycontext"
    	"k8s.io/kubernetes/pkg/volume"
    	"k8s.io/kubernetes/pkg/volume/util/types"
    	"k8s.io/kubernetes/pkg/volume/util/volumepathhandler"
    	"k8s.io/mount-utils"
    	utilexec "k8s.io/utils/exec"
    	"k8s.io/utils/io"
    	utilstrings "k8s.io/utils/strings"
    )
    
    const (
    	readyFileName = "ready"
    
    	// ControllerManagedAttachAnnotation is the key of the annotation on Node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/util/staticpod/utils.go

    	"k8s.io/apimachinery/pkg/util/dump"
    	"k8s.io/apimachinery/pkg/util/intstr"
    
    	kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    	kubeadmconstants "k8s.io/kubernetes/cmd/kubeadm/app/constants"
    	kubeadmutil "k8s.io/kubernetes/cmd/kubeadm/app/util"
    	"k8s.io/kubernetes/cmd/kubeadm/app/util/patches"
    	"k8s.io/kubernetes/cmd/kubeadm/app/util/users"
    )
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  10. pkg/controller/cronjob/utils.go

    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/labels"
    	"k8s.io/apimachinery/pkg/types"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/client-go/tools/record"
    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/utils/ptr"
    )
    
    // Utilities for dealing with Jobs and CronJobs and time.
    
    type missedSchedulesType int
    
    const (
    	noneMissed missedSchedulesType = iota
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top