| Package | Description |
|---|---|
| org.eclipse.jkube.kit.build.api | |
| org.eclipse.jkube.kit.build.api.auth | |
| org.eclipse.jkube.kit.build.api.auth.handler | |
| org.eclipse.jkube.kit.build.api.helper |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
RegistryContext.getAuthConfig(RegistryAuthConfig.Kind kind,
String user,
String registry) |
| Modifier and Type | Field and Description |
|---|---|
static AuthConfig |
AuthConfig.EMPTY_AUTH_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
AuthConfig.AuthConfigBuilder.build() |
AuthConfig |
RegistryAuthHandler.create(RegistryAuthConfig.Kind kind,
String user,
String registry,
UnaryOperator<String> decryptor) |
AuthConfig |
RegistryAuthHandler.Extender.extend(AuthConfig given,
String registry) |
static AuthConfig |
AuthConfig.fromCredentialsEncoded(String credentialsEncoded,
String email) |
static AuthConfig |
AuthConfig.fromMap(Map<String,String> params) |
static AuthConfig |
AuthConfig.fromRegistryAuthConfig(RegistryAuthConfig registryAuthConfig,
RegistryAuthConfig.Kind kind,
UnaryOperator<String> decryptor) |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
RegistryAuthHandler.Extender.extend(AuthConfig given,
String registry) |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
FromConfigRegistryAuthHandler.create(RegistryAuthConfig.Kind kind,
String user,
String registry,
UnaryOperator<String> decryptor) |
AuthConfig |
OpenShiftRegistryAuthHandler.create(RegistryAuthConfig.Kind kind,
String user,
String registry,
UnaryOperator<String> decryptor) |
AuthConfig |
SystemPropertyRegistryAuthHandler.create(RegistryAuthConfig.Kind kind,
String user,
String registry,
UnaryOperator<String> decryptor) |
| Modifier and Type | Method and Description |
|---|---|
static AuthConfig |
KubernetesConfigAuthUtil.readKubeConfigAuth() |
Copyright © 2023. All rights reserved.