Update CHANGELOG.md for v1.4.0.
This commit is contained in:
@@ -5142,6 +5142,23 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
|
||||
Dependencies: []string{
|
||||
"runtime.Object"},
|
||||
},
|
||||
"rbac.PolicyRuleBuilder": {
|
||||
Schema: spec.Schema{
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "PolicyRuleBuilder let's us attach methods. A no-no for API types. We use it to construct rules in code. It's more compact than trying to write them out in a literal and allows us to perform some basic checking during construction",
|
||||
Properties: map[string]spec.Schema{
|
||||
"PolicyRule": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Ref: spec.MustCreateRef("#/definitions/rbac.PolicyRule"),
|
||||
},
|
||||
},
|
||||
},
|
||||
Required: []string{"PolicyRule"},
|
||||
},
|
||||
},
|
||||
Dependencies: []string{
|
||||
"rbac.PolicyRule"},
|
||||
},
|
||||
"rbac.Role": {
|
||||
Schema: spec.Schema{
|
||||
SchemaProps: spec.SchemaProps{
|
||||
|
Reference in New Issue
Block a user