Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 61 for sigset (0.13 sec)

  1. go.mod

    	k8s.io/cli-runtime v0.30.1
    	k8s.io/client-go v0.30.1
    	k8s.io/klog/v2 v2.120.1
    	k8s.io/kubectl v0.30.1
    	k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
    	sigs.k8s.io/controller-runtime v0.18.3
    	sigs.k8s.io/gateway-api v1.1.0
    	sigs.k8s.io/mcs-api v0.1.0
    	sigs.k8s.io/yaml v1.4.0
    )
    
    require (
    	cel.dev/expr v0.15.0 // indirect
    	github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. cmd/common-main.go

    	//nolint:gocritic
    	if !env.IsSet(config.EnvRootUser) && env.IsSet(config.EnvRootPassword) {
    		logger.Fatal(config.ErrMissingEnvCredentialRootUser(nil), "Unable to start MinIO")
    	} else if env.IsSet(config.EnvRootUser) && !env.IsSet(config.EnvRootPassword) {
    		logger.Fatal(config.ErrMissingEnvCredentialRootPassword(nil), "Unable to start MinIO")
    	} else if !env.IsSet(config.EnvRootUser) && !env.IsSet(config.EnvRootPassword) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  3. pkg/kubelet/container/runtime.go

    	// PullImage pulls an image from the network to local storage using the supplied
    	// secrets if necessary. It returns a reference (digest or ID) to the pulled image.
    	PullImage(ctx context.Context, image ImageSpec, pullSecrets []v1.Secret, podSandboxConfig *runtimeapi.PodSandboxConfig) (string, error)
    	// GetImageRef gets the reference (digest or ID) of the image which has already been in
    	// the local storage. It returns ("", nil) if the image isn't in the local storage.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h"
    
    #include <bitset>
    #include <limits>
    #include <map>
    #include <optional>
    #include <string>
    #include <unordered_map>
    #include <utility>
    
    #include "absl/container/flat_hash_map.h"
    #include "absl/container/flat_hash_set.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  5. cmd/auth-handler_test.go

    		{
    			authT: authTypePresigned,
    			pass:  true,
    		},
    		// Test 3 - supported s3 type signed.
    		{
    			authT: authTypeSigned,
    			pass:  true,
    		},
    		// Test 4 - supported s3 type with post policy.
    		{
    			authT: authTypePostPolicy,
    			pass:  true,
    		},
    		// Test 5 - supported s3 type with streaming signed.
    		{
    			authT: authTypeStreamingSigned,
    			pass:  true,
    		},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. pkg/kubelet/userns/userns_manager.go

    	if len(content) == 0 {
    		return nil
    	}
    
    	_, err = m.parseUserNsFileAndRecord(pod, content)
    	return err
    }
    
    // isSet checks if the specified index is already set.
    func (m *UsernsManager) isSet(v uint32) bool {
    	index := int(v/userNsLength) - m.off
    	if index < 0 || index >= m.len {
    		return true
    	}
    	return m.used.Has(index)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  7. go.mod

    	k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
    	sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
    	sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
    	sigs.k8s.io/kustomize/api v0.17.2 // indirect
    	sigs.k8s.io/kustomize/kustomize/v5 v5.4.2 // indirect
    	sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
    )
    
    replace (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. src/internal/coverage/cfile/emit.go

    		}
    	}
    
    	// Hash mode and granularity as well.
    	h.Write([]byte(cmode.String()))
    	h.Write([]byte(cgran.String()))
    
    	// Compute final digest.
    	fh := h.Sum(nil)
    	copy(finalHash[:], fh)
    	finalHashComputed = true
    	finalMetaLen = tlen
    
    	return ml, nil
    }
    
    // emitMetaDataToDirectory emits the meta-data output file to the specified
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	desc string
    }{
    	{1, "SIGHUP", "hangup"},
    	{2, "SIGINT", "interrupt"},
    	{3, "SIGQUIT", "quit"},
    	{4, "SIGILL", "illegal instruction"},
    	{5, "SIGTRAP", "trace/breakpoint trap"},
    	{6, "SIGABRT", "aborted"},
    	{7, "SIGBUS", "bus error"},
    	{8, "SIGFPE", "floating point exception"},
    	{9, "SIGKILL", "killed"},
    	{10, "SIGUSR1", "user defined signal 1"},
    	{11, "SIGSEGV", "segmentation fault"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/crypto/tls/handshake_server.go

    	// If we received a client cert in response to our certificate request message,
    	// the client will send us a certificateVerifyMsg immediately after the
    	// clientKeyExchangeMsg. This message is a digest of all preceding
    	// handshake-layer messages that is signed using the private key corresponding
    	// to the client's certificate. This allows us to verify that the client is in
    	// possession of the private key of the certificate.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top