Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 121 for clustertrustbundles (0.24 sec)

  1. common-protos/k8s.io/api/certificates/v1alpha1/generated.proto

    option go_package = "k8s.io/api/certificates/v1alpha1";
    
    // ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors
    // (root certificates).
    //
    // ClusterTrustBundle objects are considered to be readable by any authenticated
    // user in the cluster, because they can be mounted by pods using the
    // `clusterTrustBundle` projection.  All service accounts have read access to
    // ClusterTrustBundles by default.  Users who only have namespace-level access
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. plugin/pkg/admission/certificates/ctbattest/admission_test.go

    			allowedName:                      "abc.com/xyz",
    			attributes: &testAttributes{
    				resource: certificatesapi.Resource("clustertrustbundles"),
    				oldObj: &certificatesapi.ClusterTrustBundle{
    					Spec: certificatesapi.ClusterTrustBundleSpec{},
    				},
    				obj: &certificatesapi.ClusterTrustBundle{
    					Spec: certificatesapi.ClusterTrustBundleSpec{},
    				},
    				operation: admission.Update,
    			},
    			allowed: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/certificates/v1alpha1/generated.proto

    option go_package = "k8s.io/api/certificates/v1alpha1";
    
    // ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors
    // (root certificates).
    //
    // ClusterTrustBundle objects are considered to be readable by any authenticated
    // user in the cluster, because they can be mounted by pods using the
    // `clusterTrustBundle` projection.  All service accounts have read access to
    // ClusterTrustBundles by default.  Users who only have namespace-level access
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. pkg/registry/storagemigration/storagemigration/strategy.go

    	svmvalidation "k8s.io/kubernetes/pkg/apis/storagemigration/validation"
    )
    
    // strategy implements behavior for ClusterTrustBundles.
    type strategy struct {
    	runtime.ObjectTyper
    	names.NameGenerator
    }
    
    // Strategy is the create, update, and delete strategy for ClusterTrustBundles.
    var Strategy = strategy{legacyscheme.Scheme, names.SimpleNameGenerator}
    
    var _ rest.RESTCreateStrategy = Strategy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. pkg/volume/testing/volume_host.go

    	ctbList, err := f.kubeClient.CertificatesV1alpha1().ClusterTrustBundles().List(context.Background(), metav1.ListOptions{})
    	if err != nil {
    		return nil, fmt.Errorf("while listing all ClusterTrustBundles: %w", err)
    	}
    
    	fullSet := bytes.Buffer{}
    	for i, ctb := range ctbList.Items {
    		fullSet.WriteString(ctb.Spec.TrustBundle)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  6. pkg/kubeapiserver/default_storage_factory_builder.go

    		// apisstorage.Resource("csistoragecapacities").WithVersion("v1beta1"),
    		networking.Resource("ipaddresses").WithVersion("v1alpha1"),
    		networking.Resource("servicecidrs").WithVersion("v1alpha1"),
    		certificates.Resource("clustertrustbundles").WithVersion("v1alpha1"),
    		storage.Resource("volumeattributesclasses").WithVersion("v1alpha1"),
    		storagemigration.Resource("storagemigrations").WithVersion("v1alpha1"),
    	}
    
    	return &StorageFactoryConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go

    	}
    	// Kubelet needs access to ClusterTrustBundles to support the pemTrustAnchors volume type.
    	if utilfeature.DefaultFeatureGate.Enabled(features.ClusterTrustBundle) {
    		nodePolicyRules = append(nodePolicyRules, rbacv1helpers.NewRule("get", "list", "watch").Groups(certificatesGroup).Resources("clustertrustbundles").RuleOrDie())
    	}
    
    	return nodePolicyRules
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

          "io.k8s.api.certificates.v1alpha1.ClusterTrustBundle": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. api/discovery/aggregated_v2.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: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. 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)
Back to top