Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 191 for clustertrustbundles (0.27 sec)

  1. api/discovery/aggregated_v2beta1.json

              "resources": [
                {
                  "resource": "clustertrustbundles",
                  "responseKind": {
                    "group": "",
                    "kind": "ClusterTrustBundle",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "clustertrustbundle",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. plugin/pkg/admission/noderestriction/admission.go

    	for _, vol := range pod.Spec.Volumes {
    		if vol.VolumeSource.Projected != nil {
    			for _, src := range vol.VolumeSource.Projected.Sources {
    				if src.ClusterTrustBundle != nil {
    					return admission.NewForbidden(a, fmt.Errorf("node %q can not create pods that reference clustertrustbundles", nodeName))
    				}
    			}
    		}
    	}
    
    	for _, v := range pod.Spec.Volumes {
    		if v.PersistentVolumeClaim != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  3. pkg/volume/plugins.go

    	WaitForCacheSync() error
    	// Returns hostutil.HostUtils
    	GetHostUtil() hostutil.HostUtils
    
    	// Returns trust anchors from the named ClusterTrustBundle.
    	GetTrustAnchorsByName(name string, allowMissing bool) ([]byte, error)
    
    	// Returns trust anchors from the ClusterTrustBundles selected by signer
    	// name and label selector.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/certificates/v1alpha1/clustertrustbundle.go

    // Experimental!
    func ExtractClusterTrustBundleStatus(clusterTrustBundle *certificatesv1alpha1.ClusterTrustBundle, fieldManager string) (*ClusterTrustBundleApplyConfiguration, error) {
    	return extractClusterTrustBundle(clusterTrustBundle, fieldManager, "status")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:59 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  5. plugin/pkg/admission/noderestriction/admission_test.go

    		},
    		{
    			name:       "forbid create of pod referencing clustertrustbundle",
    			podsGetter: noExistingPods,
    			attributes: admission.NewAttributesRecord(ctbpod, nil, podKind, ctbpod.Namespace, ctbpod.Name, podResource, "", admission.Create, &metav1.CreateOptions{}, false, mynode),
    			err:        "reference clustertrustbundles",
    		},
    		{
    			name:       "forbid create of pod referencing persistentvolumeclaim",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"name":          "Select a single ClusterTrustBundle by object name.  Mutually-exclusive with signerName and labelSelector.",
    	"signerName":    "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name.  The contents of all selected ClusterTrustBundles will be unified and deduplicated.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/certificates.k8s.io.v1alpha1.ClusterTrustBundle.yaml

    apiVersion: certificates.k8s.io/v1alpha1
    kind: ClusterTrustBundle
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
      deletionTimestamp: "2009-01-01T01:01:01Z"
      finalizers:
      - finalizersValue
      generateName: generateNameValue
      generation: 7
      labels:
        labelsKey: labelsValue
      managedFields:
      - apiVersion: apiVersionValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 946 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/certificates.k8s.io.v1alpha1.ClusterTrustBundle.json

    {
      "kind": "ClusterTrustBundle",
      "apiVersion": "certificates.k8s.io/v1alpha1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/certificates.k8s.io.v1alpha1.ClusterTrustBundle.json

    {
      "kind": "ClusterTrustBundle",
      "apiVersion": "certificates.k8s.io/v1alpha1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:59 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/certificates.k8s.io.v1alpha1.ClusterTrustBundle.json

    {
      "kind": "ClusterTrustBundle",
      "apiVersion": "certificates.k8s.io/v1alpha1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top