public class SecretVolumeSourceFluentImpl<A extends SecretVolumeSourceFluent<A>> extends BaseFluent<A> implements SecretVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
SecretVolumeSourceFluentImpl() |
SecretVolumeSourceFluentImpl(SecretVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSecretName() |
A |
withSecretName(String secretName) |
public SecretVolumeSourceFluentImpl()
public SecretVolumeSourceFluentImpl(SecretVolumeSource instance)
public String getSecretName()
getSecretName
in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
public A withSecretName(String secretName)
withSecretName
in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
Copyright © 2011–2016 Red Hat. All rights reserved.