Package io.fabric8.kubernetes.api.model
Class KeyToPathBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.KeyToPathFluentImpl<KeyToPathBuilder>
io.fabric8.kubernetes.api.model.KeyToPathBuilder
- All Implemented Interfaces:
Builder<KeyToPath>
,Fluent<KeyToPathBuilder>
,Visitable<KeyToPathBuilder>
,VisitableBuilder<KeyToPath,KeyToPathBuilder>
,KeyToPathFluent<KeyToPathBuilder>
public class KeyToPathBuilder extends KeyToPathFluentImpl<KeyToPathBuilder> implements VisitableBuilder<KeyToPath,KeyToPathBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description KeyToPathBuilder()
KeyToPathBuilder(KeyToPath instance)
KeyToPathBuilder(KeyToPathFluent<?> fluent)
KeyToPathBuilder(KeyToPathFluent<?> fluent, KeyToPath instance)
KeyToPathBuilder(KeyToPathFluent<?> fluent, KeyToPath instance, Boolean validationEnabled)
KeyToPathBuilder(KeyToPathFluent<?> fluent, Boolean validationEnabled)
KeyToPathBuilder(KeyToPath instance, Boolean validationEnabled)
KeyToPathBuilder(Boolean validationEnabled)
-
Method Summary
Methods inherited from class io.fabric8.kubernetes.api.model.KeyToPathFluentImpl
getKey, getMode, getPath, hasKey, hasMode, hasPath, withKey, withMode, withNewKey, withNewKey, withNewKey, withNewMode, withNewMode, withNewPath, withNewPath, withNewPath, withPath
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
KeyToPathBuilder
public KeyToPathBuilder() -
KeyToPathBuilder
-
KeyToPathBuilder
-
KeyToPathBuilder
-
KeyToPathBuilder
-
KeyToPathBuilder
-
KeyToPathBuilder
-
KeyToPathBuilder
-
-
Method Details
-
build
-
equals
- Overrides:
equals
in classKeyToPathFluentImpl<KeyToPathBuilder>
-