Documentation ¶
Overview ¶
Package constraint exposes Marathon-like constraints for scheduling pods. Incomplete. TODO(jdef) We need better alignment between k8s-mesos and k8s scheduling constraints (read: a common constraints API).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constraint ¶
type Constraint struct { Field string // required Operator OperatorType // required Value string // optional }
func (*Constraint) MarshalJSON ¶
func (c *Constraint) MarshalJSON() ([]byte, error)
func (*Constraint) UnmarshalJSON ¶
func (c *Constraint) UnmarshalJSON(buf []byte) (err error)
type OperatorType ¶
type OperatorType int
const ( UniqueOperator OperatorType = iota LikeOperator ClusterOperator GroupByOperator UnlikeOperator )
func (OperatorType) String ¶
func (t OperatorType) String() string
Click to show internal directories.
Click to hide internal directories.