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
,DoneableKeyToPath
,KeyToPathBuilder
,KeyToPathFluentImpl
,SecretProjectionFluentImpl.ItemsNestedImpl
,SecretVolumeSourceFluentImpl.ItemsNestedImpl
,WatchEventFluentImpl.KeyToPathObjectNestedImpl
public interface KeyToPathFluent<A extends KeyToPathFluent<A>> extends Fluent<A>
-
Method Summary
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
withNewMode(int arg1)
A
withNewMode(String arg1)
A
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withPath(String path)
-
Method Details
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
withNewKey
-
withNewKey
-
withNewKey
-
getMode
Integer getMode() -
withMode
-
hasMode
Boolean hasMode() -
withNewMode
-
withNewMode
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-