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
,KeyToPathBuilder
,SecretProjectionFluentImpl.ItemsNestedImpl
,SecretVolumeSourceFluentImpl.ItemsNestedImpl
,WatchEventFluentImpl.KeyToPathObjectNestedImpl
public class KeyToPathFluentImpl<A extends KeyToPathFluent<A>> extends BaseFluent<A> implements KeyToPathFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description KeyToPathFluentImpl()
KeyToPathFluentImpl(KeyToPath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
Integer
getMode()
String
getPath()
int
hashCode()
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
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withPath(String path)
-
-
-
Constructor Detail
-
KeyToPathFluentImpl
public KeyToPathFluentImpl()
-
KeyToPathFluentImpl
public KeyToPathFluentImpl(KeyToPath instance)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withKey
public A withKey(String key)
- Specified by:
withKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasKey
public Boolean hasKey()
- Specified by:
hasKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
public A withNewKey(String arg1)
- Specified by:
withNewKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
public A withNewKey(StringBuilder arg1)
- Specified by:
withNewKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
public A withNewKey(StringBuffer arg1)
- Specified by:
withNewKey
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getMode
public Integer getMode()
- Specified by:
getMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withMode
public A withMode(Integer mode)
- Specified by:
withMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasMode
public Boolean hasMode()
- Specified by:
hasMode
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPath
in interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
-