Documentation ¶
Index ¶
- Constants
- func ConfigMap() core.OwnedComponent
- func IstioClientPeerAuthentication(enabled bool) core.Component
- func IstioPeerAuthentication(enabled bool) core.Component
- func NetworkPolicyClient() core.OwnedComponent
- func NetworkPolicyWorker() core.OwnedComponent
- func RoleBindingPodSecurityPolicy() core.OwnedComponent
- func RolePodSecurityPolicy() core.OwnedComponent
- func ServiceAccount() core.OwnedComponent
- func ServiceClient() core.OwnedComponent
- func ServiceWorker() core.OwnedComponent
- func StatefulSet(initImage, syncImage string) core.OwnedComponent
- func StatusUpdate() core.Component
Constants ¶
View Source
const ( ApplicationName = "mpi" ComponentWorker metadata.Component = "worker" ComponentClient metadata.Component = "client" )
View Source
const ( PendingStatus v1.JobConditionType = "Pending" StartingStatus v1.JobConditionType = "Starting" RunningStatus v1.JobConditionType = "Running" StoppingStatus v1.JobConditionType = "Stopping" FailedStatus v1.JobConditionType = "Failed" )
View Source
const (
EntryPointFailedReason string = "EntryPointFailed"
)
Variables ¶
This section is empty.
Functions ¶
func ConfigMap ¶
func ConfigMap() core.OwnedComponent
func IstioPeerAuthentication ¶
func NetworkPolicyClient ¶
func NetworkPolicyClient() core.OwnedComponent
func NetworkPolicyWorker ¶
func NetworkPolicyWorker() core.OwnedComponent
func RoleBindingPodSecurityPolicy ¶
func RoleBindingPodSecurityPolicy() core.OwnedComponent
func RolePodSecurityPolicy ¶
func RolePodSecurityPolicy() core.OwnedComponent
func ServiceAccount ¶
func ServiceAccount() core.OwnedComponent
func ServiceClient ¶
func ServiceClient() core.OwnedComponent
func ServiceWorker ¶
func ServiceWorker() core.OwnedComponent
func StatefulSet ¶
func StatefulSet(initImage, syncImage string) core.OwnedComponent
func StatusUpdate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.