You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,9 @@ make docker-push
96
96
│ ├── webhook/ # Webhook configurations
97
97
│ └── samples/ # Example Agent resources
98
98
├── internal/
99
-
│ ├── controller/ # Reconciliation logic and health check implementation
99
+
│ ├── controller/ # Reconciliation logic
100
100
│ └── webhook/ # Admission webhook handlers
101
-
├── docs/
102
-
│ └── examples/ # Health check implementation examples
101
+
├── docs/ # Documentation
103
102
└── test/
104
103
├── e2e/ # End-to-end tests
105
104
└── utils/ # Test utilities
@@ -165,14 +164,15 @@ spec:
165
164
166
165
## Health Check Architecture
167
166
168
-
The operator implements **protocol-aware health checking** that automatically generates appropriate Kubernetes readiness probes based on agent protocol specifications:
167
+
The operator implements **protocol-aware health checking** that automatically generates appropriate Kubernetes readiness
Copy file name to clipboardExpand all lines: config/samples/runtime_v1alpha1_agent_template.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ spec:
9
9
framework: google-adk
10
10
description: "A news agent that fetches and summarizes current articles"
11
11
instruction: "You are a news agent that can fetch current news articles and provide summaries. Use the news fetcher tool to get articles and the summarizer agent to create concise summaries."
0 commit comments