@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1SecretEnvSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OPTIONAL |
Constructor and Description |
---|
V1SecretEnvSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Name of the referent.
|
Boolean |
getOptional()
Specify whether the Secret must be defined
|
int |
hashCode() |
V1SecretEnvSource |
name(String name) |
V1SecretEnvSource |
optional(Boolean optional) |
void |
setName(String name) |
void |
setOptional(Boolean optional) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_OPTIONAL
public V1SecretEnvSource name(String name)
@Nullable public String getName()
public void setName(String name)
public V1SecretEnvSource optional(Boolean optional)
@Nullable public Boolean getOptional()
public void setOptional(Boolean optional)
Copyright © 2020. All rights reserved.