Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.25 KB

EFCCompTemplateSpec.md

File metadata and controls

19 lines (15 loc) · 1.25 KB

EFCCompTemplateSpec

EFCCompTemplateSpec is a description of the EFC components

Properties

Name Type Description Notes
disabled bool Enabled or Disabled for the components. Default enable. [optional]
network_mode str Whether to use host network or not. [optional]
node_selector dict(str, str) NodeSelector is a selector which must be true for the component to fit on a node. [optional]
pod_metadata PodMetadata [optional]
ports dict(str, int) Ports used by EFC(e.g. rpc: 19998 for master). [optional]
properties dict(str, str) Configurable properties for the EFC component. [optional]
replicas int Replicas is the desired number of replicas of the given template. If unspecified, defaults to 1. replicas is the min replicas of dataset in the cluster [optional]
resources V1ResourceRequirements [optional]
version VersionSpec [optional]

[Back to Model list] [Back to API list] [Back to README]