@@ -43,35 +43,47 @@ spec:
43
43
type : string
44
44
pattern : ' ^0x([a-zA-Z0-9]){40}$'
45
45
x-kubernetes-validations :
46
- - rule : " self != oldSelf"
47
- message : " cannot change address"
46
+ - rule : " self != oldSelf"
47
+ message : " cannot change address"
48
48
blockHash :
49
49
description : Block hash of the block which deployed the application
50
50
type : string
51
51
pattern : ' ^0x([a-zA-Z0-9]){64}$'
52
52
x-kubernetes-validations :
53
- - rule : " self != oldSelf"
54
- message : " cannot change blockHash"
53
+ - rule : " self != oldSelf"
54
+ message : " cannot change blockHash"
55
55
blockNumber :
56
56
description : Block number of the block which deployed the application
57
57
type : string
58
58
x-kubernetes-validations :
59
- - rule : " self != oldSelf"
60
- message : " cannot change blockNumber"
59
+ - rule : " self != oldSelf"
60
+ message : " cannot change blockNumber"
61
61
transactionHash :
62
62
description : Transaction hash of the transaction which deployed the application
63
63
type : string
64
64
pattern : ' ^0x([a-zA-Z0-9]){64}$'
65
65
x-kubernetes-validations :
66
- - rule : " self != oldSelf"
67
- message : " cannot change transactionHash"
66
+ - rule : " self != oldSelf"
67
+ message : " cannot change transactionHash"
68
68
location :
69
69
description : Location of the cartesi machine snapshot
70
70
type : string
71
71
x-kubernetes-validations :
72
72
- rule : " self != oldSelf"
73
73
message : " cannot change location"
74
74
type : object
75
+ additionalPrinterColumns :
76
+ - name : Application
77
+ type : string
78
+ description : Address of the application
79
+ jsonPath : .spec.address
80
+ - name : Location
81
+ type : string
82
+ description : Location of the cartesi machine snapshot
83
+ jsonPath : .spec.location
84
+ - name : Age
85
+ type : date
86
+ jsonPath : .metadata.creationTimestamp
75
87
served : true
76
88
storage : true
77
89
subresources :
0 commit comments