Skip to content

issues Search Results · repo:kubernetes/sample-controller language:Go

Filter by

88 results
 (58 ms)

88 results

inkubernetes/sample-controller (press backspace or delete to remove)

step to reproduce: - git clone https://github.com/kubernetes/sample-controller.git - cd sample-controller - bash ./hack/update-codegen.sh Generating deepcopy code for 1 targets Generating client ...
  • wangzhankun
  • 3
  • Opened 
    on Dec 9, 2024
  • #104

Many controllers in the wild rely on controller-runtime to set up their reconciliation loops. This repo seems to take a more manual approach (which is appreciated to understand the underlying mechanics ...
lifecycle/rotten
  • kfswain
  • 2
  • Opened 
    on Nov 5, 2024
  • #103

switching from dotnet to go over the last couple months, working to implement my first go-based controller plan was to start from this sample and go from there copied the code from controller.go and ...
lifecycle/rotten
  • lknite
  • 4
  • Opened 
    on Jul 2, 2024
  • #101

i not found achive for FooLister interface https://github.com/kubernetes/sample-controller/blob/9db8293ba5eb223378700f8b33b15b3a998db7c7/pkg/generated/listers/samplecontroller/v1alpha1/foo.go#L45
lifecycle/rotten
  • Jerry-yz
  • 2
  • Opened 
    on Apr 28, 2024
  • #100

NO.1:Since most current Go versions no longer use the vendor mode, is it possible to choose to make this project s script compatible with a non-vendor mode version? NO.2:Is it possible to elaborate on ...
lifecycle/stale
  • gitlayzer
  • 1
  • Opened 
    on Mar 2, 2024
  • #99

fatal: ambiguous argument :(glob)/k8s.io/sample-controller/pkg/apis/**/*.go : unknown revision or path not in the working tree.
lifecycle/rotten
  • BugMosquito
  • 6
  • Opened 
    on Dec 12, 2023
  • #97

My sample-controller project is at /Users/jason/Desktop/projects/sample-controller. I checked out tag release-1.24, rungo mod vendor, finally run ./hack/update-codegen.sh in the project root. I found the ...
lifecycle/rotten
  • silentred
  • 4
  • Opened 
    on Dec 1, 2023
  • #96

controller.go:126 - controller.go:131 fooInformer.Informer().AddEventHandler(cache.ResourceEventHandlerFuncs{ AddFunc: controller.enqueueFoo, UpdateFunc: func(old, new interface{}) { controller.enqueueFoo(new) ...
  • fananchong
  • Opened 
    on Nov 28, 2023
  • #94

When NOT using go 1.11 modules ... I read above line in the docs and now I am very unsure. What is the state of the project? The above line looks outdated.
lifecycle/rotten
  • guettli
  • 4
  • Opened 
    on Oct 2, 2023
  • #93

How is the file ./artifacts/examples/crd.yaml generated? It is impossible for the keyboard to type it out line by line?
lifecycle/rotten
  • Jcodelove
  • 4
  • Opened 
    on Aug 14, 2023
  • #92
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub