Class SecretValueFromSourceFluentImpl<A extends SecretValueFromSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSourceFluentImpl<A>
-
- All Implemented Interfaces:
SecretValueFromSourceFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
GitHubBindingSpecFluentImpl.AccessTokenNestedImpl,GitHubSourceSpecFluentImpl.AccessTokenNestedImpl,GitHubSourceSpecFluentImpl.SecretTokenNestedImpl,SecretValueFromSourceBuilder
public class SecretValueFromSourceFluentImpl<A extends SecretValueFromSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SecretValueFromSourceFluent<A>
-
-
Constructor Summary
Constructors Constructor Description SecretValueFromSourceFluentImpl()SecretValueFromSourceFluentImpl(SecretValueFromSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.fabric8.kubernetes.api.model.SecretKeySelectorgetSecretKeyRef()inthashCode()BooleanhasSecretKeyRef()AwithNewSecretKeyRef(String key, String name, Boolean optional)AwithSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
-
-
-
Constructor Detail
-
SecretValueFromSourceFluentImpl
public SecretValueFromSourceFluentImpl()
-
SecretValueFromSourceFluentImpl
public SecretValueFromSourceFluentImpl(SecretValueFromSource instance)
-
-
Method Detail
-
getSecretKeyRef
public io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKeyRef()
- Specified by:
getSecretKeyRefin interfaceSecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>
-
withSecretKeyRef
public A withSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
- Specified by:
withSecretKeyRefin interfaceSecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>
-
hasSecretKeyRef
public Boolean hasSecretKeyRef()
- Specified by:
hasSecretKeyRefin interfaceSecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>
-
withNewSecretKeyRef
public A withNewSecretKeyRef(String key, String name, Boolean optional)
- Specified by:
withNewSecretKeyRefin interfaceSecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>
-
-