Package io.fabric8.kubernetes.api.model
Class KeyToPathFluent<A extends KeyToPathFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.KeyToPathFluent<A>
-
- Direct Known Subclasses:
ConfigMapProjectionFluent.ItemsNested
,ConfigMapVolumeSourceFluent.ItemsNested
,KeyToPathBuilder
,SecretProjectionFluent.ItemsNested
,SecretVolumeSourceFluent.ItemsNested
public class KeyToPathFluent<A extends KeyToPathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description KeyToPathFluent()
KeyToPathFluent(KeyToPath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
addToAdditionalProperties(String key, Object value)
A
addToAdditionalProperties(Map<String,Object> map)
protected void
copyInstance(KeyToPath instance)
boolean
equals(Object o)
Map<String,Object>
getAdditionalProperties()
String
getKey()
Integer
getMode()
String
getPath()
boolean
hasAdditionalProperties()
int
hashCode()
boolean
hasKey()
boolean
hasMode()
boolean
hasPath()
A
removeFromAdditionalProperties(String key)
A
removeFromAdditionalProperties(Map<String,Object> map)
String
toString()
<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)
A
withKey(String key)
A
withMode(Integer mode)
A
withPath(String path)
-
-
-
Constructor Detail
-
KeyToPathFluent
public KeyToPathFluent()
-
KeyToPathFluent
public KeyToPathFluent(KeyToPath instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(KeyToPath instance)
-
getKey
public String getKey()
-
hasKey
public boolean hasKey()
-
getMode
public Integer getMode()
-
hasMode
public boolean hasMode()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KeyToPathFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KeyToPathFluent<A>>
-
-