Documentation
¶
Index ¶
Constants ¶
View Source
const (
Key = apiVersion + "/" + kind
)
Variables ¶
View Source
var Resource api.Resource = &API{ BaseResource: &api.BaseResource{ DefaultProto: &v1.HTTPLogger{ APIVersion: apiVersion, Kind: kind, Metadata: &kernel.Metadata{ Namespace: "default", Name: "default", }, Spec: &v1.HTTPLoggerSpec{ Journal: false, Timezone: "Local", TimeFormat: "2006-01-02 15:04:05.000", Request: &v1.LoggingSpec{ MaxContentLength: 1 << 12, }, Response: &v1.LoggingSpec{ MaxContentLength: 1 << 12, }, }, }, }, }
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
*api.BaseResource
}
func (*API) Mutate ¶
func (*API) Mutate(msg protoreflect.ProtoMessage) protoreflect.ProtoMessage
Click to show internal directories.
Click to hide internal directories.