Package io.fabric8.kubernetes.api.model
Class SecretKeySelector
java.lang.Object
io.fabric8.kubernetes.api.model.SecretKeySelector
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class SecretKeySelector extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SecretKeySelector()No args constructor for use in serializationSecretKeySelector(String key, String name, Boolean optional) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetKey()StringgetName()BooleangetOptional()voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)voidsetName(String name)voidsetOptional(Boolean optional)
-
Constructor Details
-
SecretKeySelector
public SecretKeySelector()No args constructor for use in serialization -
SecretKeySelector
- Parameters:
name-optional-key-
-
-
Method Details
-
getKey
- Returns:
- The key
-
setKey
- Parameters:
key- The key
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getOptional
- Returns:
- The optional
-
setOptional
- Parameters:
optional- The optional
-
getAdditionalProperties
-
setAdditionalProperty
-