hello

package
v0.0.0-...-3b5592d Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hello

type Hello struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   Spec   `json:"spec,omitempty"`
	Status Status `json:"status,omitempty"`
}

type Spec

type Spec struct {
	Message string `json:"message"`
}

type Status

type Status struct {
	Phase string `json:"phase"`
}

type TestA

type TestA struct {
	k8s.TestAbstract
	// contains filtered or unexported fields
}

func NewTestA

func NewTestA(options ...func(*TestA)) *TestA

Jump to

Keyboard shortcuts

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