mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
generated
This commit is contained in:
parent
7d7b3438a5
commit
651c79b37f
@ -744,7 +744,7 @@ spec:
|
|||||||
origSchema := &apiextensionsv1.JSONSchemaProps{
|
origSchema := &apiextensionsv1.JSONSchemaProps{
|
||||||
Type: "object",
|
Type: "object",
|
||||||
Properties: map[string]apiextensionsv1.JSONSchemaProps{
|
Properties: map[string]apiextensionsv1.JSONSchemaProps{
|
||||||
"a": apiextensionsv1.JSONSchemaProps{
|
"a": {
|
||||||
Type: "object",
|
Type: "object",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -1715,10 +1715,6 @@ func float64Ptr(f float64) *float64 {
|
|||||||
return &f
|
return &f
|
||||||
}
|
}
|
||||||
|
|
||||||
func int64Ptr(f int64) *int64 {
|
|
||||||
return &f
|
|
||||||
}
|
|
||||||
|
|
||||||
func strPtr(str string) *string {
|
func strPtr(str string) *string {
|
||||||
return &str
|
return &str
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user