public class EditableSourceSpec extends SourceSpec implements io.fabric8.kubernetes.api.builder.Editable<SourceSpecBuilder>
| Constructor and Description |
|---|
EditableSourceSpec()
No args constructor for use in serialization
|
EditableSourceSpec(Boolean compression,
String content,
String contentKey,
String contentRef,
List<String> interceptors,
String language,
String loader,
String name,
List<String> propertyNames,
String type) |
| Modifier and Type | Method and Description |
|---|---|
SourceSpecBuilder |
edit() |
getAdditionalProperties, getCompression, getContent, getContentKey, getContentRef, getInterceptors, getLanguage, getLoader, getName, getPropertyNames, getType, setAdditionalProperty, setCompression, setContent, setContentKey, setContentRef, setInterceptors, setLanguage, setLoader, setName, setPropertyNames, setTypepublic EditableSourceSpec()
public EditableSourceSpec(Boolean compression, String content, String contentKey, String contentRef, List<String> interceptors, String language, String loader, String name, List<String> propertyNames, String type)
contentKey - loader - propertyNames - name - language - compression - type - content - contentRef - interceptors - public SourceSpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<SourceSpecBuilder>Copyright © 2015–2021 Red Hat. All rights reserved.