Package io.fabric8.kubernetes.api.model
Class SecretReference
java.lang.Object
io.fabric8.kubernetes.api.model.SecretReference
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") 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
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)
-
Constructor Details
-
SecretReference
public SecretReference()No args constructor for use in serialization -
SecretReference
- Parameters:
name
-namespace
-
-
-
Method Details
-
getName
- Returns:
- The name
-
setName
- Parameters:
name
- The name
-
getNamespace
- Returns:
- The namespace
-
setNamespace
- Parameters:
namespace
- The namespace
-
getAdditionalProperties
-
setAdditionalProperty
-