Package io.fabric8.kubernetes.api.model
Interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EnvVarSourceFluent.SecretKeyRefNested<N>,WatchEventFluent.SecretKeySelectorObjectNested<N>
- All Known Implementing Classes:
DoneableSecretKeySelector,EnvVarSourceFluentImpl.SecretKeyRefNestedImpl,SecretKeySelectorBuilder,SecretKeySelectorFluentImpl,WatchEventFluentImpl.SecretKeySelectorObjectNestedImpl
public interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetKey()StringgetName()BooleanhasKey()BooleanhasName()BooleanhasOptional()BooleanisOptional()AwithKey(String key)AwithName(String name)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewOptional(boolean arg1)AwithNewOptional(String arg1)AwithOptional(Boolean optional)
-
Method Details
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
withNewKey
-
withNewKey
-
withNewKey
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isOptional
Boolean isOptional() -
withOptional
-
hasOptional
Boolean hasOptional() -
withNewOptional
-
withNewOptional
-