v1

package
v0.0.0-...-37b146d Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

+k8s:deepcopy-gen=package +groupName=androidsdk.aerogear.org

Index

Constants

View Source
const (
	Done       = "Done"
	Sync       = "Sync"
	Install    = "Install"
	Installing = "Installing"
	Syncing    = "Syncing"
)

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
	// SchemeGroupVersion is the group version used to register these objects.
	SchemeGroupVersion = schema.GroupVersion{Group: groupName, Version: version}
)

Functions

This section is empty.

Types

type AndroidSDK

type AndroidSDK struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata"`
	Spec              AndroidSDKSpec   `json:"spec"`
	Status            AndroidSDKStatus `json:"status,omitempty"`
}

func (*AndroidSDK) DeepCopy

func (in *AndroidSDK) DeepCopy() *AndroidSDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AndroidSDK.

func (*AndroidSDK) DeepCopyInto

func (in *AndroidSDK) DeepCopyInto(out *AndroidSDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AndroidSDK) DeepCopyObject

func (in *AndroidSDK) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type AndroidSDKList

type AndroidSDKList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`
	Items           []AndroidSDK `json:"items"`
}

func (*AndroidSDKList) DeepCopy

func (in *AndroidSDKList) DeepCopy() *AndroidSDKList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AndroidSDKList.

func (*AndroidSDKList) DeepCopyInto

func (in *AndroidSDKList) DeepCopyInto(out *AndroidSDKList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AndroidSDKList) DeepCopyObject

func (in *AndroidSDKList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type AndroidSDKSpec

type AndroidSDKSpec struct {
	ConfigMapName string `json:"config_map_name"`
}

func (*AndroidSDKSpec) DeepCopy

func (in *AndroidSDKSpec) DeepCopy() *AndroidSDKSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AndroidSDKSpec.

func (*AndroidSDKSpec) DeepCopyInto

func (in *AndroidSDKSpec) DeepCopyInto(out *AndroidSDKSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AndroidSDKStatus

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

func (*AndroidSDKStatus) DeepCopy

func (in *AndroidSDKStatus) DeepCopy() *AndroidSDKStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AndroidSDKStatus.

func (*AndroidSDKStatus) DeepCopyInto

func (in *AndroidSDKStatus) DeepCopyInto(out *AndroidSDKStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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