@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-05-14T16:48:53.494+08:00") public class AlluxioFuseSpec extends Object
| 构造器和说明 |
|---|
AlluxioFuseSpec() |
| 限定符和类型 | 方法和说明 |
|---|---|
AlluxioFuseSpec |
addArgsItem(String argsItem) |
AlluxioFuseSpec |
addJvmOptionsItem(String jvmOptionsItem) |
AlluxioFuseSpec |
args(List<String> args) |
AlluxioFuseSpec |
env(Map<String,String> env) |
boolean |
equals(Object o) |
List<String> |
getArgs()
Arguments that will be passed to Alluxio Fuse
|
Map<String,String> |
getEnv()
Environment variables that will be used by Alluxio Fuse
|
String |
getImage()
Image for Alluxio Fuse(e.g. alluxio/alluxio-fuse)
|
String |
getImagePullPolicy()
One of the three policies: `Always`, `IfNotPresent`, `Never`
|
String |
getImageTag()
Image Tag for Alluxio Fuse(e.g. 2.3.0-SNAPSHOT)
|
List<String> |
getJvmOptions()
Options for JVM
|
Map<String,String> |
getNodeSelector()
NodeSelector is a selector which must be true for the fuse client to fit on a node, this option only effect when global is enabled
|
Map<String,String> |
getProperties()
Configurable properties for Alluxio System.
|
io.kubernetes.client.openapi.models.V1ResourceRequirements |
getResources()
Resources that will be requested by Alluxio Fuse.
|
AlluxioFuseSpec |
global(Boolean global) |
int |
hashCode() |
AlluxioFuseSpec |
image(String image) |
AlluxioFuseSpec |
imagePullPolicy(String imagePullPolicy) |
AlluxioFuseSpec |
imageTag(String imageTag) |
Boolean |
isGlobal()
If the fuse client should be deployed in global mode, otherwise the affinity should be considered
|
AlluxioFuseSpec |
jvmOptions(List<String> jvmOptions) |
AlluxioFuseSpec |
nodeSelector(Map<String,String> nodeSelector) |
AlluxioFuseSpec |
properties(Map<String,String> properties) |
AlluxioFuseSpec |
putEnvItem(String key,
String envItem) |
AlluxioFuseSpec |
putNodeSelectorItem(String key,
String nodeSelectorItem) |
AlluxioFuseSpec |
putPropertiesItem(String key,
String propertiesItem) |
AlluxioFuseSpec |
resources(io.kubernetes.client.openapi.models.V1ResourceRequirements resources) |
void |
setArgs(List<String> args) |
void |
setEnv(Map<String,String> env) |
void |
setGlobal(Boolean global) |
void |
setImage(String image) |
void |
setImagePullPolicy(String imagePullPolicy) |
void |
setImageTag(String imageTag) |
void |
setJvmOptions(List<String> jvmOptions) |
void |
setNodeSelector(Map<String,String> nodeSelector) |
void |
setProperties(Map<String,String> properties) |
void |
setResources(io.kubernetes.client.openapi.models.V1ResourceRequirements resources) |
String |
toString() |
public AlluxioFuseSpec args(List<String> args)
public AlluxioFuseSpec addArgsItem(String argsItem)
public AlluxioFuseSpec env(Map<String,String> env)
public AlluxioFuseSpec putEnvItem(String key, String envItem)
public Map<String,String> getEnv()
public AlluxioFuseSpec global(Boolean global)
public Boolean isGlobal()
public void setGlobal(Boolean global)
public AlluxioFuseSpec image(String image)
public String getImage()
public void setImage(String image)
public AlluxioFuseSpec imagePullPolicy(String imagePullPolicy)
public String getImagePullPolicy()
public void setImagePullPolicy(String imagePullPolicy)
public AlluxioFuseSpec imageTag(String imageTag)
public String getImageTag()
public void setImageTag(String imageTag)
public AlluxioFuseSpec jvmOptions(List<String> jvmOptions)
public AlluxioFuseSpec addJvmOptionsItem(String jvmOptionsItem)
public AlluxioFuseSpec nodeSelector(Map<String,String> nodeSelector)
public AlluxioFuseSpec putNodeSelectorItem(String key, String nodeSelectorItem)
public Map<String,String> getNodeSelector()
public AlluxioFuseSpec properties(Map<String,String> properties)
public AlluxioFuseSpec putPropertiesItem(String key, String propertiesItem)
public Map<String,String> getProperties()
public AlluxioFuseSpec resources(io.kubernetes.client.openapi.models.V1ResourceRequirements resources)
public io.kubernetes.client.openapi.models.V1ResourceRequirements getResources()
public void setResources(io.kubernetes.client.openapi.models.V1ResourceRequirements resources)
Copyright © 2021. All rights reserved.