feat: update test
This commit is contained in:
@ -28,12 +28,11 @@ import (
|
||||
// AppServiceSpec defines the desired state of AppService
|
||||
type AppServiceSpec struct {
|
||||
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
|
||||
// Important: Run "make" to regenerate code after modifying this file
|
||||
|
||||
// Foo is an example field of AppService. Edit appservice_types.go to remove/update
|
||||
// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
|
||||
// Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html
|
||||
Size *int32 `json:"size"`
|
||||
Image string `json:"image"`
|
||||
Resources *Resources `json:"resource,omitempty"`
|
||||
Resources *Resources `json:"resources,omitempty"`
|
||||
Envs []corev1.EnvVar `json:"envs,omitempty"`
|
||||
Ports []corev1.ServicePort `json:"ports,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user