Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 43 for Mutated (0.27 sec)

  1. hack/local-up-cluster.sh

          # can always do: either we have write permissions as a user in CERT_DIR or
          # we run the rm with sudo.
          ${CONTROLPLANE_SUDO} rm -f "${CERT_DIR}"/kubelet-rotated.kubeconfig
    
          # Create Certs
          generate_certs
        fi
    
        cloud_config_arg="--cloud-provider=${CLOUD_PROVIDER} --cloud-config=${CLOUD_CONFIG}"
        if [[ "${EXTERNAL_CLOUD_PROVIDER:-}" == "true" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. src/crypto/tls/common.go

    	// If SessionTicketKey was explicitly set on the returned Config, or if
    	// SetSessionTicketKeys was called on the returned Config, those keys will
    	// be used. Otherwise, the original Config keys will be used (and possibly
    	// rotated if they are automatically managed).
    	GetConfigForClient func(*ClientHelloInfo) (*Config, error)
    
    	// VerifyPeerCertificate, if not nil, is called after normal
    	// certificate verification by either a TLS client or server. It
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  3. cmd/kubelet/app/server.go

    		certDir,
    		nodeName,
    
    		// this preserves backwards compatibility with kubeadm which passes
    		// a high powered certificate to the kubelet as --kubeconfig and expects
    		// it to be rotated out immediately
    		clientConfig.CertData,
    		clientConfig.KeyData,
    
    		clientConfig.CertFile,
    		clientConfig.KeyFile,
    		newClientsetFn,
    	)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{decQuantity(901, -2, DecimalSI), "-9010m"},
    	}
    
    	for i, item := range table {
    		out := item.a.DeepCopy()
    		out.Neg()
    		if out.Cmp(item.a) == 0 {
    			t.Errorf("%d: negating an item should not mutate the source: %s", i, out.String())
    		}
    		if out.String() != item.out {
    			t.Errorf("%d: negating did not equal exact value: %s", i, out.String())
    		}
    	}
    }
    
    func TestQuantityString(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		// Rotate then (and|or|xor|insert) selected bits instructions.
    		//
    		// Aux is an s390x.RotateParams struct containing Start, End and rotation
    		// Amount fields.
    		//
    		// arg1 is rotated left by the rotation amount then the bits from the start
    		// bit to the end bit (inclusive) are combined with arg0 using the logical
    		// operation specified. Bit indices are specified from left to right - the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/kuberuntime_container.go

    }
    
    // removeContainerLog removes the container log.
    func (m *kubeGenericRuntimeManager) removeContainerLog(ctx context.Context, containerID string) error {
    	// Use log manager to remove rotated logs.
    	err := m.logManager.Clean(ctx, containerID)
    	if err != nil {
    		return err
    	}
    
    	resp, err := m.runtimeService.ContainerStatus(ctx, containerID, false)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1/types.go

    // their internal state.
    // Once a ControllerRevision has been successfully created, it can not be updated.
    // The API Server will fail validation of all requests that attempt to mutate
    // the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both
    // the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  8. src/net/http/request.go

    	// values. The ContentLength must be 0 or -1, to send a chunked request.
    	// After the HTTP request is sent the map values can be updated while
    	// the request body is read. Once the body returns EOF, the caller must
    	// not mutate Trailer.
    	//
    	// Few HTTP clients, servers, or proxies support HTTP trailers.
    	Trailer Header
    
    	// RemoteAddr allows HTTP servers and other software to record
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta2/types.go

    // their internal state.
    // Once a ControllerRevision has been successfully created, it can not be updated.
    // The API Server will fail validation of all requests that attempt to mutate
    // the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both
    // the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  10. gradle/verification-metadata.xml

       dependency but is not covered by the current resolveAllDependencies. Edit the task definition to
       add the required task dependency.
    
       Gradle *cannot* automatically determine that an entry in this file is outdated and no longer
       required. As such, try to remove older entries when you upgrade dependencies.
    
       Do not remove this header. If this header is removed it means the pull request hasn't
       been reviewed properly.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
Back to top