package bootstrap
import "k8s.io/kubernetes/test/e2e/lifecycle/bootstrap"
Index ¶
- Constants
- func GenerateTokenId() (string, error)
- func GenerateTokenSecret() (string, error)
- func TimeStringFromNow(delta time.Duration) string
- func WaitForBootstrapTokenSecretNotDisappear(c clientset.Interface, tokenID string, t time.Duration) error
- func WaitForBootstrapTokenSecretToDisappear(c clientset.Interface, tokenID string) error
- func WaitForSignedClusterInfoByBootstrapTokenToDisappear(c clientset.Interface, tokenID string) error
- func WaitForSignedClusterInfoGetUpdatedByBootstrapToken(c clientset.Interface, tokenID string, signedToken string) error
- func WaitforSignedClusterInfoByBootStrapToken(c clientset.Interface, tokenID string) error
Constants ¶
const ( TokenIDBytes = 3 TokenSecretBytes = 8 )
Functions ¶
func GenerateTokenId ¶
func GenerateTokenSecret ¶
func TimeStringFromNow ¶
func WaitForBootstrapTokenSecretNotDisappear ¶
func WaitForBootstrapTokenSecretNotDisappear(c clientset.Interface, tokenID string, t time.Duration) error
func WaitForBootstrapTokenSecretToDisappear ¶
func WaitForSignedClusterInfoByBootstrapTokenToDisappear ¶
func WaitForSignedClusterInfoByBootstrapTokenToDisappear(c clientset.Interface, tokenID string) error
func WaitForSignedClusterInfoGetUpdatedByBootstrapToken ¶
func WaitForSignedClusterInfoGetUpdatedByBootstrapToken(c clientset.Interface, tokenID string, signedToken string) error
func WaitforSignedClusterInfoByBootStrapToken ¶
Source Files ¶
bootstrap_signer.go bootstrap_token_cleaner.go util.go
- Version
- v1.9.1
- Published
- Jan 3, 2018
- Platform
- js/wasm
- Imports
- 14 packages
- Last checked
- 9 seconds ago –
Tools for package owners.