Documentation
¶
Index ¶
- type AgonesStore
- type Store
- func (s Store) CreateIngress(ctx context.Context, ingress *networkingv1.Ingress, ...) (*networkingv1.Ingress, error)
- func (s Store) CreateService(ctx context.Context, service *corev1.Service, options metav1.CreateOptions) (*corev1.Service, error)
- func (s Store) GetIngress(name, namespace string) (*networkingv1.Ingress, error)
- func (s Store) GetService(name, namespace string) (*corev1.Service, error)
- func (s *Store) HasSynced(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgonesStore ¶ added in v0.2.1
type AgonesStore struct { *versioned.Clientset v1.GameServerInformer }
func NewAgonesStore ¶ added in v0.2.1
func (*AgonesStore) GetGameServer ¶ added in v0.2.1
func (s *AgonesStore) GetGameServer(ctx context.Context, name, namespace string) (*agonesv1.GameServer, error)
func (*AgonesStore) HasSynced ¶ added in v0.2.1
func (s *AgonesStore) HasSynced(ctx context.Context) error
func (*AgonesStore) UpdateGameServer ¶ added in v0.2.1
func (s *AgonesStore) UpdateGameServer(ctx context.Context, gs *agonesv1.GameServer) (*agonesv1.GameServer, error)
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (Store) CreateIngress ¶
func (s Store) CreateIngress(ctx context.Context, ingress *networkingv1.Ingress, options metav1.CreateOptions) (*networkingv1.Ingress, error)
func (Store) CreateService ¶
func (Store) GetIngress ¶
func (s Store) GetIngress(name, namespace string) (*networkingv1.Ingress, error)
func (Store) GetService ¶
Click to show internal directories.
Click to hide internal directories.