Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SecretTypeBootstrapToken (0.25 sec)

  1. pkg/apis/core/types.go

    	// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
    	TLSPrivateKeyKey = "tls.key"
    	// SecretTypeBootstrapToken is used during the automated bootstrap process (first
    	// implemented by kubeadm). It stores tokens that are used to sign well known
    	// ConfigMaps. They are used for authn.
    	SecretTypeBootstrapToken SecretType = "bootstrap.kubernetes.io/token"
    )
    
    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.go

    	// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
    	TLSPrivateKeyKey = "tls.key"
    	// SecretTypeBootstrapToken is used during the automated bootstrap process (first
    	// implemented by kubeadm). It stores tokens that are used to sign well known
    	// ConfigMaps. They are used for authn.
    	SecretTypeBootstrapToken SecretType = "bootstrap.kubernetes.io/token"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top