You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
description: Target is the Schema for the targets API
28
+
properties:
29
+
apiVersion:
30
+
description: 'APIVersion defines the versioned schema of this representation
31
+
of an object. Servers should convert recognized schemas to the latest
32
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
33
+
type: string
34
+
kind:
35
+
description: 'Kind is a string value representing the REST resource this
36
+
object represents. Servers may infer this from the endpoint the client
37
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
38
+
type: string
39
+
metadata:
40
+
type: object
41
+
spec:
42
+
description: TargetSpec defines the desired state of Target
43
+
properties:
44
+
address:
45
+
description: Foo is an example field of Target. Edit Target_types.go
46
+
to remove/update
47
+
type: string
48
+
type:
49
+
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
50
+
Important: Run "make" to regenerate code after modifying this file'
51
+
enum:
52
+
- Host
53
+
- IPRange
54
+
- Domain
55
+
type: string
56
+
type: object
57
+
status:
58
+
description: TargetStatus defines the observed state of Target
59
+
properties:
60
+
lastScheduleTime:
61
+
format: date-time
62
+
type: string
63
+
state:
64
+
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
65
+
of cluster Important: Run "make" to regenerate code after modifying
0 commit comments