Uses of Class
io.fabric8.kubernetes.api.model.ExecConfig
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of ExecConfig in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ExecConfig Modifier and Type Method Description ExecConfigExecConfigBuilder. build()ExecConfigAuthInfoFluent. buildExec()ExecConfigAuthInfoFluentImpl. buildExec()ExecConfigDoneableExecConfig. done()ExecConfigAuthInfo. getExec()ExecConfigAuthInfoFluent. getExec()Deprecated.ExecConfigAuthInfoFluentImpl. getExec()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type ExecConfig Modifier and Type Method Description AuthInfoFluent.ExecNested<A>AuthInfoFluent. editOrNewExecLike(ExecConfig item)AuthInfoFluent.ExecNested<A>AuthInfoFluentImpl. editOrNewExecLike(ExecConfig item)voidAuthInfo. setExec(ExecConfig exec)AAuthInfoFluent. withExec(ExecConfig exec)AAuthInfoFluentImpl. withExec(ExecConfig exec)AWatchEventFluent. withExecConfigObject(ExecConfig execConfigObject)AWatchEventFluentImpl. withExecConfigObject(ExecConfig execConfigObject)WatchEventFluent.ExecConfigObjectNested<A>WatchEventFluent. withNewExecConfigObjectLike(ExecConfig item)WatchEventFluent.ExecConfigObjectNested<A>WatchEventFluentImpl. withNewExecConfigObjectLike(ExecConfig item)AuthInfoFluent.ExecNested<A>AuthInfoFluent. withNewExecLike(ExecConfig item)AuthInfoFluent.ExecNested<A>AuthInfoFluentImpl. withNewExecLike(ExecConfig item)Constructors in io.fabric8.kubernetes.api.model with parameters of type ExecConfig Constructor Description AuthInfo(String as, List<String> asGroups, Map<String,ArrayList<String>> asUserExtra, AuthProviderConfig authProvider, String clientCertificate, String clientCertificateData, String clientKey, String clientKeyData, ExecConfig exec, List<NamedExtension> extensions, String password, String token, String tokenFile, String username)DoneableExecConfig(ExecConfig item)DoneableExecConfig(ExecConfig item, Function<ExecConfig,ExecConfig> function)ExecConfigBuilder(ExecConfig instance)ExecConfigBuilder(ExecConfigFluent<?> fluent, ExecConfig instance)ExecConfigBuilder(ExecConfigFluent<?> fluent, ExecConfig instance, Boolean validationEnabled)ExecConfigBuilder(ExecConfig instance, Boolean validationEnabled)ExecConfigFluentImpl(ExecConfig instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type ExecConfig Constructor Description DoneableExecConfig(Function<ExecConfig,ExecConfig> function)DoneableExecConfig(Function<ExecConfig,ExecConfig> function)DoneableExecConfig(ExecConfig item, Function<ExecConfig,ExecConfig> function)DoneableExecConfig(ExecConfig item, Function<ExecConfig,ExecConfig> function)