Package io.fabric8.kubernetes.api.model
Class KeyToPathFluentImpl<A extends KeyToPathFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.KeyToPathFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,KeyToPathFluent<A>
- Direct Known Subclasses:
ConfigMapProjectionFluentImpl.ItemsNestedImpl,ConfigMapVolumeSourceFluentImpl.ItemsNestedImpl,DoneableKeyToPath,KeyToPathBuilder,SecretProjectionFluentImpl.ItemsNestedImpl,SecretVolumeSourceFluentImpl.ItemsNestedImpl,WatchEventFluentImpl.KeyToPathObjectNestedImpl
public class KeyToPathFluentImpl<A extends KeyToPathFluent<A>> extends BaseFluent<A> implements KeyToPathFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description KeyToPathFluentImpl()KeyToPathFluentImpl(KeyToPath instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetKey()IntegergetMode()StringgetPath()BooleanhasKey()BooleanhasMode()BooleanhasPath()AwithKey(String key)AwithMode(Integer mode)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewMode(int arg1)AwithNewMode(String arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithPath(String path)
-
Constructor Details
-
KeyToPathFluentImpl
public KeyToPathFluentImpl() -
KeyToPathFluentImpl
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withKey
- Specified by:
withKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasKey
- Specified by:
hasKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getMode
- Specified by:
getModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withMode
- Specified by:
withModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasMode
- Specified by:
hasModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewMode
- Specified by:
withNewModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewMode
- Specified by:
withNewModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getPath
- Specified by:
getPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withPath
- Specified by:
withPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
equals
-