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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyToPath
build()
boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class io.fabric8.kubernetes.api.model.KeyToPathFluentImpl
getKey, getMode, getPath, hasKey, hasMode, hasPath, withKey, withMode, withNewKey, withNewKey, withNewKey, withNewPath, withNewPath, withNewPath, withPath
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
KeyToPathBuilder
public KeyToPathBuilder()
-
KeyToPathBuilder
public KeyToPathBuilder(Boolean validationEnabled)
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPathFluent<?> fluent)
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPathFluent<?> fluent, Boolean validationEnabled)
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPathFluent<?> fluent, KeyToPath instance)
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPathFluent<?> fluent, KeyToPath instance, Boolean validationEnabled)
-
KeyToPathBuilder
public KeyToPathBuilder(KeyToPath instance)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classKeyToPathFluentImpl<KeyToPathBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classKeyToPathFluentImpl<KeyToPathBuilder>
-
-