Package io.fabric8.kubernetes.api.model
Interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
CephFSVolumeSourceFluent.SecretRefNested<N>
,CinderVolumeSourceFluent.SecretRefNested<N>
,CSIVolumeSourceFluent.NodePublishSecretRefNested<N>
,FlexVolumeSourceFluent.SecretRefNested<N>
,ISCSIVolumeSourceFluent.SecretRefNested<N>
,PodSpecFluent.ImagePullSecretsNested<N>
,RBDVolumeSourceFluent.SecretRefNested<N>
,ScaleIOVolumeSourceFluent.SecretRefNested<N>
,ServiceAccountFluent.ImagePullSecretsNested<N>
,StorageOSVolumeSourceFluent.SecretRefNested<N>
,WatchEventFluent.LocalObjectReferenceNested<N>
- All Known Implementing Classes:
CephFSVolumeSourceFluentImpl.SecretRefNestedImpl
,CinderVolumeSourceFluentImpl.SecretRefNestedImpl
,CSIVolumeSourceFluentImpl.NodePublishSecretRefNestedImpl
,DoneableLocalObjectReference
,FlexVolumeSourceFluentImpl.SecretRefNestedImpl
,ISCSIVolumeSourceFluentImpl.SecretRefNestedImpl
,LocalObjectReferenceBuilder
,LocalObjectReferenceFluentImpl
,PodSpecFluentImpl.ImagePullSecretsNestedImpl
,RBDVolumeSourceFluentImpl.SecretRefNestedImpl
,ScaleIOVolumeSourceFluentImpl.SecretRefNestedImpl
,ServiceAccountFluentImpl.ImagePullSecretsNestedImpl
,StorageOSVolumeSourceFluentImpl.SecretRefNestedImpl
,WatchEventFluentImpl.LocalObjectReferenceNestedImpl
public interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getName()
Boolean
hasName()
A
withName(String name)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-