Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 121 for certificatesigningrequest (0.49 sec)

  1. security/pkg/k8s/chiron/utils.go

    	signerName string,
    	usages []cert.KeyUsage,
    	requestedLifetime time.Duration,
    ) (*cert.CertificateSigningRequest, error) {
    	log.Debugf("create CSR for signer %v", signerName)
    	csr := &cert.CertificateSigningRequest{
    		// Username, UID, Groups will be injected by API server.
    		TypeMeta: metav1.TypeMeta{Kind: "CertificateSigningRequest"},
    		ObjectMeta: metav1.ObjectMeta{
    			GenerateName: "csr-workload-",
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 18:11:22 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. pkg/controller/certificates/certificate_controller_test.go

    	_, ctx := ktesting.NewTestContext(t)
    	csr := &certificates.CertificateSigningRequest{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "test-csr",
    		},
    	}
    
    	client := fake.NewSimpleClientset(csr)
    	informerFactory := informers.NewSharedInformerFactory(fake.NewSimpleClientset(csr), controller.NoResyncPeriodFunc())
    	handler := func(ctx context.Context, csr *certificates.CertificateSigningRequest) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 15 03:26:08 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/certificates/v1/generated.proto

    }
    
    // CertificateSigningRequestList is a collection of CertificateSigningRequest objects
    message CertificateSigningRequestList {
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is a collection of CertificateSigningRequest objects
      repeated CertificateSigningRequest items = 2;
    }
    
    // CertificateSigningRequestSpec contains the certificate request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/certificates/v1/zz_generated.deepcopy.go

    func (in *CertificateSigningRequest) DeepCopyInto(out *CertificateSigningRequest) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Spec.DeepCopyInto(&out.Spec)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateSigningRequest.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6K bytes
    - Viewed (0)
  5. pkg/apis/certificates/v1beta1/zz_generated.defaults.go

    // All generated defaulters are covering - they call all nested defaulters.
    func RegisterDefaults(scheme *runtime.Scheme) error {
    	scheme.AddTypeDefaultingFunc(&v1beta1.CertificateSigningRequest{}, func(obj interface{}) {
    		SetObjectDefaults_CertificateSigningRequest(obj.(*v1beta1.CertificateSigningRequest))
    	})
    	scheme.AddTypeDefaultingFunc(&v1beta1.CertificateSigningRequestList{}, func(obj interface{}) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/certificates/v1/types_swagger_doc_generated.go

    	"uid":               "uid contains the uid of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable.",
    	"groups":            "groups contains group membership of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/certificates/v1/types.go

    // +genclient:method=UpdateApproval,verb=update,subresource=approval,input=k8s.io/api/certificates/v1.CertificateSigningRequest,result=k8s.io/api/certificates/v1.CertificateSigningRequest
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.19
    
    // CertificateSigningRequest objects provide a mechanism to obtain x509 certificates
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/certificates/v1/generated.proto

    }
    
    // CertificateSigningRequestList is a collection of CertificateSigningRequest objects
    message CertificateSigningRequestList {
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is a collection of CertificateSigningRequest objects
      repeated CertificateSigningRequest items = 2;
    }
    
    // CertificateSigningRequestSpec contains the certificate request.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.go

    func (in *CertificateSigningRequest) APILifecycleReplacement() schema.GroupVersionKind {
    	return schema.GroupVersionKind{Group: "certificates.k8s.io", Version: "v1", Kind: "CertificateSigningRequest"}
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4K bytes
    - Viewed (0)
  10. pkg/controller/certificates/cleaner/cleaner.go

    // CSR, the CSR statuses that are visible via `kubectl` will include 'Issued'.
    func isIssued(csr *capi.CertificateSigningRequest) bool {
    	return len(csr.Status.Certificate) > 0
    }
    
    // isExpired checks if the CSR has a certificate and the date in the `NotAfter`
    // field has gone by.
    func isExpired(csr *capi.CertificateSigningRequest) bool {
    	if len(csr.Status.Certificate) == 0 {
    		return false
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 15 03:26:08 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top