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 StringgetKey()IntegergetMode()StringgetPath()BooleanhasKey()BooleanhasMode()BooleanhasPath()AwithKey(String key)AwithMode(Integer mode)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewMode(int arg1)AwithNewMode(String arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithPath(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
-