Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fashion (0.18 sec)

  1. cni/README.md

    ## Privileges required
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  2. cni/pkg/install/install.go

    		return err
    	}
    	installLog.Info("Installation succeed, start watching for re-installation.")
    
    	for {
    		// if sleepWatchInstall yields without error, that means the config might have been modified in some fashion.
    		// so we rerun `install`, which will update the modified config if it has fallen out of sync with
    		// our desired state
    		err := in.sleepWatchInstall(ctx, installedBins)
    		if err != nil {
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Thu Feb 08 18:52:24 GMT 2024
    - 10.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // by finding the highest request/limit for each resource type, and then using the max of
      // of that value or the sum of the normal containers. Limits are applied to init containers
      // in a similar fashion.
      // Init containers cannot currently be added or removed.
      // Cannot be updated.
      // More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
      // +patchMergeKey=name
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top