Documentation ¶
Index ¶
- Constants
- func GetMaxStatusSizeBytes(in resources.Resource) int64
- func MarshalSpec(in resources.Resource) (v1.Spec, error)
- func MarshalStatus(in resources.InputResource) (v1.Status, error)
- func SetMaxStatusSizeBytes(in resources.Resource, maxStatusSize string) error
- func SetShouldCompressed(in resources.Resource)
- func UnmarshalSpec(in resources.Resource, spec v1.Spec) error
- func UnmarshalStatus(in resources.InputResource, status v1.Status, ...)
Constants ¶
View Source
const ( CompressedKey = "gloo.solo.io/compress" CompressedValue = "true" ShortenKey = "gloo.solo.io/maxStatusSize" MaxLengthWarningMessage = "\nStatus truncated, see logs for details." )
Variables ¶
This section is empty.
Functions ¶
func GetMaxStatusSizeBytes ¶ added in v1.8.28
func MarshalStatus ¶
func MarshalStatus(in resources.InputResource) (v1.Status, error)
func SetMaxStatusSizeBytes ¶ added in v1.8.28
func SetShouldCompressed ¶
func UnmarshalStatus ¶
func UnmarshalStatus(in resources.InputResource, status v1.Status, unmarshaler resources.StatusUnmarshaler)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.