Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 741 for isStandard (0.17 sec)

  1. staging/src/k8s.io/api/storage/v1/types.go

    //
    // StorageClasses are non-namespaced; the name of the storage class
    // according to etcd is in ObjectMeta.Name.
    type StorageClass struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. src/cmd/go/internal/search/search.go

    // MatchPackages sets m.Pkgs to a non-nil slice containing all the packages that
    // can be found under the $GOPATH directories and $GOROOT that match the
    // pattern. The pattern must be either "all" (all packages), "std" (standard
    // packages), "cmd" (standard commands), or a path including "...".
    //
    // If any errors may have caused the set of packages to be incomplete,
    // MatchPackages appends those errors to m.Errs.
    func (m *Match) MatchPackages() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 31 20:33:05 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go

    	"metadata": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/storage/v1beta1/generated.proto

    // Kubelet uses this object to determine whether pod information needs to be passed on mount.
    // CSIDriver objects are non-namespaced.
    message CSIDriver {
      // Standard object metadata.
      // metadata.Name indicates the name of the CSI driver that this object
      // refers to; it MUST be the same name returned by the CSI GetPluginName()
      // call for that driver.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/authorization/v1/generated.proto

    // Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions
    // checking.
    message LocalSubjectAccessReview {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authorization/v1beta1/generated.proto

    // Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions
    // checking.
    message LocalSubjectAccessReview {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. pkg/apis/storage/types.go

    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // StorageClassList is a collection of storage classes.
    type StorageClassList struct {
    	metav1.TypeMeta
    	// Standard list metadata
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    	metav1.ListMeta
    
    	// Items is the list of StorageClasses
    	Items []StorageClass
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/ResultAssertion.java

            // for tests using rich console standard out and error are combined in output of execution result
            if (executionFailure) {
                normalizedOutput = removeExceptionStackTraceForFailedExecution(normalizedOutput);
            }
    
            validate(normalizedOutput, "Standard output");
    
            if (executionFailure) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. src/crypto/cipher/gcm_test.go

    		"12823ab601c350ea4bc2488c",
    		"793cd125b0b84a043e3ac67717",
    		"",
    		"e796c39074c7783a38193e3f8d46b355adacca7198d16d879fbfeac6e3",
    	},
    
    	// These cases test non-standard nonce sizes.
    	{ // key=16, plaintext=0
    		"1672c3537afa82004c6b8a46f6f0d026",
    		"05",
    		"",
    		"",
    		"8e2ad721f9455f74d8b53d3141f27e8e",
    	},
    	{ //key=16, plaintext=32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 15:27:49 UTC 2023
    - 35K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    // the string PATTERN appears in the environment values or the command
    // arguments. For each change that matches the pattern, the target must
    // enable that change and also print one or more “match lines”
    // (to standard output or standard error) describing the change.
    // The [golang.org/x/tools/internal/bisect] package provides functions to help
    // targets implement this protocol. We plan to publish that package
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top