Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for Generating (0.28 sec)

  1. pkg/apis/core/types.go

    	// which implies that the string must be a DNS_LABEL.
    	Name string
    
    	// ResourceClaimName is the name of the ResourceClaim that was
    	// generated for the Pod in the namespace of the Pod. If this is
    	// unset, then generating a ResourceClaim was not necessary. The
    	// pod.spec.resourceClaims entry can be ignored in this case.
    	ResourceClaimName *string
    }
    
    // OSName is the set of OS'es that can be used in OS.
    type OSName string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"resourceClaimName": "ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. If this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.",
    }
    
    func (PodResourceClaimStatus) SwaggerDoc() map[string]string {
    	return map_PodResourceClaimStatus
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    - kube-controller-manager currently needs a writable `--cert-dir` (default is `/var/run/kubernetes`) for generating self-signed certificates, when no `--tls-cert-file` or `--tls-private-key-file` are provided.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      optional string name = 1;
    
      // ResourceClaimName is the name of the ResourceClaim that was
      // generated for the Pod in the namespace of the Pod. If this is
      // unset, then generating a ResourceClaim was not necessary. The
      // pod.spec.resourceClaims entry can be ignored in this case.
      //
      // +optional
      optional string resourceClaimName = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	Name string `json:"name" protobuf:"bytes,1,name=name"`
    
    	// ResourceClaimName is the name of the ResourceClaim that was
    	// generated for the Pod in the namespace of the Pod. If this is
    	// unset, then generating a ResourceClaim was not necessary. The
    	// pod.spec.resourceClaims entry can be ignored in this case.
    	//
    	// +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)
  6. CHANGELOG/CHANGELOG-1.23.md

    ### Software Supply Chain SLSA Level 1 Compliance in the Kubernetes Release Process
    
    Kubernetes releases are now generating provenance attestation files describing the staging and release phases of the release process and artifacts are verified as they are handed over from one phase to the next.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
Back to top