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 booleanequals(Object o)StringgetKey()IntegergetMode()StringgetPath()inthashCode()BooleanhasKey()BooleanhasMode()BooleanhasPath()AwithKey(String key)AwithMode(Integer mode)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithPath(String path)
-
-
-
Constructor Detail
-
KeyToPathFluentImpl
public KeyToPathFluentImpl()
-
KeyToPathFluentImpl
public KeyToPathFluentImpl(KeyToPath instance)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withKey
public A withKey(String key)
- Specified by:
withKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasKey
public Boolean hasKey()
- Specified by:
hasKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
public A withNewKey(String arg1)
- Specified by:
withNewKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
public A withNewKey(StringBuilder arg1)
- Specified by:
withNewKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewKey
public A withNewKey(StringBuffer arg1)
- Specified by:
withNewKeyin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getMode
public Integer getMode()
- Specified by:
getModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withMode
public A withMode(Integer mode)
- Specified by:
withModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasMode
public Boolean hasMode()
- Specified by:
hasModein interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPathin interfaceKeyToPathFluent<A extends KeyToPathFluent<A>>
-
-