Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 87 for pvprotection (0.29 sec)

  1. src/crypto/x509/verify_test.go

    		// verification.
    		systemLax:     true,
    		errorCallback: expectHashError,
    	},
    	// EKULeaf tests use an unconstrained chain leading to a leaf certificate
    	// with an E-mail Protection EKU but not a Server Auth one, checking that
    	// the EKUs on the leaf are enforced.
    	{
    		name:          "EKULeaf",
    		leaf:          smimeLeaf,
    		intermediates: []string{smimeIntermediate},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool sslEnabled = 4;
    
      // protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.
      // +optional
      optional string protectionDomain = 5;
    
      // storagePool is the ScaleIO Storage Pool associated with the protection domain.
      // +optional
      optional string storagePool = 6;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// Flag to enable/disable SSL communication with Gateway, default false
    	// +optional
    	SSLEnabled bool
    	// The name of the ScaleIO Protection Domain for the configured storage.
    	// +optional
    	ProtectionDomain string
    	// The ScaleIO Storage Pool associated with the protection domain.
    	// +optional
    	StoragePool string
    	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"protectionDomain": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.",
    	"storagePool":      "storagePool is the ScaleIO Storage Pool associated with the protection domain.",
    	"storageMode":      "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. cmd/erasure-object.go

    					// Add an MRF heal for next time.
    					er.addPartial(bucket, object, opts.VersionID)
    
    					return objInfo, InsufficientWriteQuorum{}
    				}
    				return objInfo, gerr
    			}
    
    			// Add protection and re-verify the ILM rules for qualification
    			// based on the latest objectInfo and see if the object still
    			// qualifies for deletion.
    			if gerr == nil {
    				var isErr bool
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool sslEnabled = 4;
    
      // protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.
      // +optional
      optional string protectionDomain = 5;
    
      // storagePool is the ScaleIO Storage Pool associated with the protection domain.
      // +optional
      optional string storagePool = 6;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. cluster/gce/windows/k8s-node-setup.psm1

        Set-MpPreference -SubmitSamplesConsent NeverSend
        Log-Output "Disabling Windows Defender sample submission"
        Set-MpPreference -MAPSReporting Disabled
        Log-Output "Disabling Windows Defender Microsoft Active Protection Service Reporting"
    
        Log-Output "Defender Preferences"
        Get-MpPreference
      }
    }
    
    # Converts the kube-env string in Yaml
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.
    	// +optional
    	ProtectionDomain string `json:"protectionDomain,omitempty" protobuf:"bytes,5,opt,name=protectionDomain"`
    	// storagePool is the ScaleIO Storage Pool associated with the protection domain.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            "gateway": {
              "description": "The host address of the ScaleIO API Gateway.",
              "type": "string"
            },
            "protectionDomain": {
              "description": "The name of the ScaleIO Protection Domain for the configured storage.",
              "type": "string"
            },
            "readOnly": {
              "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

      Migrated the `PersistentVolumeClaim` protection controller (within `kube-controller-manager`) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top