Interface SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaSASLSpecFluent.PasswordNested<N>,KafkaSASLSpecFluent.UserNested<N>,KafkaTLSSpecFluent.CaCertNested<N>,KafkaTLSSpecFluent.CertNested<N>,KafkaTLSSpecFluent.KeyNested<N>
- All Known Implementing Classes:
KafkaSASLSpecFluentImpl.PasswordNestedImpl,KafkaSASLSpecFluentImpl.UserNestedImpl,KafkaTLSSpecFluentImpl.CaCertNestedImpl,KafkaTLSSpecFluentImpl.CertNestedImpl,KafkaTLSSpecFluentImpl.KeyNestedImpl,SecretValueFromSourceBuilder,SecretValueFromSourceFluentImpl
public interface SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.fabric8.kubernetes.api.model.SecretKeySelectorgetSecretKeyRef()BooleanhasSecretKeyRef()AwithNewSecretKeyRef(String key, String name, Boolean optional)AwithSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
-