Package io.fabric8.kubernetes.api.model
Interface KeyToPathFluent<A extends KeyToPathFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ConfigMapProjectionFluent.ItemsNested<N>,ConfigMapVolumeSourceFluent.ItemsNested<N>,SecretProjectionFluent.ItemsNested<N>,SecretVolumeSourceFluent.ItemsNested<N>,WatchEventFluent.KeyToPathObjectNested<N>
- All Known Implementing Classes:
ConfigMapProjectionFluentImpl.ItemsNestedImpl,ConfigMapVolumeSourceFluentImpl.ItemsNestedImpl,KeyToPathBuilder,KeyToPathFluentImpl,SecretProjectionFluentImpl.ItemsNestedImpl,SecretVolumeSourceFluentImpl.ItemsNestedImpl,WatchEventFluentImpl.KeyToPathObjectNestedImpl
public interface KeyToPathFluent<A extends KeyToPathFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()IntegergetMode()StringgetPath()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)
-
-
-
Method Detail
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
A withNewKey(StringBuilder arg1)
-
withNewKey
A withNewKey(StringBuffer arg1)
-
getMode
Integer getMode()
-
hasMode
Boolean hasMode()
-
getPath
String getPath()
-
hasPath
Boolean hasPath()
-
withNewPath
A withNewPath(StringBuilder arg1)
-
withNewPath
A withNewPath(StringBuffer arg1)
-
-