File: granular-struct.go

package info (click to toggle)
golang-k8s-kube-openapi 0.0~git20241212.2c72e55-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,396 kB
  • sloc: sh: 50; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
package structtype

// +k8s:openapi-gen=true
type GranularStruct struct {
	// +structType=granular
	Field      ContainedStruct
	OtherField int
}