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 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
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withPath(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)
-
-