public class ResourceSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ResourceSpec()
No args constructor for use in serialization
|
ResourceSpec(Boolean compression,
String content,
String contentKey,
String contentRef,
String contentType,
String mountPath,
String name,
String path,
String rawContent,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getCompression() |
String |
getContent() |
String |
getContentKey() |
String |
getContentRef() |
String |
getContentType() |
String |
getMountPath() |
String |
getName() |
String |
getPath() |
String |
getRawContent() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCompression(Boolean compression) |
void |
setContent(String content) |
void |
setContentKey(String contentKey) |
void |
setContentRef(String contentRef) |
void |
setContentType(String contentType) |
void |
setMountPath(String mountPath) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setRawContent(String rawContent) |
void |
setType(String type) |
public ResourceSpec()
public ResourceSpec(Boolean compression, String content, String contentKey, String contentRef, String contentType, String mountPath, String name, String path, String rawContent, String type)
path - contentKey - mountPath - name - compression - type - contentType - content - contentRef - rawContent - public Boolean getCompression()
public void setCompression(Boolean compression)
public String getContent()
public void setContent(String content)
public String getContentKey()
public void setContentKey(String contentKey)
public String getContentRef()
public void setContentRef(String contentRef)
public String getContentType()
public void setContentType(String contentType)
public String getMountPath()
public void setMountPath(String mountPath)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getRawContent()
public void setRawContent(String rawContent)
public String getType()
public void setType(String type)
Copyright © 2015–2023 Red Hat. All rights reserved.