Package io.fabric8.kubernetes.api.model
Class KeyToPathBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.KeyToPathFluent<KeyToPathBuilder>
-
- io.fabric8.kubernetes.api.model.KeyToPathBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KeyToPath>
,io.fabric8.kubernetes.api.builder.Visitable<KeyToPathBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<KeyToPath,KeyToPathBuilder>
public class KeyToPathBuilder extends KeyToPathFluent<KeyToPathBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KeyToPath,KeyToPathBuilder>
-
-
Constructor Summary
Constructors Constructor Description KeyToPathBuilder()
KeyToPathBuilder(KeyToPath instance)
KeyToPathBuilder(KeyToPathFluent<?> fluent)
KeyToPathBuilder(KeyToPathFluent<?> fluent, KeyToPath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyToPath
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.KeyToPathFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getKey, getMode, getPath, hasAdditionalProperties, hashCode, hasKey, hasMode, hasPath, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withKey, withMode, withPath
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
KeyToPathBuilder
public KeyToPathBuilder()
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPathFluent<?> fluent)
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPathFluent<?> fluent, KeyToPath instance)
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPath instance)
-
-