public class V1AzureFileVolumeSourceFluentImpl<A extends V1AzureFileVolumeSourceFluent<A>> extends BaseFluent<A> implements V1AzureFileVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1AzureFileVolumeSourceFluentImpl() |
V1AzureFileVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1AzureFileVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getReadOnly() |
String |
getSecretName() |
String |
getShareName() |
int |
hashCode() |
Boolean |
hasReadOnly() |
Boolean |
hasSecretName() |
Boolean |
hasShareName() |
A |
withNewSecretName(String original)
Deprecated.
|
A |
withNewShareName(String original)
Deprecated.
|
A |
withReadOnly(Boolean readOnly) |
A |
withSecretName(String secretName) |
A |
withShareName(String shareName) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1AzureFileVolumeSourceFluentImpl()
public V1AzureFileVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1AzureFileVolumeSource instance)
public Boolean getReadOnly()
getReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public String getSecretName()
getSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withSecretName(String secretName)
withSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public Boolean hasSecretName()
hasSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
@Deprecated public A withNewSecretName(String original)
withNewSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public String getShareName()
getShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withShareName(String shareName)
withShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public Boolean hasShareName()
hasShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
@Deprecated public A withNewShareName(String original)
withNewShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.