constraint

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2016 License: Apache-2.0 Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL