Interface SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
GitLabBindingSpecFluent.AccessTokenNested<N>,GitLabSourceSpecFluent.AccessTokenNested<N>,GitLabSourceSpecFluent.SecretTokenNested<N>
- All Known Implementing Classes:
GitLabBindingSpecFluentImpl.AccessTokenNestedImpl,GitLabSourceSpecFluentImpl.AccessTokenNestedImpl,GitLabSourceSpecFluentImpl.SecretTokenNestedImpl,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)
-