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 boolean
equals(Object o)
String
getKey()
Integer
getMode()
String
getPath()
Boolean
hasKey()
Boolean
hasMode()
Boolean
hasPath()
A
withKey(String key)
A
withMode(Integer mode)
A
withNewKey(String arg1)
A
withNewKey(StringBuffer arg1)
A
withNewKey(StringBuilder arg1)
A
withNewMode(int arg1)
A
withNewMode(String arg1)
A
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withPath(String path)
-
Constructor Details
-
KeyToPathFluentImpl
public KeyToPathFluentImpl() -
KeyToPathFluentImpl
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withKey
- Specified by:
withKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasKey
- Specified by:
hasKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
- Specified by:
withNewKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
- Specified by:
withNewKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
- Specified by:
withNewKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getMode
- Specified by:
getMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withMode
- Specified by:
withMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasMode
- Specified by:
hasMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewMode
- Specified by:
withNewMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewMode
- Specified by:
withNewMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getPath
- Specified by:
getPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
equals
-