Package io.fabric8.kubernetes.api.model
Class SecretReference
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.SecretReference
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class SecretReference extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretReference()
No args constructor for use in serializationSecretReference(String name, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getName()
String
getNamespace()
void
setAdditionalProperty(String name, Object value)
void
setName(String name)
void
setNamespace(String namespace)
-