@Generated(value="jsonschema2pojo") public class Provenance extends Object implements io.fabric8.kubernetes.api.builder.Editable<ProvenanceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Provenance()
No args constructor for use in serialization
|
Provenance(ConfigSource configSource,
FeatureFlags featureFlags,
RefSource refSource) |
| Modifier and Type | Method and Description |
|---|---|
ProvenanceBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
ConfigSource |
getConfigSource() |
FeatureFlags |
getFeatureFlags() |
RefSource |
getRefSource() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConfigSource(ConfigSource configSource) |
void |
setFeatureFlags(FeatureFlags featureFlags) |
void |
setRefSource(RefSource refSource) |
ProvenanceBuilder |
toBuilder() |
public Provenance()
public Provenance(ConfigSource configSource, FeatureFlags featureFlags, RefSource refSource)
public ConfigSource getConfigSource()
public void setConfigSource(ConfigSource configSource)
public FeatureFlags getFeatureFlags()
public void setFeatureFlags(FeatureFlags featureFlags)
public RefSource getRefSource()
public void setRefSource(RefSource refSource)
public ProvenanceBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<ProvenanceBuilder>public ProvenanceBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.