Package io.fabric8.kubernetes.api.model
Interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
CephFSPersistentVolumeSourceFluent.SecretRefNested<N>,CinderPersistentVolumeSourceFluent.SecretRefNested<N>,CSIPersistentVolumeSourceFluent.ControllerExpandSecretRefNested<N>,CSIPersistentVolumeSourceFluent.ControllerPublishSecretRefNested<N>,CSIPersistentVolumeSourceFluent.NodePublishSecretRefNested<N>,CSIPersistentVolumeSourceFluent.NodeStageSecretRefNested<N>,FlexPersistentVolumeSourceFluent.SecretRefNested<N>,ISCSIPersistentVolumeSourceFluent.SecretRefNested<N>,RBDPersistentVolumeSourceFluent.SecretRefNested<N>,ScaleIOPersistentVolumeSourceFluent.SecretRefNested<N>,WatchEventFluent.SecretReferenceObjectNested<N>
- All Known Implementing Classes:
CephFSPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,CinderPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.ControllerExpandSecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.ControllerPublishSecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.NodePublishSecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.NodeStageSecretRefNestedImpl,DoneableSecretReference,FlexPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,ISCSIPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,RBDPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,ScaleIOPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,SecretReferenceBuilder,SecretReferenceFluentImpl,WatchEventFluentImpl.SecretReferenceObjectNestedImpl
public interface SecretReferenceFluent<A extends SecretReferenceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetNamespace()BooleanhasName()BooleanhasNamespace()AwithName(String name)AwithNamespace(String namespace)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewNamespace(String arg1)AwithNewNamespace(StringBuffer arg1)AwithNewNamespace(StringBuilder arg1)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
withNewNamespace
-
withNewNamespace
-
withNewNamespace
-