package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: May 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
LogRecordType = "results.tekton.dev/v1alpha2.Log"
)
type LogSpec struct {
Resource Resource `json:"resource"`
Type LogType `json:"type"`
}
type LogStatus struct {
Path string `json:"path,omitempty"`
Size int64 `json:"size"`
}
type Resource struct {
Kind string `json:"kind,omitempty"`
Namespace string `json:"namespace"`
Name string `json:"name"`
UID types.UID `json:"uid,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.