package behaviors
import "k8s.io/kubernetes/test/conformance/behaviors"
Index ¶
Types ¶
type Area ¶
Area is a conformance area composed of a list of test suites
type Behavior ¶
type Behavior struct { ID string `json:"id,omitempty"` APIObject string `json:"apiObject,omitempty"` APIField string `json:"apiField,omitempty"` APIType string `json:"apiType,omitempty"` Description string `json:"description,omitempty"` }
Behavior describes the set of properties for a conformance behavior
type Suite ¶
type Suite struct { Suite string `json:"suite,omitempty"` Description string `json:"description,omitempty"` Behaviors []Behavior `json:"behaviors,omitempty"` }
Suite is a conformance test suite composed of a list of behaviors
Source Files ¶
types.go
Tools for package owners.