kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/wait/create.go

// IsCreated is a condition func for waiting for something to be created
func IsCreated(ctx context.Context, info *resource.Info, o *WaitOptions) (runtime.Object, bool, error) {}