Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerStatus ¶
type ControllerStatus struct {
// contains filtered or unexported fields
}
func NewControllerStatus ¶
func NewControllerStatus() *ControllerStatus
func (*ControllerStatus) ServeHTTP ¶
func (s *ControllerStatus) ServeHTTP(rw http.ResponseWriter, r *http.Request)
type ReplicaStatus ¶
type ReplicaStatus struct {
// contains filtered or unexported fields
}
func NewReplicaStatus ¶
func NewReplicaStatus() (*ReplicaStatus, error)
func (*ReplicaStatus) ServeHTTP ¶
func (s *ReplicaStatus) ServeHTTP(rw http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.