fakedata

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package fakedata provides data needed for testing

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cronjob

type Cronjob struct {
	Status            CronjobStatus `json:"status,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	metav1.TypeMeta   `json:",inline"`
	Spec              CronjobSpec `json:"spec,omitempty"`
}

Cronjob is the Schema for the cronjobs API

type CronjobSpec

type CronjobSpec struct {
	Foo string `json:"foo,omitempty"`
}

CronjobSpec defines the desired state of Cronjob

type CronjobStatus

type CronjobStatus struct {
}

CronjobStatus defines the observed state of Cronjob

type Memcached

type Memcached struct {
	Status            MemcachedStatus `json:"status,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	metav1.TypeMeta   `json:",inline"`
	Spec              MemcachedSpec `json:"spec,omitempty"`
}

Memcached is the Schema for the memcacheds API

type MemcachedSpec

type MemcachedSpec struct {
	Foo string `json:"foo,omitempty"`
}

MemcachedSpec defines the desired state of Memcached

type MemcachedStatus

type MemcachedStatus struct {
}

MemcachedStatus defines the observed state of Memcached

type MyKind

type MyKind struct {
	Status            MyKindStatus `json:"status,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	metav1.TypeMeta   `json:",inline"`
	Spec              MyKindSpec `json:"spec,omitempty"`
}

MyKind is the Schema for the mykinds API

type MyKindSpec

type MyKindSpec struct {
	Foo string `json:"foo,omitempty"`
}

MyKindSpec defines the desired state of MyKind

type MyKindStatus

type MyKindStatus struct {
}

MyKindStatus defines the observed state of MyKind

Jump to

Keyboard shortcuts

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