Package io.fabric8.kubernetes.api.model
Interface AuthProviderConfigFluent<A extends AuthProviderConfigFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
AuthInfoFluent.AuthProviderNested<N>
,WatchEventFluent.AuthProviderConfigObjectNested<N>
- All Known Implementing Classes:
AuthInfoFluentImpl.AuthProviderNestedImpl
,AuthProviderConfigBuilder
,AuthProviderConfigFluentImpl
,WatchEventFluentImpl.AuthProviderConfigObjectNestedImpl
public interface AuthProviderConfigFluent<A extends AuthProviderConfigFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
addToConfig(String key, String value)
A
addToConfig(Map<String,String> map)
Map<String,String>
getConfig()
String
getName()
Boolean
hasConfig()
Boolean
hasName()
A
removeFromConfig(String key)
A
removeFromConfig(Map<String,String> map)
A
withConfig(Map<String,String> config)
A
withName(String name)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
-
-
-
Method Detail
-
hasConfig
Boolean hasConfig()
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
-