Class EditableSecretValueFromSource
- java.lang.Object
-
- io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource
-
- io.fabric8.knative.eventing.contrib.github.v1alpha1.EditableSecretValueFromSource
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SecretValueFromSourceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class EditableSecretValueFromSource extends SecretValueFromSource implements io.fabric8.kubernetes.api.builder.Editable<SecretValueFromSourceBuilder>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditableSecretValueFromSource()No args constructor for use in serializationEditableSecretValueFromSource(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretValueFromSourceBuilderedit()-
Methods inherited from class io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource
getAdditionalProperties, getSecretKeyRef, setAdditionalProperty, setSecretKeyRef
-
-
-
-
Method Detail
-
edit
public SecretValueFromSourceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SecretValueFromSourceBuilder>
-
-