Class RunOperations.RunConfigNested
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.client.extended.run.RunConfigFluent<RunOperations.RunConfigNested>
-
- io.fabric8.kubernetes.client.extended.run.RunOperations.RunConfigNested
-
- Enclosing class:
- RunOperations
public class RunOperations.RunConfigNested extends RunConfigFluent<RunOperations.RunConfigNested>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Poddone()-
Methods inherited from class io.fabric8.kubernetes.client.extended.run.RunConfigFluent
addAllToArgs, addToArgs, addToArgs, addToEnv, addToEnv, addToLabels, addToLabels, addToLimits, addToLimits, addToRequests, addToRequests, copyInstance, equals, getArg, getArgs, getCommand, getEnv, getFirstArg, getImage, getImagePullPolicy, getLabels, getLastArg, getLimits, getMatchingArg, getName, getPort, getRequests, getRestartPolicy, getServiceAccount, hasArgs, hasCommand, hasEnv, hashCode, hasImage, hasImagePullPolicy, hasLabels, hasLimits, hasMatchingArg, hasName, hasPort, hasRequests, hasRestartPolicy, hasServiceAccount, removeAllFromArgs, removeFromArgs, removeFromEnv, removeFromEnv, removeFromLabels, removeFromLabels, removeFromLimits, removeFromLimits, removeFromRequests, removeFromRequests, setToArgs, toString, withArgs, withArgs, withCommand, withEnv, withImage, withImagePullPolicy, withLabels, withLimits, withName, withPort, withRequests, withRestartPolicy, withServiceAccount
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Method Detail
-
done
public Pod done()
-
-